2021-09-24 16:46:56

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH 1/2] MAINTAINERS: power: supply: max17042: add entry with reviewers

The Maxim max17042 fuel gauge driver supports several devices used on
multiple different boards - both devicetree and ACPI based. The driver
is incomplete and has few known issues. Fixing these might break other
platforms so mention recent contributors who can provide feedback. This
way most of interested parties might help reviewing the patches.

Cc: Hans de Goede <[email protected]>
Cc: Marek Szyprowski <[email protected]>
Cc: Sebastian Krzyszkowiak <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
MAINTAINERS | 10 ++++++++++
1 file changed, 10 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 329d3a0a9fdb..da9d5383af04 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11429,6 +11429,16 @@ S: Maintained
F: Documentation/devicetree/bindings/iio/proximity/maxbotix,mb1232.yaml
F: drivers/iio/proximity/mb1232.c

+MAXIM MAX17042 FAMILY FUEL GAUGE DRIVERS
+R: Hans de Goede <[email protected]>
+R: Krzysztof Kozlowski <[email protected]>
+R: Marek Szyprowski <[email protected]>
+R: Sebastian Krzyszkowiak <[email protected]>
+L: [email protected]
+S: Maintained
+F: Documentation/devicetree/bindings/power/supply/maxim,max17042.yaml
+F: drivers/power/supply/max17042_battery.c
+
MAXIM MAX77650 PMIC MFD DRIVER
M: Bartosz Golaszewski <[email protected]>
L: [email protected]
--
2.30.2


2021-09-24 20:12:03

by Hans de Goede

[permalink] [raw]
Subject: Re: [PATCH 1/2] MAINTAINERS: power: supply: max17042: add entry with reviewers

Hi,

On 9/24/21 1:56 PM, Krzysztof Kozlowski wrote:
> The Maxim max17042 fuel gauge driver supports several devices used on
> multiple different boards - both devicetree and ACPI based. The driver
> is incomplete and has few known issues. Fixing these might break other
> platforms so mention recent contributors who can provide feedback. This
> way most of interested parties might help reviewing the patches.
>
> Cc: Hans de Goede <[email protected]>
> Cc: Marek Szyprowski <[email protected]>
> Cc: Sebastian Krzyszkowiak <[email protected]>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>

Thanks, patch looks good to me:

Reviewed-by: Hans de Goede <[email protected]>

Regards,

Hans



> ---
> MAINTAINERS | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 329d3a0a9fdb..da9d5383af04 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11429,6 +11429,16 @@ S: Maintained
> F: Documentation/devicetree/bindings/iio/proximity/maxbotix,mb1232.yaml
> F: drivers/iio/proximity/mb1232.c
>
> +MAXIM MAX17042 FAMILY FUEL GAUGE DRIVERS
> +R: Hans de Goede <[email protected]>
> +R: Krzysztof Kozlowski <[email protected]>
> +R: Marek Szyprowski <[email protected]>
> +R: Sebastian Krzyszkowiak <[email protected]>
> +L: [email protected]
> +S: Maintained
> +F: Documentation/devicetree/bindings/power/supply/maxim,max17042.yaml
> +F: drivers/power/supply/max17042_battery.c
> +
> MAXIM MAX77650 PMIC MFD DRIVER
> M: Bartosz Golaszewski <[email protected]>
> L: [email protected]
>

2021-09-25 12:33:52

by Sebastian Krzyszkowiak

[permalink] [raw]
Subject: Re: [PATCH 1/2] MAINTAINERS: power: supply: max17042: add entry with reviewers

On piątek, 24 września 2021 13:56:18 CEST Krzysztof Kozlowski wrote:
> The Maxim max17042 fuel gauge driver supports several devices used on
> multiple different boards - both devicetree and ACPI based. The driver
> is incomplete and has few known issues. Fixing these might break other
> platforms so mention recent contributors who can provide feedback. This
> way most of interested parties might help reviewing the patches.
>
> Cc: Hans de Goede <[email protected]>
> Cc: Marek Szyprowski <[email protected]>
> Cc: Sebastian Krzyszkowiak <[email protected]>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---
> MAINTAINERS | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 329d3a0a9fdb..da9d5383af04 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11429,6 +11429,16 @@ S: Maintained
> F: Documentation/devicetree/bindings/iio/proximity/
maxbotix,mb1232.yaml
> F: drivers/iio/proximity/mb1232.c
>
> +MAXIM MAX17042 FAMILY FUEL GAUGE DRIVERS
> +R: Hans de Goede <[email protected]>
> +R: Krzysztof Kozlowski <[email protected]>
> +R: Marek Szyprowski <[email protected]>
> +R: Sebastian Krzyszkowiak <[email protected]>

I think it may be worth adding:

+R: Purism Kernel Team <[email protected]>

In any case:

Reviewed-by: Sebastian Krzyszkowiak <[email protected]>

Cheers,
Sebastian

> +L: [email protected]
> +S: Maintained
> +F: Documentation/devicetree/bindings/power/supply/maxim,max17042.yaml
> +F: drivers/power/supply/max17042_battery.c
> +
> MAXIM MAX77650 PMIC MFD DRIVER
> M: Bartosz Golaszewski <[email protected]>
> L: [email protected]


2021-10-12 15:43:17

by Sebastian Reichel

[permalink] [raw]
Subject: Re: [PATCH 1/2] MAINTAINERS: power: supply: max17042: add entry with reviewers

Hi,

On Sat, Sep 25, 2021 at 02:31:44PM +0200, Sebastian Krzyszkowiak wrote:
> On piątek, 24 września 2021 13:56:18 CEST Krzysztof Kozlowski wrote:
> > The Maxim max17042 fuel gauge driver supports several devices used on
> > multiple different boards - both devicetree and ACPI based. The driver
> > is incomplete and has few known issues. Fixing these might break other
> > platforms so mention recent contributors who can provide feedback. This
> > way most of interested parties might help reviewing the patches.
> >
> > Cc: Hans de Goede <[email protected]>
> > Cc: Marek Szyprowski <[email protected]>
> > Cc: Sebastian Krzyszkowiak <[email protected]>
> > Signed-off-by: Krzysztof Kozlowski <[email protected]>
> > ---
> > MAINTAINERS | 10 ++++++++++
> > 1 file changed, 10 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 329d3a0a9fdb..da9d5383af04 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -11429,6 +11429,16 @@ S: Maintained
> > F: Documentation/devicetree/bindings/iio/proximity/
> maxbotix,mb1232.yaml
> > F: drivers/iio/proximity/mb1232.c
> >
> > +MAXIM MAX17042 FAMILY FUEL GAUGE DRIVERS
> > +R: Hans de Goede <[email protected]>
> > +R: Krzysztof Kozlowski <[email protected]>
> > +R: Marek Szyprowski <[email protected]>
> > +R: Sebastian Krzyszkowiak <[email protected]>
>
> I think it may be worth adding:
>
> +R: Purism Kernel Team <[email protected]>
>
> In any case:
>
> Reviewed-by: Sebastian Krzyszkowiak <[email protected]>

Thanks, I queued both patches with the Purism Kernel Team added for
MAX17042.

-- Sebastian


Attachments:
(No filename) (1.69 kB)
signature.asc (849.00 B)
Download all attachments