linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4] MAINTAINERS: move Milo Kim to credits
@ 2021-02-12 16:32 Krzysztof Kozlowski
  2021-02-12 17:28 ` Sebastian Reichel
  2021-02-15  8:52 ` Lee Jones
  0 siblings, 2 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2021-02-12 16:32 UTC (permalink / raw)
  To: Lee Jones, linux-pm, linux-kernel, linux-leds, linux-iio,
	dri-devel, linux-fbdev, linux-pwm
  Cc: Sebastian Reichel, Liam Girdwood, Mark Brown, Pavel Machek,
	Dan Murphy, Jonathan Cameron, Lars-Peter Clausen,
	Peter Meerwald-Stadler, Daniel Thompson, Jingoo Han,
	Thierry Reding, Uwe Kleine-König, Krzysztof Kozlowski,
	Jonathan Cameron

Milo Kim's email in TI bounces with permanent error (550: Invalid
recipient).  Last email from him on LKML was in 2017.  Move Milo Kim to
credits and remove the separate driver entries for:
 - TI LP855x backlight driver,
 - TI LP8727 charger driver,
 - TI LP8788 MFD (ADC, LEDs, charger and regulator) drivers.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Mark Brown <broonie@kernel.org>
Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Jingoo Han <jingoohan1@gmail.com>
Cc: Lee Jones <lee.jones@linaro.org>
Cc: Pavel Machek <pavel@ucw.cz>
Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Sebastian Reichel <sre@kernel.org>
Cc: Daniel Thompson <daniel.thompson@linaro.org>

---

Dear Lee,

Could you take care about this patch?

Best regards,
Krzysztof

Changes since v3:
1. Remove the entries as Dan Murphy won't be mainaining them.

Changes since v2:
1. Fix subject (TP -> TI).

Changes since v1:
1. Add Dan Murphy, do not remove the entries.
---
 CREDITS     |  3 +++
 MAINTAINERS | 23 -----------------------
 2 files changed, 3 insertions(+), 23 deletions(-)

diff --git a/CREDITS b/CREDITS
index be097156bd71..71552790774d 100644
--- a/CREDITS
+++ b/CREDITS
@@ -1933,6 +1933,9 @@ N: Kukjin Kim
 E: kgene@kernel.org
 D: Samsung S3C, S5P and Exynos ARM architectures
 
+N: Milo Kim
+D: TI LP855x, LP8727 and LP8788 drivers
+
 N: Sangbeom Kim
 E: sbkim73@samsung.com
 D: Samsung SoC Audio (ASoC) drivers
diff --git a/MAINTAINERS b/MAINTAINERS
index 00bca3e220cc..3478082debd1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17880,29 +17880,6 @@ S:	Maintained
 F:	sound/soc/codecs/isabelle*
 F:	sound/soc/codecs/lm49453*
 
-TI LP855x BACKLIGHT DRIVER
-M:	Milo Kim <milo.kim@ti.com>
-S:	Maintained
-F:	Documentation/driver-api/backlight/lp855x-driver.rst
-F:	drivers/video/backlight/lp855x_bl.c
-F:	include/linux/platform_data/lp855x.h
-
-TI LP8727 CHARGER DRIVER
-M:	Milo Kim <milo.kim@ti.com>
-S:	Maintained
-F:	drivers/power/supply/lp8727_charger.c
-F:	include/linux/platform_data/lp8727.h
-
-TI LP8788 MFD DRIVER
-M:	Milo Kim <milo.kim@ti.com>
-S:	Maintained
-F:	drivers/iio/adc/lp8788_adc.c
-F:	drivers/leds/leds-lp8788.c
-F:	drivers/mfd/lp8788*.c
-F:	drivers/power/supply/lp8788-charger.c
-F:	drivers/regulator/lp8788-*.c
-F:	include/linux/mfd/lp8788*.h
-
 TI NETCP ETHERNET DRIVER
 M:	Wingman Kwok <w-kwok2@ti.com>
 M:	Murali Karicheri <m-karicheri2@ti.com>
-- 
2.25.1


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

* Re: [PATCH v4] MAINTAINERS: move Milo Kim to credits
  2021-02-12 16:32 [PATCH v4] MAINTAINERS: move Milo Kim to credits Krzysztof Kozlowski
@ 2021-02-12 17:28 ` Sebastian Reichel
  2021-02-15  8:52 ` Lee Jones
  1 sibling, 0 replies; 5+ messages in thread
From: Sebastian Reichel @ 2021-02-12 17:28 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Lee Jones, linux-pm, linux-kernel, linux-leds, linux-iio,
	dri-devel, linux-fbdev, linux-pwm, Liam Girdwood, Mark Brown,
	Pavel Machek, Dan Murphy, Jonathan Cameron, Lars-Peter Clausen,
	Peter Meerwald-Stadler, Daniel Thompson, Jingoo Han,
	Thierry Reding, Uwe Kleine-König, Jonathan Cameron

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

Hi,

On Fri, Feb 12, 2021 at 05:32:29PM +0100, Krzysztof Kozlowski wrote:
> Milo Kim's email in TI bounces with permanent error (550: Invalid
> recipient).  Last email from him on LKML was in 2017.  Move Milo Kim to
> credits and remove the separate driver entries for:
>  - TI LP855x backlight driver,
>  - TI LP8727 charger driver,
>  - TI LP8788 MFD (ADC, LEDs, charger and regulator) drivers.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> Cc: Mark Brown <broonie@kernel.org>
> Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> Cc: Jingoo Han <jingoohan1@gmail.com>
> Cc: Lee Jones <lee.jones@linaro.org>
> Cc: Pavel Machek <pavel@ucw.cz>
> Cc: Thierry Reding <thierry.reding@gmail.com>
> Cc: Sebastian Reichel <sre@kernel.org>
> Cc: Daniel Thompson <daniel.thompson@linaro.org>
> 
> ---
>
> Dear Lee,
> 
> Could you take care about this patch?
> 
> Best regards,
> Krzysztof
> 
> Changes since v3:
> 1. Remove the entries as Dan Murphy won't be mainaining them.
> 
> Changes since v2:
> 1. Fix subject (TP -> TI).
> 
> Changes since v1:
> 1. Add Dan Murphy, do not remove the entries.
> ---

Acked-by: Sebastian Reichel <sre@kernel.org>

-- Sebastian

>  CREDITS     |  3 +++
>  MAINTAINERS | 23 -----------------------
>  2 files changed, 3 insertions(+), 23 deletions(-)
> 
> diff --git a/CREDITS b/CREDITS
> index be097156bd71..71552790774d 100644
> --- a/CREDITS
> +++ b/CREDITS
> @@ -1933,6 +1933,9 @@ N: Kukjin Kim
>  E: kgene@kernel.org
>  D: Samsung S3C, S5P and Exynos ARM architectures
>  
> +N: Milo Kim
> +D: TI LP855x, LP8727 and LP8788 drivers
> +
>  N: Sangbeom Kim
>  E: sbkim73@samsung.com
>  D: Samsung SoC Audio (ASoC) drivers
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 00bca3e220cc..3478082debd1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17880,29 +17880,6 @@ S:	Maintained
>  F:	sound/soc/codecs/isabelle*
>  F:	sound/soc/codecs/lm49453*
>  
> -TI LP855x BACKLIGHT DRIVER
> -M:	Milo Kim <milo.kim@ti.com>
> -S:	Maintained
> -F:	Documentation/driver-api/backlight/lp855x-driver.rst
> -F:	drivers/video/backlight/lp855x_bl.c
> -F:	include/linux/platform_data/lp855x.h
> -
> -TI LP8727 CHARGER DRIVER
> -M:	Milo Kim <milo.kim@ti.com>
> -S:	Maintained
> -F:	drivers/power/supply/lp8727_charger.c
> -F:	include/linux/platform_data/lp8727.h
> -
> -TI LP8788 MFD DRIVER
> -M:	Milo Kim <milo.kim@ti.com>
> -S:	Maintained
> -F:	drivers/iio/adc/lp8788_adc.c
> -F:	drivers/leds/leds-lp8788.c
> -F:	drivers/mfd/lp8788*.c
> -F:	drivers/power/supply/lp8788-charger.c
> -F:	drivers/regulator/lp8788-*.c
> -F:	include/linux/mfd/lp8788*.h
> -
>  TI NETCP ETHERNET DRIVER
>  M:	Wingman Kwok <w-kwok2@ti.com>
>  M:	Murali Karicheri <m-karicheri2@ti.com>
> -- 
> 2.25.1
> 

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

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

* Re: [PATCH v4] MAINTAINERS: move Milo Kim to credits
  2021-02-12 16:32 [PATCH v4] MAINTAINERS: move Milo Kim to credits Krzysztof Kozlowski
  2021-02-12 17:28 ` Sebastian Reichel
@ 2021-02-15  8:52 ` Lee Jones
  2021-02-15 14:18   ` Emil Velikov
  1 sibling, 1 reply; 5+ messages in thread
From: Lee Jones @ 2021-02-15  8:52 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: linux-pm, linux-kernel, linux-leds, linux-iio, dri-devel,
	linux-fbdev, linux-pwm, Sebastian Reichel, Liam Girdwood,
	Mark Brown, Pavel Machek, Dan Murphy, Jonathan Cameron,
	Lars-Peter Clausen, Peter Meerwald-Stadler, Daniel Thompson,
	Jingoo Han, Thierry Reding, Uwe Kleine-König,
	Jonathan Cameron

On Fri, 12 Feb 2021, Krzysztof Kozlowski wrote:

> Milo Kim's email in TI bounces with permanent error (550: Invalid
> recipient).  Last email from him on LKML was in 2017.  Move Milo Kim to
> credits and remove the separate driver entries for:
>  - TI LP855x backlight driver,
>  - TI LP8727 charger driver,
>  - TI LP8788 MFD (ADC, LEDs, charger and regulator) drivers.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> Cc: Mark Brown <broonie@kernel.org>
> Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> Cc: Jingoo Han <jingoohan1@gmail.com>
> Cc: Lee Jones <lee.jones@linaro.org>
> Cc: Pavel Machek <pavel@ucw.cz>
> Cc: Thierry Reding <thierry.reding@gmail.com>
> Cc: Sebastian Reichel <sre@kernel.org>
> Cc: Daniel Thompson <daniel.thompson@linaro.org>
> 
> ---
> 
> Dear Lee,
> 
> Could you take care about this patch?

Yes, but I'll be sending out my pull-request for v5.12 in the next
couple of days (maybe even today if I can find some time), so this
will have to wait until v5.13.

-- 
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* Re: [PATCH v4] MAINTAINERS: move Milo Kim to credits
  2021-02-15  8:52 ` Lee Jones
@ 2021-02-15 14:18   ` Emil Velikov
  2021-02-15 14:22     ` Lee Jones
  0 siblings, 1 reply; 5+ messages in thread
From: Emil Velikov @ 2021-02-15 14:18 UTC (permalink / raw)
  To: Lee Jones
  Cc: Krzysztof Kozlowski, linux-pwm, linux-fbdev, Jonathan Cameron,
	Peter Meerwald-Stadler, Linux PM, linux-iio, Liam Girdwood,
	Uwe Kleine-König, Linux-Kernel@Vger. Kernel. Org,
	ML dri-devel, Sebastian Reichel, Mark Brown, Thierry Reding,
	Dan Murphy, Pavel Machek, Jingoo Han, Jonathan Cameron,
	Daniel Thompson, linux-leds

Greetings everyone,

On Mon, 15 Feb 2021 at 08:52, Lee Jones <lee.jones@linaro.org> wrote:
>
> On Fri, 12 Feb 2021, Krzysztof Kozlowski wrote:
>
> > Milo Kim's email in TI bounces with permanent error (550: Invalid
> > recipient).  Last email from him on LKML was in 2017.  Move Milo Kim to
> > credits and remove the separate driver entries for:
> >  - TI LP855x backlight driver,
> >  - TI LP8727 charger driver,
> >  - TI LP8788 MFD (ADC, LEDs, charger and regulator) drivers.
> >
> > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> > Cc: Mark Brown <broonie@kernel.org>
> > Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> > Cc: Jingoo Han <jingoohan1@gmail.com>
> > Cc: Lee Jones <lee.jones@linaro.org>
> > Cc: Pavel Machek <pavel@ucw.cz>
> > Cc: Thierry Reding <thierry.reding@gmail.com>
> > Cc: Sebastian Reichel <sre@kernel.org>
> > Cc: Daniel Thompson <daniel.thompson@linaro.org>
> >
> > ---
> >
> > Dear Lee,
> >
> > Could you take care about this patch?
>
> Yes, but I'll be sending out my pull-request for v5.12 in the next
> couple of days (maybe even today if I can find some time), so this
> will have to wait until v5.13.
>
Would it make sense to keep the MAINTAINERS entries as "orphan"?
Checking with linux-next, the drivers are still present in-tree.

HTH
-Emil

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

* Re: [PATCH v4] MAINTAINERS: move Milo Kim to credits
  2021-02-15 14:18   ` Emil Velikov
@ 2021-02-15 14:22     ` Lee Jones
  0 siblings, 0 replies; 5+ messages in thread
From: Lee Jones @ 2021-02-15 14:22 UTC (permalink / raw)
  To: Emil Velikov
  Cc: Krzysztof Kozlowski, linux-pwm, linux-fbdev, Jonathan Cameron,
	Peter Meerwald-Stadler, Linux PM, linux-iio, Liam Girdwood,
	Uwe Kleine-König, Linux-Kernel@Vger. Kernel. Org,
	ML dri-devel, Sebastian Reichel, Mark Brown, Thierry Reding,
	Dan Murphy, Pavel Machek, Jingoo Han, Jonathan Cameron,
	Daniel Thompson, linux-leds

On Mon, 15 Feb 2021, Emil Velikov wrote:

> Greetings everyone,
> 
> On Mon, 15 Feb 2021 at 08:52, Lee Jones <lee.jones@linaro.org> wrote:
> >
> > On Fri, 12 Feb 2021, Krzysztof Kozlowski wrote:
> >
> > > Milo Kim's email in TI bounces with permanent error (550: Invalid
> > > recipient).  Last email from him on LKML was in 2017.  Move Milo Kim to
> > > credits and remove the separate driver entries for:
> > >  - TI LP855x backlight driver,
> > >  - TI LP8727 charger driver,
> > >  - TI LP8788 MFD (ADC, LEDs, charger and regulator) drivers.
> > >
> > > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> > > Cc: Mark Brown <broonie@kernel.org>
> > > Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> > > Cc: Jingoo Han <jingoohan1@gmail.com>
> > > Cc: Lee Jones <lee.jones@linaro.org>
> > > Cc: Pavel Machek <pavel@ucw.cz>
> > > Cc: Thierry Reding <thierry.reding@gmail.com>
> > > Cc: Sebastian Reichel <sre@kernel.org>
> > > Cc: Daniel Thompson <daniel.thompson@linaro.org>
> > >
> > > ---
> > >
> > > Dear Lee,
> > >
> > > Could you take care about this patch?
> >
> > Yes, but I'll be sending out my pull-request for v5.12 in the next
> > couple of days (maybe even today if I can find some time), so this
> > will have to wait until v5.13.
> >
> Would it make sense to keep the MAINTAINERS entries as "orphan"?
> Checking with linux-next, the drivers are still present in-tree.

Please see:

 https://lore.kernel.org/patchwork/patch/1379016/

-- 
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

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

end of thread, other threads:[~2021-02-15 14:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-12 16:32 [PATCH v4] MAINTAINERS: move Milo Kim to credits Krzysztof Kozlowski
2021-02-12 17:28 ` Sebastian Reichel
2021-02-15  8:52 ` Lee Jones
2021-02-15 14:18   ` Emil Velikov
2021-02-15 14:22     ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).