Re: [PATCH] cpufreq-stats: Minor documentation fix

2016-09-09 Thread Viresh Kumar
On 09-09-16, 13:03, Jean Delvare wrote:
> On Fri, 9 Sep 2016 00:38:59 +0200, Rafael J. Wysocki wrote:
> > On 9/8/2016 1:20 PM, Viresh Kumar wrote:
> > > On 08-09-16, 12:39, Jean Delvare wrote:
> > >> The cpufreq-stats code can no longer be built as a module, so it now
> > >> appears with square brackets in menuconfig.
> > >>
> > >> Signed-off-by: Jean Delvare 
> > >> Fixes: 1aefc75b2449 ("cpufreq: stats: Make the stats code non-modular")
> > >> Cc: Rafael J. Wysocki 
> > >> Cc: Viresh Kumar 
> > >> ---
> > >>   Documentation/cpu-freq/cpufreq-stats.txt |2 +-
> > >>   1 file changed, 1 insertion(+), 1 deletion(-)
> > >>
> > >> --- linux-4.8-rc5.orig/Documentation/cpu-freq/cpufreq-stats.txt  
> > >> 2016-09-04 23:31:46.0 +0200
> > >> +++ linux-4.8-rc5/Documentation/cpu-freq/cpufreq-stats.txt   
> > >> 2016-09-08 11:34:34.805606601 +0200
> > >> @@ -103,7 +103,7 @@ Config Main Menu
> > >>  Power management options (ACPI, APM)  --->
> > >>  CPU Frequency scaling  --->
> > >>  [*] CPU Frequency scaling
> > >> -<*>   CPU frequency translation statistics
> > >> +[*]   CPU frequency translation statistics
> > >>  [*] CPU frequency translation statistics 
> > >> details
> > > Acked-by: Viresh Kumar 
> > >
> > Applied, but please CC PM material to linux-pm too.  That makes it much 
> > easier to handle.
> 
> OK. MAINTAINERS didn't tell me so, I'll send an update in a minute.

You sure about it?

CPU FREQUENCY DRIVERS
M:  "Rafael J. Wysocki" 
M:  Viresh Kumar 
L:  linux...@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:  drivers/cpufreq/
F:  include/linux/cpufreq.h

Also, its already applied. Don't resend it.

-- 
viresh
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] cpufreq-stats: Minor documentation fix

2016-09-09 Thread Jean Delvare
On Fri, 9 Sep 2016 00:38:59 +0200, Rafael J. Wysocki wrote:
> On 9/8/2016 1:20 PM, Viresh Kumar wrote:
> > On 08-09-16, 12:39, Jean Delvare wrote:
> >> The cpufreq-stats code can no longer be built as a module, so it now
> >> appears with square brackets in menuconfig.
> >>
> >> Signed-off-by: Jean Delvare 
> >> Fixes: 1aefc75b2449 ("cpufreq: stats: Make the stats code non-modular")
> >> Cc: Rafael J. Wysocki 
> >> Cc: Viresh Kumar 
> >> ---
> >>   Documentation/cpu-freq/cpufreq-stats.txt |2 +-
> >>   1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> --- linux-4.8-rc5.orig/Documentation/cpu-freq/cpufreq-stats.txt
> >> 2016-09-04 23:31:46.0 +0200
> >> +++ linux-4.8-rc5/Documentation/cpu-freq/cpufreq-stats.txt 2016-09-08 
> >> 11:34:34.805606601 +0200
> >> @@ -103,7 +103,7 @@ Config Main Menu
> >>Power management options (ACPI, APM)  --->
> >>CPU Frequency scaling  --->
> >>[*] CPU Frequency scaling
> >> -  <*>   CPU frequency translation statistics
> >> +  [*]   CPU frequency translation statistics
> >>[*] CPU frequency translation statistics details
> > Acked-by: Viresh Kumar 
> >
> Applied, but please CC PM material to linux-pm too.  That makes it much 
> easier to handle.

OK. MAINTAINERS didn't tell me so, I'll send an update in a minute.

-- 
Jean Delvare
SUSE L3 Support
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] cpufreq-stats: Minor documentation fix

2016-09-08 Thread Rafael J. Wysocki

On 9/8/2016 1:20 PM, Viresh Kumar wrote:

On 08-09-16, 12:39, Jean Delvare wrote:

The cpufreq-stats code can no longer be built as a module, so it now
appears with square brackets in menuconfig.

Signed-off-by: Jean Delvare 
Fixes: 1aefc75b2449 ("cpufreq: stats: Make the stats code non-modular")
Cc: Rafael J. Wysocki 
Cc: Viresh Kumar 
---
  Documentation/cpu-freq/cpufreq-stats.txt |2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-4.8-rc5.orig/Documentation/cpu-freq/cpufreq-stats.txt 2016-09-04 
23:31:46.0 +0200
+++ linux-4.8-rc5/Documentation/cpu-freq/cpufreq-stats.txt  2016-09-08 
11:34:34.805606601 +0200
@@ -103,7 +103,7 @@ Config Main Menu
Power management options (ACPI, APM)  --->
CPU Frequency scaling  --->
[*] CPU Frequency scaling
-   <*>   CPU frequency translation statistics
+   [*]   CPU frequency translation statistics
[*] CPU frequency translation statistics details

Acked-by: Viresh Kumar 

Applied, but please CC PM material to linux-pm too.  That makes it much 
easier to handle.



Thanks,

Rafael


--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] cpufreq-stats: Minor documentation fix

2016-09-08 Thread Jean Delvare
The cpufreq-stats code can no longer be built as a module, so it now
appears with square brackets in menuconfig.

Signed-off-by: Jean Delvare 
Fixes: 1aefc75b2449 ("cpufreq: stats: Make the stats code non-modular")
Cc: Rafael J. Wysocki 
Cc: Viresh Kumar 
---
 Documentation/cpu-freq/cpufreq-stats.txt |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-4.8-rc5.orig/Documentation/cpu-freq/cpufreq-stats.txt 2016-09-04 
23:31:46.0 +0200
+++ linux-4.8-rc5/Documentation/cpu-freq/cpufreq-stats.txt  2016-09-08 
11:34:34.805606601 +0200
@@ -103,7 +103,7 @@ Config Main Menu
Power management options (ACPI, APM)  --->
CPU Frequency scaling  --->
[*] CPU Frequency scaling
-   <*>   CPU frequency translation statistics 
+   [*]   CPU frequency translation statistics
[*] CPU frequency translation statistics details
 
 


-- 
Jean Delvare
SUSE L3 Support
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html