All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] MAINTAINERS: power: supply: max17042: add entry with reviewers
@ 2021-09-24 11:56 Krzysztof Kozlowski
  2021-09-24 11:56 ` [PATCH 2/2] MAINTAINERS: power: supply: max17040: " Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2021-09-24 11:56 UTC (permalink / raw)
  To: Iskren Chernev, Krzysztof Kozlowski, Marek Szyprowski,
	Matheus Castello, Sebastian Reichel, Hans de Goede,
	Sebastian Krzyszkowiak, linux-pm, linux-kernel

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 <hdegoede@redhat.com>
Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 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 <hdegoede@redhat.com>
+R:	Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
+R:	Marek Szyprowski <m.szyprowski@samsung.com>
+R:	Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>
+L:	linux-pm@vger.kernel.org
+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 <bgolaszewski@baylibre.com>
 L:	linux-kernel@vger.kernel.org
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/2] MAINTAINERS: power: supply: max17040: add entry with reviewers
  2021-09-24 11:56 [PATCH 1/2] MAINTAINERS: power: supply: max17042: add entry with reviewers Krzysztof Kozlowski
@ 2021-09-24 11:56 ` Krzysztof Kozlowski
  2021-09-24 13:06 ` [PATCH 1/2] MAINTAINERS: power: supply: max17042: " Hans de Goede
  2021-09-25 12:31 ` Sebastian Krzyszkowiak
  2 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2021-09-24 11:56 UTC (permalink / raw)
  To: Iskren Chernev, Krzysztof Kozlowski, Marek Szyprowski,
	Matheus Castello, Sebastian Reichel, Hans de Goede,
	Sebastian Krzyszkowiak, linux-pm, linux-kernel

The Maxim max17040 fuel gauge driver supports several devices used on
multiple different boards.  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: Iskren Chernev <iskren.chernev@gmail.com>
Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: Matheus Castello <matheus@castello.eng.br>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 MAINTAINERS | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index da9d5383af04..9f925d0f8a3c 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 MAX17040 FAMILY FUEL GAUGE DRIVERS
+R:	Iskren Chernev <iskren.chernev@gmail.com>
+R:	Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
+R:	Marek Szyprowski <m.szyprowski@samsung.com>
+R:	Matheus Castello <matheus@castello.eng.br>
+L:	linux-pm@vger.kernel.org
+S:	Maintained
+F:	Documentation/devicetree/bindings/power/supply/maxim,max17040.yaml
+F:	drivers/power/supply/max17040_battery.c
+
 MAXIM MAX17042 FAMILY FUEL GAUGE DRIVERS
 R:	Hans de Goede <hdegoede@redhat.com>
 R:	Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] MAINTAINERS: power: supply: max17042: add entry with reviewers
  2021-09-24 11:56 [PATCH 1/2] MAINTAINERS: power: supply: max17042: add entry with reviewers Krzysztof Kozlowski
  2021-09-24 11:56 ` [PATCH 2/2] MAINTAINERS: power: supply: max17040: " Krzysztof Kozlowski
@ 2021-09-24 13:06 ` Hans de Goede
  2021-09-25 12:31 ` Sebastian Krzyszkowiak
  2 siblings, 0 replies; 5+ messages in thread
From: Hans de Goede @ 2021-09-24 13:06 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Iskren Chernev, Marek Szyprowski,
	Matheus Castello, Sebastian Reichel, Sebastian Krzyszkowiak,
	linux-pm, linux-kernel

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 <hdegoede@redhat.com>
> Cc: Marek Szyprowski <m.szyprowski@samsung.com>
> Cc: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

Thanks, patch looks good to me:

Reviewed-by: Hans de Goede <hdegoede@redhat.com>

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 <hdegoede@redhat.com>
> +R:	Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> +R:	Marek Szyprowski <m.szyprowski@samsung.com>
> +R:	Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>
> +L:	linux-pm@vger.kernel.org
> +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 <bgolaszewski@baylibre.com>
>  L:	linux-kernel@vger.kernel.org
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] MAINTAINERS: power: supply: max17042: add entry with reviewers
  2021-09-24 11:56 [PATCH 1/2] MAINTAINERS: power: supply: max17042: add entry with reviewers Krzysztof Kozlowski
  2021-09-24 11:56 ` [PATCH 2/2] MAINTAINERS: power: supply: max17040: " Krzysztof Kozlowski
  2021-09-24 13:06 ` [PATCH 1/2] MAINTAINERS: power: supply: max17042: " Hans de Goede
@ 2021-09-25 12:31 ` Sebastian Krzyszkowiak
  2021-10-12 15:40   ` Sebastian Reichel
  2 siblings, 1 reply; 5+ messages in thread
From: Sebastian Krzyszkowiak @ 2021-09-25 12:31 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Iskren Chernev, Krzysztof Kozlowski, Marek Szyprowski,
	Matheus Castello, Sebastian Reichel, Hans de Goede, linux-pm,
	linux-kernel, kernel

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 <hdegoede@redhat.com>
> Cc: Marek Szyprowski <m.szyprowski@samsung.com>
> Cc: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> ---
>  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 <hdegoede@redhat.com>
> +R:	Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> +R:	Marek Szyprowski <m.szyprowski@samsung.com>
> +R:	Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>

I think it may be worth adding:

+R:	Purism Kernel Team <kernel@puri.sm>

In any case:

Reviewed-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>

Cheers,
Sebastian

> +L:	linux-pm@vger.kernel.org
> +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 <bgolaszewski@baylibre.com>
>  L:	linux-kernel@vger.kernel.org



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] MAINTAINERS: power: supply: max17042: add entry with reviewers
  2021-09-25 12:31 ` Sebastian Krzyszkowiak
@ 2021-10-12 15:40   ` Sebastian Reichel
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Reichel @ 2021-10-12 15:40 UTC (permalink / raw)
  To: Sebastian Krzyszkowiak
  Cc: Krzysztof Kozlowski, Iskren Chernev, Marek Szyprowski,
	Matheus Castello, Hans de Goede, linux-pm, linux-kernel, kernel

[-- Attachment #1: Type: text/plain, Size: 1726 bytes --]

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 <hdegoede@redhat.com>
> > Cc: Marek Szyprowski <m.szyprowski@samsung.com>
> > Cc: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>
> > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> > ---
> >  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 <hdegoede@redhat.com>
> > +R:	Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> > +R:	Marek Szyprowski <m.szyprowski@samsung.com>
> > +R:	Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>
> 
> I think it may be worth adding:
> 
> +R:	Purism Kernel Team <kernel@puri.sm>
> 
> In any case:
> 
> Reviewed-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>

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

-- Sebastian

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-10-12 15:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-24 11:56 [PATCH 1/2] MAINTAINERS: power: supply: max17042: add entry with reviewers Krzysztof Kozlowski
2021-09-24 11:56 ` [PATCH 2/2] MAINTAINERS: power: supply: max17040: " Krzysztof Kozlowski
2021-09-24 13:06 ` [PATCH 1/2] MAINTAINERS: power: supply: max17042: " Hans de Goede
2021-09-25 12:31 ` Sebastian Krzyszkowiak
2021-10-12 15:40   ` Sebastian Reichel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.