public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2] cpufreq: MAINTAINERS: Add co-maintainer
@ 2013-04-26 12:53 Viresh Kumar
  2013-04-26 16:55 ` Kevin Hilman
  0 siblings, 1 reply; 3+ messages in thread
From: Viresh Kumar @ 2013-04-26 12:53 UTC (permalink / raw)
  To: rjw
  Cc: cpufreq, linux-pm, linux-kernel, robin.randhawa, Steve.Bannister,
	Liviu.Dudau, charles.garcia-tobin, arvind.chauhan, linaro-kernel,
	patches, arnd.bergmann, olof, Viresh Kumar

With prior discussions (Over private emails) with current Maintainer of cpufreq
framework (Rafael), I am adding myself as a co-maintainer of cpufreq framework.

This would mostly be for cpufreq core and ARM drivers but not restricted to
them.

This also adds path of the git tree where cpufreq patches are pulled in.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
---
V1->V2:
- Added path of git tree too.
- Cc'd ARM SoC Maintainers.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 68d376e..cbed63c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2211,9 +2211,11 @@ F:	drivers/net/ethernet/ti/cpmac.c
 
 CPU FREQUENCY DRIVERS
 M:	Rafael J. Wysocki <rjw@sisk.pl>
+M:	Viresh Kumar <viresh.kumar@linaro.org>
 L:	cpufreq@vger.kernel.org
 L:	linux-pm@vger.kernel.org
 S:	Maintained
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
 F:	drivers/cpufreq/
 F:	include/linux/cpufreq.h
 
-- 
1.7.12.rc2.18.g61b472e


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

* Re: [PATCH V2] cpufreq: MAINTAINERS: Add co-maintainer
  2013-04-26 12:53 [PATCH V2] cpufreq: MAINTAINERS: Add co-maintainer Viresh Kumar
@ 2013-04-26 16:55 ` Kevin Hilman
  2013-04-26 20:50   ` Rafael J. Wysocki
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Hilman @ 2013-04-26 16:55 UTC (permalink / raw)
  To: Viresh Kumar
  Cc: rjw, cpufreq, linux-pm, linux-kernel, robin.randhawa,
	Steve.Bannister, Liviu.Dudau, charles.garcia-tobin,
	arvind.chauhan, linaro-kernel, patches, arnd.bergmann, olof

Viresh Kumar <viresh.kumar@linaro.org> writes:

> With prior discussions (Over private emails) with current Maintainer of cpufreq
> framework (Rafael), I am adding myself as a co-maintainer of cpufreq framework.
>
> This would mostly be for cpufreq core and ARM drivers but not restricted to
> them.
>
> This also adds path of the git tree where cpufreq patches are pulled in.
>
> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>

As long as you continue to make an effort to ensure that the
platform-specific drivers have proper acks from platform-specific folks.
For ARM, this means not the arm-soc maintainers but the ARM subarch
maintianers.

Acked-by: Kevin Hilman <khilman@linaro.org>

> ---
> V1->V2:
> - Added path of git tree too.
> - Cc'd ARM SoC Maintainers.
>
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 68d376e..cbed63c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2211,9 +2211,11 @@ F:	drivers/net/ethernet/ti/cpmac.c
>  
>  CPU FREQUENCY DRIVERS
>  M:	Rafael J. Wysocki <rjw@sisk.pl>
> +M:	Viresh Kumar <viresh.kumar@linaro.org>
>  L:	cpufreq@vger.kernel.org
>  L:	linux-pm@vger.kernel.org
>  S:	Maintained
> +T:	git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
>  F:	drivers/cpufreq/
>  F:	include/linux/cpufreq.h

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

* Re: [PATCH V2] cpufreq: MAINTAINERS: Add co-maintainer
  2013-04-26 16:55 ` Kevin Hilman
@ 2013-04-26 20:50   ` Rafael J. Wysocki
  0 siblings, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2013-04-26 20:50 UTC (permalink / raw)
  To: Kevin Hilman
  Cc: Viresh Kumar, cpufreq, linux-pm, linux-kernel, robin.randhawa,
	Steve.Bannister, Liviu.Dudau, charles.garcia-tobin,
	arvind.chauhan, linaro-kernel, patches, arnd.bergmann, olof

On Friday, April 26, 2013 09:55:08 AM Kevin Hilman wrote:
> Viresh Kumar <viresh.kumar@linaro.org> writes:
> 
> > With prior discussions (Over private emails) with current Maintainer of cpufreq
> > framework (Rafael), I am adding myself as a co-maintainer of cpufreq framework.
> >
> > This would mostly be for cpufreq core and ARM drivers but not restricted to
> > them.
> >
> > This also adds path of the git tree where cpufreq patches are pulled in.
> >
> > Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
> 
> As long as you continue to make an effort to ensure that the
> platform-specific drivers have proper acks from platform-specific folks.
> For ARM, this means not the arm-soc maintainers but the ARM subarch
> maintianers.
> 
> Acked-by: Kevin Hilman <khilman@linaro.org>

OK, applied.

Thanks,
Rafael


> > ---
> > V1->V2:
> > - Added path of git tree too.
> > - Cc'd ARM SoC Maintainers.
> >
> >  MAINTAINERS | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 68d376e..cbed63c 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -2211,9 +2211,11 @@ F:	drivers/net/ethernet/ti/cpmac.c
> >  
> >  CPU FREQUENCY DRIVERS
> >  M:	Rafael J. Wysocki <rjw@sisk.pl>
> > +M:	Viresh Kumar <viresh.kumar@linaro.org>
> >  L:	cpufreq@vger.kernel.org
> >  L:	linux-pm@vger.kernel.org
> >  S:	Maintained
> > +T:	git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
> >  F:	drivers/cpufreq/
> >  F:	include/linux/cpufreq.h
> --
> To unsubscribe from this list: send the line "unsubscribe cpufreq" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

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

end of thread, other threads:[~2013-04-26 20:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-26 12:53 [PATCH V2] cpufreq: MAINTAINERS: Add co-maintainer Viresh Kumar
2013-04-26 16:55 ` Kevin Hilman
2013-04-26 20:50   ` Rafael J. Wysocki

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