public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pwm-backlight: Take over maintenance
@ 2012-09-20 10:50 Thierry Reding
  2012-09-20 13:09 ` Linus Walleij
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Thierry Reding @ 2012-09-20 10:50 UTC (permalink / raw)
  To: Andrew Morton
  Cc: linux-kernel, Arun Murthy, Matthew Garrett, Robert Morell,
	Dilan Lee, Axel Lin, Mark Brown, Alexandre Courbot, Sachin Kamat

Since the pwm-backlight driver is lacking a proper maintainer and is the
heaviest user of the PWM framework I'm taking over maintenance.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Cc: Arun Murthy <arun.murthy@stericsson.com>
Cc: Matthew Garrett <mjg@redhat.com>
Cc: Robert Morell <rmorell@nvidia.com>
Cc: Dilan Lee <dilee@nvidia.com>
Cc: Axel Lin <axel.lin@gmail.com>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: Alexandre Courbot <acourbot@nvidia.com>
Cc: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
---
Andrew: As previously discussed this patch makes me the new maintainer
for the pwm-backlight driver. I contacted Richard Purdie and requested
his Acked-by for this because he's the backlight subsystem maintainer.
Unfortunately he hasn't answered yet. Looking at the commit log, every
commit in the last 2+ years has gone through your tree, which seems to
be reason enough for me to take over this driver but I still wanted to
get an Acked-by at least from you so that this doesn't look like
hijacking. I've also Cc'ed a couple of people that have done work on
the driver in the past to give them a chance to object or send their
Acked-by.

Obviously I will take this patch through my tree so this is not a
request to include it in your tree.

 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 61ad79e..a6f023e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5543,6 +5543,8 @@ F:	Documentation/devicetree/bindings/pwm/
 F:	include/linux/pwm.h
 F:	include/linux/of_pwm.h
 F:	drivers/pwm/
+F:	drivers/video/backlight/pwm_bl.c
+F:	include/linux/pwm_backlight.h
 
 PXA2xx/PXA3xx SUPPORT
 M:	Eric Miao <eric.y.miao@gmail.com>
-- 
1.7.12


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

* Re: [PATCH] pwm-backlight: Take over maintenance
  2012-09-20 10:50 [PATCH] pwm-backlight: Take over maintenance Thierry Reding
@ 2012-09-20 13:09 ` Linus Walleij
  2012-09-20 14:56 ` Sachin Kamat
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Linus Walleij @ 2012-09-20 13:09 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Andrew Morton, linux-kernel, Arun Murthy, Matthew Garrett,
	Robert Morell, Dilan Lee, Axel Lin, Mark Brown, Alexandre Courbot,
	Sachin Kamat

On Thu, Sep 20, 2012 at 12:50 PM, Thierry Reding
<thierry.reding@avionic-design.de> wrote:

> Since the pwm-backlight driver is lacking a proper maintainer and is the
> heaviest user of the PWM framework I'm taking over maintenance.
>
> Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
> Cc: Arun Murthy <arun.murthy@stericsson.com>
> Cc: Matthew Garrett <mjg@redhat.com>
> Cc: Robert Morell <rmorell@nvidia.com>
> Cc: Dilan Lee <dilee@nvidia.com>
> Cc: Axel Lin <axel.lin@gmail.com>
> Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
> Cc: Alexandre Courbot <acourbot@nvidia.com>
> Cc: Sachin Kamat <sachin.kamat@linaro.org>
> Cc: Andrew Morton <akpm@linux-foundation.org>

I love active maintainers:
Acked-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

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

* Re: [PATCH] pwm-backlight: Take over maintenance
  2012-09-20 10:50 [PATCH] pwm-backlight: Take over maintenance Thierry Reding
  2012-09-20 13:09 ` Linus Walleij
@ 2012-09-20 14:56 ` Sachin Kamat
  2012-09-21  5:59 ` Arun MURTHY
  2012-09-28  2:18 ` Alex Courbot
  3 siblings, 0 replies; 5+ messages in thread
From: Sachin Kamat @ 2012-09-20 14:56 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Andrew Morton, linux-kernel, Arun Murthy, Matthew Garrett,
	Robert Morell, Dilan Lee, Axel Lin, Mark Brown, Alexandre Courbot

On 20 September 2012 16:20, Thierry Reding
<thierry.reding@avionic-design.de> wrote:
> Since the pwm-backlight driver is lacking a proper maintainer and is the
> heaviest user of the PWM framework I'm taking over maintenance.
>
> Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
> Cc: Arun Murthy <arun.murthy@stericsson.com>
> Cc: Matthew Garrett <mjg@redhat.com>
> Cc: Robert Morell <rmorell@nvidia.com>
> Cc: Dilan Lee <dilee@nvidia.com>
> Cc: Axel Lin <axel.lin@gmail.com>
> Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
> Cc: Alexandre Courbot <acourbot@nvidia.com>
> Cc: Sachin Kamat <sachin.kamat@linaro.org>
> Cc: Andrew Morton <akpm@linux-foundation.org>

Acked-by: Sachin Kamat <sachin.kamat@linaro.org>


> ---
> Andrew: As previously discussed this patch makes me the new maintainer
> for the pwm-backlight driver. I contacted Richard Purdie and requested
> his Acked-by for this because he's the backlight subsystem maintainer.
> Unfortunately he hasn't answered yet. Looking at the commit log, every
> commit in the last 2+ years has gone through your tree, which seems to
> be reason enough for me to take over this driver but I still wanted to
> get an Acked-by at least from you so that this doesn't look like
> hijacking. I've also Cc'ed a couple of people that have done work on
> the driver in the past to give them a chance to object or send their
> Acked-by.
>
> Obviously I will take this patch through my tree so this is not a
> request to include it in your tree.
>
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 61ad79e..a6f023e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5543,6 +5543,8 @@ F:        Documentation/devicetree/bindings/pwm/
>  F:     include/linux/pwm.h
>  F:     include/linux/of_pwm.h
>  F:     drivers/pwm/
> +F:     drivers/video/backlight/pwm_bl.c
> +F:     include/linux/pwm_backlight.h
>
>  PXA2xx/PXA3xx SUPPORT
>  M:     Eric Miao <eric.y.miao@gmail.com>
> --
> 1.7.12
>



-- 
With warm regards,
Sachin

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

* RE: [PATCH] pwm-backlight: Take over maintenance
  2012-09-20 10:50 [PATCH] pwm-backlight: Take over maintenance Thierry Reding
  2012-09-20 13:09 ` Linus Walleij
  2012-09-20 14:56 ` Sachin Kamat
@ 2012-09-21  5:59 ` Arun MURTHY
  2012-09-28  2:18 ` Alex Courbot
  3 siblings, 0 replies; 5+ messages in thread
From: Arun MURTHY @ 2012-09-21  5:59 UTC (permalink / raw)
  To: Thierry Reding, Andrew Morton
  Cc: linux-kernel@vger.kernel.org, Matthew Garrett, Robert Morell,
	Dilan Lee, Axel Lin, Mark Brown, Alexandre Courbot, Sachin Kamat

> Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
> Cc: Arun Murthy <arun.murthy@stericsson.com>
> Cc: Matthew Garrett <mjg@redhat.com>
> Cc: Robert Morell <rmorell@nvidia.com>
> Cc: Dilan Lee <dilee@nvidia.com>
> Cc: Axel Lin <axel.lin@gmail.com>
> Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
> Cc: Alexandre Courbot <acourbot@nvidia.com>
> Cc: Sachin Kamat <sachin.kamat@linaro.org>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> ---
> Andrew: As previously discussed this patch makes me the new maintainer
> for the pwm-backlight driver. I contacted Richard Purdie and requested his
> Acked-by for this because he's the backlight subsystem maintainer.
> Unfortunately he hasn't answered yet. Looking at the commit log, every
> commit in the last 2+ years has gone through your tree, which seems to be
> reason enough for me to take over this driver but I still wanted to get an
> Acked-by at least from you so that this doesn't look like hijacking. I've also
> Cc'ed a couple of people that have done work on the driver in the past to
> give them a chance to object or send their Acked-by.

Acked-by: Arun Murthy<arun.murthy@stericsson.com>

I hope now the review process will be fast instead of going through Andrew's
tree.
All the Best!
Now I think I can re-start my pwm core driver thread, since I have a maintainer
for this :-)

Thanks and Regards,
Arun R Murthy
------------------

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

* Re: [PATCH] pwm-backlight: Take over maintenance
  2012-09-20 10:50 [PATCH] pwm-backlight: Take over maintenance Thierry Reding
                   ` (2 preceding siblings ...)
  2012-09-21  5:59 ` Arun MURTHY
@ 2012-09-28  2:18 ` Alex Courbot
  3 siblings, 0 replies; 5+ messages in thread
From: Alex Courbot @ 2012-09-28  2:18 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Andrew Morton, linux-kernel@vger.kernel.org, Arun Murthy,
	Matthew Garrett, Robert Morell, Dilan Lee, Axel Lin, Mark Brown,
	Sachin Kamat

On Thursday 20 September 2012 18:50:35 Thierry Reding wrote:
> Since the pwm-backlight driver is lacking a proper maintainer and is the
> heaviest user of the PWM framework I'm taking over maintenance.
> 
> Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
> Cc: Arun Murthy <arun.murthy@stericsson.com>
> Cc: Matthew Garrett <mjg@redhat.com>
> Cc: Robert Morell <rmorell@nvidia.com>
> Cc: Dilan Lee <dilee@nvidia.com>
> Cc: Axel Lin <axel.lin@gmail.com>
> Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
> Cc: Alexandre Courbot <acourbot@nvidia.com>
> Cc: Sachin Kamat <sachin.kamat@linaro.org>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> ---
> Andrew: As previously discussed this patch makes me the new maintainer
> for the pwm-backlight driver. I contacted Richard Purdie and requested
> his Acked-by for this because he's the backlight subsystem maintainer.
> Unfortunately he hasn't answered yet. Looking at the commit log, every
> commit in the last 2+ years has gone through your tree, which seems to
> be reason enough for me to take over this driver but I still wanted to
> get an Acked-by at least from you so that this doesn't look like
> hijacking. I've also Cc'ed a couple of people that have done work on
> the driver in the past to give them a chance to object or send their
> Acked-by.

Probably too late, but:

Acked-by: Alexandre Courbot <acourbot@nvidia.com>

> 
> Obviously I will take this patch through my tree so this is not a
> request to include it in your tree.
> 
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 61ad79e..a6f023e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5543,6 +5543,8 @@ F:	Documentation/devicetree/bindings/pwm/
>  F:	include/linux/pwm.h
>  F:	include/linux/of_pwm.h
>  F:	drivers/pwm/
> +F:	drivers/video/backlight/pwm_bl.c
> +F:	include/linux/pwm_backlight.h
> 
>  PXA2xx/PXA3xx SUPPORT
>  M:	Eric Miao <eric.y.miao@gmail.com>

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

end of thread, other threads:[~2012-09-28  2:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-20 10:50 [PATCH] pwm-backlight: Take over maintenance Thierry Reding
2012-09-20 13:09 ` Linus Walleij
2012-09-20 14:56 ` Sachin Kamat
2012-09-21  5:59 ` Arun MURTHY
2012-09-28  2:18 ` Alex Courbot

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