Message ID | 1401716531-29794-3-git-send-email-geert+renesas@glider.be (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
On 02/06/14 14:42, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > v2: > - New > > Documentation/devicetree/bindings/dma/shdma.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/dma/shdma.txt b/Documentation/devicetree/bindings/dma/shdma.txt > index d26b7065ae94..2b61cab0525c 100644 > --- a/Documentation/devicetree/bindings/dma/shdma.txt > +++ b/Documentation/devicetree/bindings/dma/shdma.txt > @@ -73,7 +73,7 @@ Example: > }; > > For r8a7790 and newer implementations, the information for the channel > -controll register is found in the dma phandle and #dma-cells is set to 2. > +control register is found in the dma phandle and #dma-cells is set to 2. > > dma0: dma-mux@0 { > compatible = "renesas,shdma-mux"; > Ok, if I don't fix this in the new series then you have my ack for this to be applied.
Hi Geert, Thank you for the patch. On Monday 02 June 2014 15:42:06 Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > v2: > - New > > Documentation/devicetree/bindings/dma/shdma.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/dma/shdma.txt > b/Documentation/devicetree/bindings/dma/shdma.txt index > d26b7065ae94..2b61cab0525c 100644 > --- a/Documentation/devicetree/bindings/dma/shdma.txt > +++ b/Documentation/devicetree/bindings/dma/shdma.txt > @@ -73,7 +73,7 @@ Example: > }; > > For r8a7790 and newer implementations, the information for the channel > -controll register is found in the dma phandle and #dma-cells is set to 2. > +control register is found in the dma phandle and #dma-cells is set to 2. > > dma0: dma-mux@0 { > compatible = "renesas,shdma-mux";
diff --git a/Documentation/devicetree/bindings/dma/shdma.txt b/Documentation/devicetree/bindings/dma/shdma.txt index d26b7065ae94..2b61cab0525c 100644 --- a/Documentation/devicetree/bindings/dma/shdma.txt +++ b/Documentation/devicetree/bindings/dma/shdma.txt @@ -73,7 +73,7 @@ Example: }; For r8a7790 and newer implementations, the information for the channel -controll register is found in the dma phandle and #dma-cells is set to 2. +control register is found in the dma phandle and #dma-cells is set to 2. dma0: dma-mux@0 { compatible = "renesas,shdma-mux";
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- v2: - New Documentation/devicetree/bindings/dma/shdma.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)