linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add Documentation/cpu-freq/
@ 2016-09-09 11:05 Jean Delvare
  2016-09-09 11:06 ` Viresh Kumar
  0 siblings, 1 reply; 4+ messages in thread
From: Jean Delvare @ 2016-09-09 11:05 UTC (permalink / raw)
  To: linux-pm; +Cc: Rafael J. Wysocki, Viresh Kumar

I am told the cpufreq documentation updates should go to the PM list.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Reported-by: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
---
 MAINTAINERS |    1 +
 1 file changed, 1 insertion(+)

--- linux-4.8-rc5.orig/MAINTAINERS	2016-09-09 13:00:13.928338065 +0200
+++ linux-4.8-rc5/MAINTAINERS	2016-09-09 13:00:51.102740802 +0200
@@ -3281,6 +3281,7 @@ L:	linux-pm@vger.kernel.org
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
 T:	git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
+F:	Documentation/cpu-freq/
 F:	drivers/cpufreq/
 F:	include/linux/cpufreq.h
 


-- 
Jean Delvare
SUSE L3 Support

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

* Re: [PATCH] MAINTAINERS: Add Documentation/cpu-freq/
  2016-09-09 11:05 [PATCH] MAINTAINERS: Add Documentation/cpu-freq/ Jean Delvare
@ 2016-09-09 11:06 ` Viresh Kumar
  2016-09-09 11:08   ` Jean Delvare
  0 siblings, 1 reply; 4+ messages in thread
From: Viresh Kumar @ 2016-09-09 11:06 UTC (permalink / raw)
  To: Jean Delvare; +Cc: linux-pm, Rafael J. Wysocki

On 09-09-16, 13:05, Jean Delvare wrote:
> I am told the cpufreq documentation updates should go to the PM list.
> 
> Signed-off-by: Jean Delvare <jdelvare@suse.de>
> Reported-by: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
> Cc: Viresh Kumar <viresh.kumar@linaro.org>
> ---
>  MAINTAINERS |    1 +
>  1 file changed, 1 insertion(+)
> 
> --- linux-4.8-rc5.orig/MAINTAINERS	2016-09-09 13:00:13.928338065 +0200
> +++ linux-4.8-rc5/MAINTAINERS	2016-09-09 13:00:51.102740802 +0200
> @@ -3281,6 +3281,7 @@ L:	linux-pm@vger.kernel.org
>  S:	Maintained
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
>  T:	git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
> +F:	Documentation/cpu-freq/
>  F:	drivers/cpufreq/
>  F:	include/linux/cpufreq.h

Oh, I missed that :(

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

-- 
viresh

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

* Re: [PATCH] MAINTAINERS: Add Documentation/cpu-freq/
  2016-09-09 11:06 ` Viresh Kumar
@ 2016-09-09 11:08   ` Jean Delvare
  2016-09-14  1:02     ` Rafael J. Wysocki
  0 siblings, 1 reply; 4+ messages in thread
From: Jean Delvare @ 2016-09-09 11:08 UTC (permalink / raw)
  To: Viresh Kumar; +Cc: linux-pm, Rafael J. Wysocki

On Fri, 9 Sep 2016 16:36:03 +0530, Viresh Kumar wrote:
> On 09-09-16, 13:05, Jean Delvare wrote:
> > I am told the cpufreq documentation updates should go to the PM list.
> > 
> > Signed-off-by: Jean Delvare <jdelvare@suse.de>
> > Reported-by: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
> > Cc: Viresh Kumar <viresh.kumar@linaro.org>
> > ---
> >  MAINTAINERS |    1 +
> >  1 file changed, 1 insertion(+)
> > 
> > --- linux-4.8-rc5.orig/MAINTAINERS	2016-09-09 13:00:13.928338065 +0200
> > +++ linux-4.8-rc5/MAINTAINERS	2016-09-09 13:00:51.102740802 +0200
> > @@ -3281,6 +3281,7 @@ L:	linux-pm@vger.kernel.org
> >  S:	Maintained
> >  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
> >  T:	git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
> > +F:	Documentation/cpu-freq/
> >  F:	drivers/cpufreq/
> >  F:	include/linux/cpufreq.h
> 
> Oh, I missed that :(
> 
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

No worry :) Thanks the quick ack.

-- 
Jean Delvare
SUSE L3 Support

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

* Re: [PATCH] MAINTAINERS: Add Documentation/cpu-freq/
  2016-09-09 11:08   ` Jean Delvare
@ 2016-09-14  1:02     ` Rafael J. Wysocki
  0 siblings, 0 replies; 4+ messages in thread
From: Rafael J. Wysocki @ 2016-09-14  1:02 UTC (permalink / raw)
  To: Jean Delvare; +Cc: Viresh Kumar, linux-pm, Rafael J. Wysocki

On Friday, September 09, 2016 01:08:19 PM Jean Delvare wrote:
> On Fri, 9 Sep 2016 16:36:03 +0530, Viresh Kumar wrote:
> > On 09-09-16, 13:05, Jean Delvare wrote:
> > > I am told the cpufreq documentation updates should go to the PM list.
> > > 
> > > Signed-off-by: Jean Delvare <jdelvare@suse.de>
> > > Reported-by: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
> > > Cc: Viresh Kumar <viresh.kumar@linaro.org>
> > > ---
> > >  MAINTAINERS |    1 +
> > >  1 file changed, 1 insertion(+)
> > > 
> > > --- linux-4.8-rc5.orig/MAINTAINERS	2016-09-09 13:00:13.928338065 +0200
> > > +++ linux-4.8-rc5/MAINTAINERS	2016-09-09 13:00:51.102740802 +0200
> > > @@ -3281,6 +3281,7 @@ L:	linux-pm@vger.kernel.org
> > >  S:	Maintained
> > >  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
> > >  T:	git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
> > > +F:	Documentation/cpu-freq/
> > >  F:	drivers/cpufreq/
> > >  F:	include/linux/cpufreq.h
> > 
> > Oh, I missed that :(
> > 
> > Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
> 
> No worry :) Thanks the quick ack.

Applied.

Thanks,
Rafael


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

end of thread, other threads:[~2016-09-14  0:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-09 11:05 [PATCH] MAINTAINERS: Add Documentation/cpu-freq/ Jean Delvare
2016-09-09 11:06 ` Viresh Kumar
2016-09-09 11:08   ` Jean Delvare
2016-09-14  1:02     ` 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;
as well as URLs for NNTP newsgroup(s).