All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cpufreq: cpu0: Fix mistake in Documentation example
@ 2013-03-26 14:40 Viresh Kumar
  2013-03-26 22:50 ` Rafael J. Wysocki
  2013-03-27  3:23   ` Shawn Guo
  0 siblings, 2 replies; 5+ messages in thread
From: Viresh Kumar @ 2013-03-26 14:40 UTC (permalink / raw)
  To: rjw, shawn.guo
  Cc: cpufreq, linux-pm, linux-kernel, linaro-kernel, arvind.chauhan,
	robin.randhawa, Steve.Bannister, Liviu.Dudau,
	charles.garcia-tobin, rob.herring, Viresh Kumar

"clock-latency" is incorrectly written as "transition-latency" in an example
present in Documentation of cpufreq-cpu0. Fix it.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
---
 Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt b/Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt
index 4416ccc..051f764 100644
--- a/Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt
+++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt
@@ -32,7 +32,7 @@ cpus {
 			396000  950000
 			198000  850000
 		>;
-		transition-latency = <61036>; /* two CLK32 periods */
+		clock-latency = <61036>; /* two CLK32 periods */
 	};
 
 	cpu@1 {
-- 
1.7.12.rc2.18.g61b472e


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

* Re: [PATCH] cpufreq: cpu0: Fix mistake in Documentation example
  2013-03-26 14:40 [PATCH] cpufreq: cpu0: Fix mistake in Documentation example Viresh Kumar
@ 2013-03-26 22:50 ` Rafael J. Wysocki
  2013-03-27  3:28   ` Viresh Kumar
  2013-03-27  3:23   ` Shawn Guo
  1 sibling, 1 reply; 5+ messages in thread
From: Rafael J. Wysocki @ 2013-03-26 22:50 UTC (permalink / raw)
  To: Viresh Kumar
  Cc: shawn.guo, cpufreq, linux-pm, linux-kernel, linaro-kernel,
	arvind.chauhan, robin.randhawa, Steve.Bannister, Liviu.Dudau,
	charles.garcia-tobin, rob.herring

On Tuesday, March 26, 2013 08:10:46 PM Viresh Kumar wrote:
> "clock-latency" is incorrectly written as "transition-latency" in an example
> present in Documentation of cpufreq-cpu0. Fix it.
> 
> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>

Am I supposed to take this?

Rafael


> ---
>  Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt b/Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt
> index 4416ccc..051f764 100644
> --- a/Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt
> +++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt
> @@ -32,7 +32,7 @@ cpus {
>  			396000  950000
>  			198000  850000
>  		>;
> -		transition-latency = <61036>; /* two CLK32 periods */
> +		clock-latency = <61036>; /* two CLK32 periods */
>  	};
>  
>  	cpu@1 {
> 
-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

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

* Re: [PATCH] cpufreq: cpu0: Fix mistake in Documentation example
  2013-03-26 14:40 [PATCH] cpufreq: cpu0: Fix mistake in Documentation example Viresh Kumar
@ 2013-03-27  3:23   ` Shawn Guo
  2013-03-27  3:23   ` Shawn Guo
  1 sibling, 0 replies; 5+ messages in thread
From: Shawn Guo @ 2013-03-27  3:23 UTC (permalink / raw)
  To: Viresh Kumar
  Cc: rjw, cpufreq, linux-pm, linux-kernel, linaro-kernel,
	arvind.chauhan, robin.randhawa, Steve.Bannister, Liviu.Dudau,
	charles.garcia-tobin, rob.herring

On Tue, Mar 26, 2013 at 08:10:46PM +0530, Viresh Kumar wrote:
> "clock-latency" is incorrectly written as "transition-latency" in an example
> present in Documentation of cpufreq-cpu0. Fix it.
> 
> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>

Acked-by: Shawn Guo <shawn.guo@linaro.org>

> ---
>  Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt b/Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt
> index 4416ccc..051f764 100644
> --- a/Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt
> +++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt
> @@ -32,7 +32,7 @@ cpus {
>  			396000  950000
>  			198000  850000
>  		>;
> -		transition-latency = <61036>; /* two CLK32 periods */
> +		clock-latency = <61036>; /* two CLK32 periods */
>  	};
>  
>  	cpu@1 {
> -- 
> 1.7.12.rc2.18.g61b472e
> 


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

* Re: [PATCH] cpufreq: cpu0: Fix mistake in Documentation example
@ 2013-03-27  3:23   ` Shawn Guo
  0 siblings, 0 replies; 5+ messages in thread
From: Shawn Guo @ 2013-03-27  3:23 UTC (permalink / raw)
  To: Viresh Kumar
  Cc: rjw, cpufreq, linux-pm, linux-kernel, linaro-kernel,
	arvind.chauhan, robin.randhawa, Steve.Bannister, Liviu.Dudau,
	charles.garcia-tobin, rob.herring

On Tue, Mar 26, 2013 at 08:10:46PM +0530, Viresh Kumar wrote:
> "clock-latency" is incorrectly written as "transition-latency" in an example
> present in Documentation of cpufreq-cpu0. Fix it.
> 
> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>

Acked-by: Shawn Guo <shawn.guo@linaro.org>

> ---
>  Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt b/Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt
> index 4416ccc..051f764 100644
> --- a/Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt
> +++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt
> @@ -32,7 +32,7 @@ cpus {
>  			396000  950000
>  			198000  850000
>  		>;
> -		transition-latency = <61036>; /* two CLK32 periods */
> +		clock-latency = <61036>; /* two CLK32 periods */
>  	};
>  
>  	cpu@1 {
> -- 
> 1.7.12.rc2.18.g61b472e
> 


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

* Re: [PATCH] cpufreq: cpu0: Fix mistake in Documentation example
  2013-03-26 22:50 ` Rafael J. Wysocki
@ 2013-03-27  3:28   ` Viresh Kumar
  0 siblings, 0 replies; 5+ messages in thread
From: Viresh Kumar @ 2013-03-27  3:28 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: shawn.guo, cpufreq, linux-pm, linux-kernel, linaro-kernel,
	arvind.chauhan, robin.randhawa, Steve.Bannister, Liviu.Dudau,
	charles.garcia-tobin, rob.herring

On 27 March 2013 04:20, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> On Tuesday, March 26, 2013 08:10:46 PM Viresh Kumar wrote:
>> "clock-latency" is incorrectly written as "transition-latency" in an example
>> present in Documentation of cpufreq-cpu0. Fix it.
>>
>> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
>
> Am I supposed to take this?

Yes.

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

end of thread, other threads:[~2013-03-27  3:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-26 14:40 [PATCH] cpufreq: cpu0: Fix mistake in Documentation example Viresh Kumar
2013-03-26 22:50 ` Rafael J. Wysocki
2013-03-27  3:28   ` Viresh Kumar
2013-03-27  3:23 ` Shawn Guo
2013-03-27  3:23   ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.