devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: Improve clock-indices binding documentation
@ 2014-04-14 17:00 Geert Uytterhoeven
  2014-04-15 15:56 ` Laurent Pinchart
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2014-04-14 17:00 UTC (permalink / raw)
  To: Mike Turquette
  Cc: Ben Dooks, Laurent Pinchart, Sergei Shtylyov, devicetree,
	linux-sh, Geert Uytterhoeven

From: Geert Uytterhoeven <geert+renesas@glider.be>

Improve the wording for the clock-indices binding documentation.
Also replace "empty nodes" by "empty strings", as reported before by Sergei
Shtylyov.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 .../devicetree/bindings/clock/clock-bindings.txt   |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/Documentation/devicetree/bindings/clock/clock-bindings.txt b/Documentation/devicetree/bindings/clock/clock-bindings.txt
index 700e7aac3717..f15787817d6b 100644
--- a/Documentation/devicetree/bindings/clock/clock-bindings.txt
+++ b/Documentation/devicetree/bindings/clock/clock-bindings.txt
@@ -44,10 +44,9 @@ For example:
   clocks by index. The names should reflect the clock output signal
   names for the device.
 
-clock-indices:	   If the identifyng number for the clocks in the node
-		   is not linear from zero, then the this mapping allows
-		   the mapping of identifiers into the clock-output-names
-		   array.
+clock-indices:	   If the identifying number for the clocks in the node
+		   is not linear from zero, then this allows the mapping of
+		   identifiers into the clock-output-names array.
 
 For example, if we have two clocks <&oscillator 1> and <&oscillator 3>:
 
@@ -58,7 +57,7 @@ For example, if we have two clocks <&oscillator 1> and <&oscillator 3>:
 		clock-output-names = "clka", "clkb";
 	}
 
-	This ensures we do not have any empty nodes in clock-output-names
+	This ensures we do not have any empty strings in clock-output-names
 
 
 ==Clock consumers==
-- 
1.7.9.5


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

* Re: [PATCH] clk: Improve clock-indices binding documentation
  2014-04-14 17:00 [PATCH] clk: Improve clock-indices binding documentation Geert Uytterhoeven
@ 2014-04-15 15:56 ` Laurent Pinchart
  2014-04-23  1:40   ` Simon Horman
  0 siblings, 1 reply; 3+ messages in thread
From: Laurent Pinchart @ 2014-04-15 15:56 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Mike Turquette, Ben Dooks, Sergei Shtylyov, devicetree, linux-sh,
	Geert Uytterhoeven

Hi Geert,

Thank you for the patch.

On Monday 14 April 2014 19:00:40 Geert Uytterhoeven wrote:
> From: Geert Uytterhoeven <geert+renesas@glider.be>
> 
> Improve the wording for the clock-indices binding documentation.
> Also replace "empty nodes" by "empty strings", as reported before by Sergei
> Shtylyov.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  .../devicetree/bindings/clock/clock-bindings.txt   |    9 ++++-----
>  1 file changed, 4 insertions(+), 5 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/clock/clock-bindings.txt
> b/Documentation/devicetree/bindings/clock/clock-bindings.txt index
> 700e7aac3717..f15787817d6b 100644
> --- a/Documentation/devicetree/bindings/clock/clock-bindings.txt
> +++ b/Documentation/devicetree/bindings/clock/clock-bindings.txt
> @@ -44,10 +44,9 @@ For example:
>    clocks by index. The names should reflect the clock output signal
>    names for the device.
> 
> -clock-indices:	   If the identifyng number for the clocks in the node
> -		   is not linear from zero, then the this mapping allows
> -		   the mapping of identifiers into the clock-output-names
> -		   array.
> +clock-indices:	   If the identifying number for the clocks in the node
> +		   is not linear from zero, then this allows the mapping of
> +		   identifiers into the clock-output-names array.
> 
>  For example, if we have two clocks <&oscillator 1> and <&oscillator 3>:
> 
> @@ -58,7 +57,7 @@ For example, if we have two clocks <&oscillator 1> and
> <&oscillator 3>: clock-output-names = "clka", "clkb";
>  	}
> 
> -	This ensures we do not have any empty nodes in clock-output-names
> +	This ensures we do not have any empty strings in clock-output-names
> 
> 
>  ==Clock consumers==

-- 
Regards,

Laurent Pinchart


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

* Re: [PATCH] clk: Improve clock-indices binding documentation
  2014-04-15 15:56 ` Laurent Pinchart
@ 2014-04-23  1:40   ` Simon Horman
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Horman @ 2014-04-23  1:40 UTC (permalink / raw)
  To: Laurent Pinchart
  Cc: Geert Uytterhoeven, Mike Turquette, Ben Dooks, Sergei Shtylyov,
	devicetree, linux-sh, Geert Uytterhoeven

On Tue, Apr 15, 2014 at 05:56:12PM +0200, Laurent Pinchart wrote:
> Hi Geert,
> 
> Thank you for the patch.
> 
> On Monday 14 April 2014 19:00:40 Geert Uytterhoeven wrote:
> > From: Geert Uytterhoeven <geert+renesas@glider.be>
> > 
> > Improve the wording for the clock-indices binding documentation.
> > Also replace "empty nodes" by "empty strings", as reported before by Sergei
> > Shtylyov.
> > 
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> 
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Acked-by: Simon Horman <horms+renesas@verge.net.au>

Mike, could you consider picking this up?

> 
> > ---
> >  .../devicetree/bindings/clock/clock-bindings.txt   |    9 ++++-----
> >  1 file changed, 4 insertions(+), 5 deletions(-)
> > 
> > diff --git a/Documentation/devicetree/bindings/clock/clock-bindings.txt
> > b/Documentation/devicetree/bindings/clock/clock-bindings.txt index
> > 700e7aac3717..f15787817d6b 100644
> > --- a/Documentation/devicetree/bindings/clock/clock-bindings.txt
> > +++ b/Documentation/devicetree/bindings/clock/clock-bindings.txt
> > @@ -44,10 +44,9 @@ For example:
> >    clocks by index. The names should reflect the clock output signal
> >    names for the device.
> > 
> > -clock-indices:	   If the identifyng number for the clocks in the node
> > -		   is not linear from zero, then the this mapping allows
> > -		   the mapping of identifiers into the clock-output-names
> > -		   array.
> > +clock-indices:	   If the identifying number for the clocks in the node
> > +		   is not linear from zero, then this allows the mapping of
> > +		   identifiers into the clock-output-names array.
> > 
> >  For example, if we have two clocks <&oscillator 1> and <&oscillator 3>:
> > 
> > @@ -58,7 +57,7 @@ For example, if we have two clocks <&oscillator 1> and
> > <&oscillator 3>: clock-output-names = "clka", "clkb";
> >  	}
> > 
> > -	This ensures we do not have any empty nodes in clock-output-names
> > +	This ensures we do not have any empty strings in clock-output-names
> > 
> > 
> >  ==Clock consumers==
> 
> -- 
> Regards,
> 
> Laurent Pinchart
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

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

end of thread, other threads:[~2014-04-23  1:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-14 17:00 [PATCH] clk: Improve clock-indices binding documentation Geert Uytterhoeven
2014-04-15 15:56 ` Laurent Pinchart
2014-04-23  1:40   ` Simon Horman

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).