Linux PWM subsystem development
 help / color / mirror / Atom feed
* [PATCH 3/8] MAINTAINERS: Remove myself as PWM maintainer
       [not found] <20220714112533.539910-1-lee@kernel.org>
@ 2022-07-14 11:25 ` Lee Jones
  2022-07-14 15:13   ` Uwe Kleine-König
  2022-07-28 17:18   ` Thierry Reding
  2022-07-14 11:25 ` [PATCH 8/8] dt-bindings: regulator: pwm: Update Lee Jones' email address Lee Jones
  1 sibling, 2 replies; 7+ messages in thread
From: Lee Jones @ 2022-07-14 11:25 UTC (permalink / raw)
  To: lee.jones
  Cc: linux-kernel, Lee Jones, Thierry Reding, Uwe Kleine-König,
	linux-pwm

Thierry and Uwe are doing a fine job, leaving me surplus to requirement.

Happy to pop back on-board if anything changes in the future.

Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: linux-pwm@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Lee Jones <lee@kernel.org>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5fbbeec1fae6b..67ae1329123fa 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16465,7 +16465,6 @@ F:	drivers/media/rc/pwm-ir-tx.c
 PWM SUBSYSTEM
 M:	Thierry Reding <thierry.reding@gmail.com>
 R:	Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-M:	Lee Jones <lee.jones@linaro.org>
 L:	linux-pwm@vger.kernel.org
 S:	Maintained
 Q:	https://patchwork.ozlabs.org/project/linux-pwm/list/
-- 
2.37.0.144.g8ac04bfd2-goog


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

* [PATCH 8/8] dt-bindings: regulator: pwm: Update Lee Jones' email address
       [not found] <20220714112533.539910-1-lee@kernel.org>
  2022-07-14 11:25 ` [PATCH 3/8] MAINTAINERS: Remove myself as PWM maintainer Lee Jones
@ 2022-07-14 11:25 ` Lee Jones
  2022-07-14 13:03   ` Mark Brown
  1 sibling, 1 reply; 7+ messages in thread
From: Lee Jones @ 2022-07-14 11:25 UTC (permalink / raw)
  To: lee.jones
  Cc: linux-kernel, Lee Jones, Liam Girdwood, Mark Brown, Rob Herring,
	Krzysztof Kozlowski, linux-pwm, devicetree

Going forward, I'll be using my kernel.org for upstream work.

Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org> (su
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: linux-pwm@vger.kernel.org
Cc: devicetree@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Lee Jones <lee@kernel.org>
---
 Documentation/devicetree/bindings/regulator/pwm-regulator.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/regulator/pwm-regulator.yaml b/Documentation/devicetree/bindings/regulator/pwm-regulator.yaml
index 0332fec48a883..82b6f2fde422b 100644
--- a/Documentation/devicetree/bindings/regulator/pwm-regulator.yaml
+++ b/Documentation/devicetree/bindings/regulator/pwm-regulator.yaml
@@ -8,7 +8,7 @@ title: Bindings for the Generic PWM Regulator
 
 maintainers:
   - Brian Norris <briannorris@chromium.org>
-  - Lee Jones <lee.jones@linaro.org>
+  - Lee Jones <lee@kernel.org>
   - Alexandre Courbot <acourbot@nvidia.com>
 
 description: |
-- 
2.37.0.144.g8ac04bfd2-goog


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

* Re: [PATCH 8/8] dt-bindings: regulator: pwm: Update Lee Jones' email address
  2022-07-14 11:25 ` [PATCH 8/8] dt-bindings: regulator: pwm: Update Lee Jones' email address Lee Jones
@ 2022-07-14 13:03   ` Mark Brown
  2022-07-14 13:33     ` Lee Jones
  0 siblings, 1 reply; 7+ messages in thread
From: Mark Brown @ 2022-07-14 13:03 UTC (permalink / raw)
  To: Lee Jones
  Cc: lee.jones, linux-kernel, Liam Girdwood, Rob Herring,
	Krzysztof Kozlowski, linux-pwm, devicetree

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

On Thu, Jul 14, 2022 at 12:25:33PM +0100, Lee Jones wrote:
> Going forward, I'll be using my kernel.org for upstream work.

> ---
>  Documentation/devicetree/bindings/regulator/pwm-regulator.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Do you also want to update the comment and MODULE_AUTHOR in the driver
source as well?

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

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

* Re: [PATCH 8/8] dt-bindings: regulator: pwm: Update Lee Jones' email address
  2022-07-14 13:03   ` Mark Brown
@ 2022-07-14 13:33     ` Lee Jones
  0 siblings, 0 replies; 7+ messages in thread
From: Lee Jones @ 2022-07-14 13:33 UTC (permalink / raw)
  To: Mark Brown
  Cc: Lee Jones, linux-kernel, Liam Girdwood, Rob Herring,
	Krzysztof Kozlowski, linux-pwm, devicetree

On Thu, 14 Jul 2022, Mark Brown wrote:

> On Thu, Jul 14, 2022 at 12:25:33PM +0100, Lee Jones wrote:
> > Going forward, I'll be using my kernel.org for upstream work.
> 
> > ---
> >  Documentation/devicetree/bindings/regulator/pwm-regulator.yaml | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Do you also want to update the comment and MODULE_AUTHOR in the driver
> source as well?

No mate, ta.  They should all stay as-is.

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

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

* Re: [PATCH 3/8] MAINTAINERS: Remove myself as PWM maintainer
  2022-07-14 11:25 ` [PATCH 3/8] MAINTAINERS: Remove myself as PWM maintainer Lee Jones
@ 2022-07-14 15:13   ` Uwe Kleine-König
  2022-07-14 15:21     ` Lee Jones
  2022-07-28 17:18   ` Thierry Reding
  1 sibling, 1 reply; 7+ messages in thread
From: Uwe Kleine-König @ 2022-07-14 15:13 UTC (permalink / raw)
  To: Lee Jones; +Cc: lee.jones, linux-kernel, Thierry Reding, linux-pwm

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

Hello Lee,

On Thu, Jul 14, 2022 at 12:25:28PM +0100, Lee Jones wrote:
> Thierry and Uwe are doing a fine job, leaving me surplus to requirement.
> 
> Happy to pop back on-board if anything changes in the future.

Thanks for your efforts in the team. I don't know your plans for the
future, but I wish you the luck you need and the strength to decide the
necessary choices on your path forward.

Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

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

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

* Re: [PATCH 3/8] MAINTAINERS: Remove myself as PWM maintainer
  2022-07-14 15:13   ` Uwe Kleine-König
@ 2022-07-14 15:21     ` Lee Jones
  0 siblings, 0 replies; 7+ messages in thread
From: Lee Jones @ 2022-07-14 15:21 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: Lee Jones, linux-kernel, Thierry Reding, linux-pwm

On Thu, 14 Jul 2022, Uwe Kleine-König wrote:

> Hello Lee,
> 
> On Thu, Jul 14, 2022 at 12:25:28PM +0100, Lee Jones wrote:
> > Thierry and Uwe are doing a fine job, leaving me surplus to requirement.
> > 
> > Happy to pop back on-board if anything changes in the future.
> 
> Thanks for your efforts in the team. I don't know your plans for the
> future, but I wish you the luck you need and the strength to decide the
> necessary choices on your path forward.

Thanks buddy.  Nothing drastic happening with respect to upstream.

> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

Cheers.  Keep up the good work!

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

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

* Re: [PATCH 3/8] MAINTAINERS: Remove myself as PWM maintainer
  2022-07-14 11:25 ` [PATCH 3/8] MAINTAINERS: Remove myself as PWM maintainer Lee Jones
  2022-07-14 15:13   ` Uwe Kleine-König
@ 2022-07-28 17:18   ` Thierry Reding
  1 sibling, 0 replies; 7+ messages in thread
From: Thierry Reding @ 2022-07-28 17:18 UTC (permalink / raw)
  To: Lee Jones; +Cc: lee.jones, linux-kernel, Uwe Kleine-König, linux-pwm

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

On Thu, Jul 14, 2022 at 12:25:28PM +0100, Lee Jones wrote:
> Thierry and Uwe are doing a fine job, leaving me surplus to requirement.
> 
> Happy to pop back on-board if anything changes in the future.
> 
> Cc: Thierry Reding <thierry.reding@gmail.com>
> Cc: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> Cc: linux-pwm@vger.kernel.org
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> Signed-off-by: Lee Jones <lee@kernel.org>
> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5fbbeec1fae6b..67ae1329123fa 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16465,7 +16465,6 @@ F:	drivers/media/rc/pwm-ir-tx.c
>  PWM SUBSYSTEM
>  M:	Thierry Reding <thierry.reding@gmail.com>
>  R:	Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> -M:	Lee Jones <lee.jones@linaro.org>
>  L:	linux-pwm@vger.kernel.org
>  S:	Maintained
>  Q:	https://patchwork.ozlabs.org/project/linux-pwm/list/

Applied, thanks.

Thierry

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

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

end of thread, other threads:[~2022-07-28 17:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20220714112533.539910-1-lee@kernel.org>
2022-07-14 11:25 ` [PATCH 3/8] MAINTAINERS: Remove myself as PWM maintainer Lee Jones
2022-07-14 15:13   ` Uwe Kleine-König
2022-07-14 15:21     ` Lee Jones
2022-07-28 17:18   ` Thierry Reding
2022-07-14 11:25 ` [PATCH 8/8] dt-bindings: regulator: pwm: Update Lee Jones' email address Lee Jones
2022-07-14 13:03   ` Mark Brown
2022-07-14 13:33     ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox