2015-05-04 10:30:17

by Wang Long

[permalink] [raw]
Subject: [PATCH] Documentation: cpu-freq: delete duplicate description of sysfs interface 'scaling_driver'

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 <[email protected]>
---
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


2015-05-04 10:38:35

by Viresh Kumar

[permalink] [raw]
Subject: Re: [PATCH] Documentation: cpu-freq: delete duplicate description of sysfs interface 'scaling_driver'

On 4 May 2015 at 14:46, Wang Long <[email protected]> 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 <[email protected]>
> ---
> 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 <[email protected]>

2015-05-04 21:03:04

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH] Documentation: cpu-freq: delete duplicate description of sysfs interface 'scaling_driver'

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 <[email protected]>

Can you please CC this one (and any future cpufreq patches) to
[email protected] too? It'll be easier to track it using Patchwork
then.


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

2015-05-05 01:20:47

by Wang Long

[permalink] [raw]
Subject: Re: [PATCH] Documentation: cpu-freq: delete duplicate description of sysfs interface 'scaling_driver'

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 <[email protected]>
>
> Can you please CC this one (and any future cpufreq patches) to
> [email protected] too? It'll be easier to track it using Patchwork
> then.
>
>

OK, I will relay to this mail with CC the patch to [email protected].


2015-05-05 01:42:37

by Wang Long

[permalink] [raw]
Subject: [PATCH] Documentation: cpu-freq: delete duplicate description of sysfs interface 'scaling_driver'

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 <[email protected]>
---
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

2015-05-14 23:59:11

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH] Documentation: cpu-freq: delete duplicate description of sysfs interface 'scaling_driver'

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 <[email protected]>
> ---
> 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.