mirror of https://lore.kernel.org/linux-amlogic/
 help / color / mirror / Atom feed
From: Neil Armstrong <neil.armstrong@linaro.org>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"Thierry Reding" <thierry.reding@gmail.com>
Cc: linux-pwm@vger.kernel.org,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Kevin Hilman <khilman@baylibre.com>,
	kernel@pengutronix.de, linux-amlogic@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	Jerome Brunet <jbrunet@baylibre.com>
Subject: Re: [PATCH] MAINTAINERS: pwm: Thierry steps down, Uwe takes over
Date: Thu, 21 Dec 2023 10:23:48 +0100	[thread overview]
Message-ID: <bdfe5e63-6849-4025-80c1-e8071fce56f1@linaro.org> (raw)
In-Reply-To: <6nj7rmq36hj5m26b7yhlbmpfps5wuxkx4zwyvttg4cpgocimj7@xtqm4qleo3s6>

On 21/12/2023 10:21, Uwe Kleine-König wrote:
> It's not easy to let go responsibility for a subsystem that one cared
> for for a long time, but Thierry realized that his heart isn't in the
> pwm framework any more.
> 
> Thierry cared for the pwm subsystem (commit 200efedd8766 ("pwm: Take
> over maintainership of the PWM subsystem")) as a maintainer during
> nearly 12 years. A big thanks for the time, effort and dedication spend
> during that time.
> 
> Uwe takes over maintenance.
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> ---
> Hello Thierry,
> 
> On Wed, Dec 20, 2023 at 04:59:47PM +0100, Thierry Reding wrote:
>> On Tue, Dec 12, 2023 at 09:33:52PM +0100, Uwe Kleine-König wrote:
>>> On Mon, Dec 11, 2023 at 04:24:35PM +0100, Thierry Reding wrote:
>>>> It all adds up in the end and keeps me from doing other things.
>>>
>>> If that means you'd be glad to give up the PWM maintainer job, I'd
>>> happily take over this post.
>>
>> "Glad" is not the word that I would choose. After all I've looked after
>> this subsystem for almost 12 years, and letting it go isn't something
>> that is particularly easy. However, I do realize that my heart isn't in
>> it anymore and I don't want to be in the way of anyone.
>>
>> So I'll take you up on that offer. Do you want to send a patch?
> 
> Sure, here it comes.
> 
> I hesitated to remove you completely, but I guess you intended a clean
> cut? Or would you prefer to stay as a reviewer?
> 
> Usually I would have added you to CREDITS, but as you will continue to
> fill your various other responsibilities (I expect), this felt wrong.
> 
> Best regards
> Uwe
> 
>   MAINTAINERS | 5 ++---
>   1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5342cf32d73f..16c6aa0ad1ae 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17561,12 +17561,11 @@ F:	Documentation/devicetree/bindings/leds/irled/pwm-ir-tx.yaml
>   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:	Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
>   L:	linux-pwm@vger.kernel.org
>   S:	Maintained
>   Q:	https://patchwork.ozlabs.org/project/linux-pwm/list/
> -T:	git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
> +T:	git https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux-pwm.git
>   F:	Documentation/devicetree/bindings/gpio/gpio-mvebu.yaml
>   F:	Documentation/devicetree/bindings/pwm/
>   F:	Documentation/driver-api/pwm.rst
> 
> base-commit: 881791886bfa8e353c3203f95bfbaaeee25d2d50

Thanks Thierry for all support and work over pwm and your help for pwm-meson!

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

  reply	other threads:[~2023-12-21  9:24 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-06 21:48 [PATCH] pwm: meson: Simplify using dev_err_probe() Uwe Kleine-König
2023-12-08 15:52 ` Thierry Reding
2023-12-08 19:06   ` Uwe Kleine-König
2023-12-11 11:01     ` Thierry Reding
2023-12-11 14:19       ` Uwe Kleine-König
2023-12-11 15:24         ` Thierry Reding
2023-12-11 16:44           ` Uwe Kleine-König
2023-12-12 20:33           ` Uwe Kleine-König
2023-12-20 15:59             ` Thierry Reding
2023-12-21  9:21               ` [PATCH] MAINTAINERS: pwm: Thierry steps down, Uwe takes over Uwe Kleine-König
2023-12-21  9:23                 ` Neil Armstrong [this message]
2023-12-21  9:57                 ` Thierry Reding
2023-12-21 11:17                   ` Uwe Kleine-König

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bdfe5e63-6849-4025-80c1-e8071fce56f1@linaro.org \
    --to=neil.armstrong@linaro.org \
    --cc=jbrunet@baylibre.com \
    --cc=kernel@pengutronix.de \
    --cc=khilman@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=thierry.reding@gmail.com \
    --cc=u.kleine-koenig@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®