public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: cpu-freq: delete duplicate description of sysfs interface 'scaling_driver'
@ 2015-05-04  9:16 Wang Long
  2015-05-04 10:38 ` Viresh Kumar
  2015-05-04 21:27 ` Rafael J. Wysocki
  0 siblings, 2 replies; 6+ messages in thread
From: Wang Long @ 2015-05-04  9:16 UTC (permalink / raw)
  To: corbet, linux, djwong, viresh.kumar
  Cc: linux-doc, linux-kernel, peifeiyue, rafael.j.wysocki,
	long.wanglong

The file 'Documentation/cpu-freq/user-guide.txt' has duplicate
description of sysfs interface 'scaling_driver'.

[first]
scaling_driver :                this file shows what cpufreq driver is
				used to set the frequency on this CPU

[second]
scaling_driver :                Hardware driver for cpufreq.

Although this does not affect anything, I think we should only have
one. so delete the second one because the first one is described in
more detail.

Signed-off-by: Wang Long <long.wanglong@huawei.com>
---
 Documentation/cpu-freq/user-guide.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Documentation/cpu-freq/user-guide.txt b/Documentation/cpu-freq/user-guide.txt
index ff2f283..109e97b 100644
--- a/Documentation/cpu-freq/user-guide.txt
+++ b/Documentation/cpu-freq/user-guide.txt
@@ -196,8 +196,6 @@ affected_cpus :			List of Online CPUs that require software
 related_cpus :			List of Online + Offline CPUs that need software
 				coordination of frequency.
 
-scaling_driver :		Hardware driver for cpufreq.
-
 scaling_cur_freq :		Current frequency of the CPU as determined by
 				the governor and cpufreq core, in KHz. This is
 				the frequency the kernel thinks the CPU runs
-- 
1.8.3.4


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

* Re: [PATCH] Documentation: cpu-freq: delete duplicate description of sysfs interface 'scaling_driver'
  2015-05-04  9:16 [PATCH] Documentation: cpu-freq: delete duplicate description of sysfs interface 'scaling_driver' Wang Long
@ 2015-05-04 10:38 ` Viresh Kumar
  2015-05-04 21:27 ` Rafael J. Wysocki
  1 sibling, 0 replies; 6+ messages in thread
From: Viresh Kumar @ 2015-05-04 10:38 UTC (permalink / raw)
  To: Wang Long
  Cc: corbet, linux, djwong, linux-doc@vger.kernel.org,
	Linux Kernel Mailing List, peifeiyue, Rafael J. Wysocki

On 4 May 2015 at 14:46, Wang Long <long.wanglong@huawei.com> wrote:
> The file 'Documentation/cpu-freq/user-guide.txt' has duplicate
> description of sysfs interface 'scaling_driver'.
>
> [first]
> scaling_driver :                this file shows what cpufreq driver is
>                                 used to set the frequency on this CPU
>
> [second]
> scaling_driver :                Hardware driver for cpufreq.
>
> Although this does not affect anything, I think we should only have
> one. so delete the second one because the first one is described in
> more detail.
>
> Signed-off-by: Wang Long <long.wanglong@huawei.com>
> ---
>  Documentation/cpu-freq/user-guide.txt | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/Documentation/cpu-freq/user-guide.txt b/Documentation/cpu-freq/user-guide.txt
> index ff2f283..109e97b 100644
> --- a/Documentation/cpu-freq/user-guide.txt
> +++ b/Documentation/cpu-freq/user-guide.txt
> @@ -196,8 +196,6 @@ affected_cpus :                     List of Online CPUs that require software
>  related_cpus :                 List of Online + Offline CPUs that need software
>                                 coordination of frequency.
>
> -scaling_driver :               Hardware driver for cpufreq.
> -
>  scaling_cur_freq :             Current frequency of the CPU as determined by
>                                 the governor and cpufreq core, in KHz. This is
>                                 the frequency the kernel thinks the CPU runs

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

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

* Re: [PATCH] Documentation: cpu-freq: delete duplicate description of sysfs interface 'scaling_driver'
  2015-05-04  9:16 [PATCH] Documentation: cpu-freq: delete duplicate description of sysfs interface 'scaling_driver' Wang Long
  2015-05-04 10:38 ` Viresh Kumar
@ 2015-05-04 21:27 ` Rafael J. Wysocki
  2015-05-05  1:19   ` long.wanglong
  2015-05-05  1:22   ` Wang Long
  1 sibling, 2 replies; 6+ messages in thread
From: Rafael J. Wysocki @ 2015-05-04 21:27 UTC (permalink / raw)
  To: Wang Long
  Cc: corbet, linux, djwong, viresh.kumar, linux-doc, linux-kernel,
	peifeiyue, rafael.j.wysocki

On Monday, May 04, 2015 09:16:58 AM Wang Long wrote:
> The file 'Documentation/cpu-freq/user-guide.txt' has duplicate
> description of sysfs interface 'scaling_driver'.
> 
> [first]
> scaling_driver :                this file shows what cpufreq driver is
> 				used to set the frequency on this CPU
> 
> [second]
> scaling_driver :                Hardware driver for cpufreq.
> 
> Although this does not affect anything, I think we should only have
> one. so delete the second one because the first one is described in
> more detail.
> 
> Signed-off-by: Wang Long <long.wanglong@huawei.com>

Can you please CC this one (and any future cpufreq patches) to
linux-pm@vger.kernel.org too?  It'll be easier to track it using Patchwork
then.


-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

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

* Re: [PATCH] Documentation: cpu-freq: delete duplicate description of sysfs interface 'scaling_driver'
  2015-05-04 21:27 ` Rafael J. Wysocki
@ 2015-05-05  1:19   ` long.wanglong
  2015-05-05  1:22   ` Wang Long
  1 sibling, 0 replies; 6+ messages in thread
From: long.wanglong @ 2015-05-05  1:19 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: corbet, linux, djwong, viresh.kumar, linux-doc, linux-kernel,
	peifeiyue, rafael.j.wysocki

On 2015/5/5 5:27, Rafael J. Wysocki wrote:
> On Monday, May 04, 2015 09:16:58 AM Wang Long wrote:
>> The file 'Documentation/cpu-freq/user-guide.txt' has duplicate
>> description of sysfs interface 'scaling_driver'.
>>
>> [first]
>> scaling_driver :                this file shows what cpufreq driver is
>> 				used to set the frequency on this CPU
>>
>> [second]
>> scaling_driver :                Hardware driver for cpufreq.
>>
>> Although this does not affect anything, I think we should only have
>> one. so delete the second one because the first one is described in
>> more detail.
>>
>> Signed-off-by: Wang Long <long.wanglong@huawei.com>
> 
> Can you please CC this one (and any future cpufreq patches) to
> linux-pm@vger.kernel.org too?  It'll be easier to track it using Patchwork
> then.
> 
> 

OK, I will relay to this mail with CC the patch to linux-pm@vger.kernel.org.




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

* [PATCH] Documentation: cpu-freq: delete duplicate description of sysfs interface 'scaling_driver'
  2015-05-04 21:27 ` Rafael J. Wysocki
  2015-05-05  1:19   ` long.wanglong
@ 2015-05-05  1:22   ` Wang Long
  2015-05-15  0:24     ` Rafael J. Wysocki
  1 sibling, 1 reply; 6+ messages in thread
From: Wang Long @ 2015-05-05  1:22 UTC (permalink / raw)
  To: corbet, linux, viresh.kumar
  Cc: linux-doc, linux-kernel, peifeiyue, rafael.j.wysocki, linux-pm,
	long.wanglong

The file 'Documentation/cpu-freq/user-guide.txt' has duplicate
description of sysfs interface 'scaling_driver'.

[first]
scaling_driver :                this file shows what cpufreq driver is
				used to set the frequency on this CPU

[second]
scaling_driver :                Hardware driver for cpufreq.

Although this does not affect anything, I think we should only have
one. so delete the second one because the first one is described in
more detail.

Signed-off-by: Wang Long <long.wanglong@huawei.com>
---
 Documentation/cpu-freq/user-guide.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Documentation/cpu-freq/user-guide.txt b/Documentation/cpu-freq/user-guide.txt
index ff2f283..109e97b 100644
--- a/Documentation/cpu-freq/user-guide.txt
+++ b/Documentation/cpu-freq/user-guide.txt
@@ -196,8 +196,6 @@ affected_cpus :			List of Online CPUs that require software
 related_cpus :			List of Online + Offline CPUs that need software
 				coordination of frequency.
 
-scaling_driver :		Hardware driver for cpufreq.
-
 scaling_cur_freq :		Current frequency of the CPU as determined by
 				the governor and cpufreq core, in KHz. This is
 				the frequency the kernel thinks the CPU runs
-- 
1.8.3.4


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

* Re: [PATCH] Documentation: cpu-freq: delete duplicate description of sysfs interface 'scaling_driver'
  2015-05-05  1:22   ` Wang Long
@ 2015-05-15  0:24     ` Rafael J. Wysocki
  0 siblings, 0 replies; 6+ messages in thread
From: Rafael J. Wysocki @ 2015-05-15  0:24 UTC (permalink / raw)
  To: Wang Long
  Cc: corbet, linux, viresh.kumar, linux-doc, linux-kernel, peifeiyue,
	rafael.j.wysocki, linux-pm

On Tuesday, May 05, 2015 01:22:26 AM Wang Long wrote:
> The file 'Documentation/cpu-freq/user-guide.txt' has duplicate
> description of sysfs interface 'scaling_driver'.
> 
> [first]
> scaling_driver :                this file shows what cpufreq driver is
> 				used to set the frequency on this CPU
> 
> [second]
> scaling_driver :                Hardware driver for cpufreq.
> 
> Although this does not affect anything, I think we should only have
> one. so delete the second one because the first one is described in
> more detail.
> 
> Signed-off-by: Wang Long <long.wanglong@huawei.com>
> ---
>  Documentation/cpu-freq/user-guide.txt | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/Documentation/cpu-freq/user-guide.txt b/Documentation/cpu-freq/user-guide.txt
> index ff2f283..109e97b 100644
> --- a/Documentation/cpu-freq/user-guide.txt
> +++ b/Documentation/cpu-freq/user-guide.txt
> @@ -196,8 +196,6 @@ affected_cpus :			List of Online CPUs that require software
>  related_cpus :			List of Online + Offline CPUs that need software
>  				coordination of frequency.
>  
> -scaling_driver :		Hardware driver for cpufreq.
> -
>  scaling_cur_freq :		Current frequency of the CPU as determined by
>  				the governor and cpufreq core, in KHz. This is
>  				the frequency the kernel thinks the CPU runs
> 

Queued up for 4.2, thanks!

-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

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

end of thread, other threads:[~2015-05-14 23:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-04  9:16 [PATCH] Documentation: cpu-freq: delete duplicate description of sysfs interface 'scaling_driver' Wang Long
2015-05-04 10:38 ` Viresh Kumar
2015-05-04 21:27 ` Rafael J. Wysocki
2015-05-05  1:19   ` long.wanglong
2015-05-05  1:22   ` Wang Long
2015-05-15  0:24     ` 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