All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] of: fix a few typos in the binding documentation
@ 2012-04-23  8:57 Uwe Kleine-König
       [not found] ` <1335171443-15371-1-git-send-email-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Uwe Kleine-König @ 2012-04-23  8:57 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ, kernel-bIcnvbaLZ9MEGnE8C9+IrQ

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 Documentation/devicetree/bindings/mtd/atmel-nand.txt |    2 +-
 Documentation/devicetree/bindings/mtd/partition.txt  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/mtd/atmel-nand.txt b/Documentation/devicetree/bindings/mtd/atmel-nand.txt
index a200695..0c1bccd 100644
--- a/Documentation/devicetree/bindings/mtd/atmel-nand.txt
+++ b/Documentation/devicetree/bindings/mtd/atmel-nand.txt
@@ -3,7 +3,7 @@ Atmel NAND flash
 Required properties:
 - compatible : "atmel,at91rm9200-nand".
 - reg : should specify localbus address and size used for the chip,
-	and if availlable the ECC.
+	and if available the ECC.
 - atmel,nand-addr-offset : offset for the address latch.
 - atmel,nand-cmd-offset : offset for the command latch.
 - #address-cells, #size-cells : Must be present if the device has sub-nodes
diff --git a/Documentation/devicetree/bindings/mtd/partition.txt b/Documentation/devicetree/bindings/mtd/partition.txt
index f114ce1..6e1f61f 100644
--- a/Documentation/devicetree/bindings/mtd/partition.txt
+++ b/Documentation/devicetree/bindings/mtd/partition.txt
@@ -35,4 +35,4 @@ flash@0 {
 	uimage@100000 {
 		reg = <0x0100000 0x200000>;
 	};
-];
+};
-- 
1.7.10

_______________________________________________
devicetree-discuss mailing list
devicetree-discuss@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/devicetree-discuss

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

* Re: [PATCH] of: fix a few typos in the binding documentation
       [not found] ` <1335171443-15371-1-git-send-email-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
@ 2012-05-18 14:21   ` Uwe Kleine-König
       [not found]     ` <20120518142148.GC3710-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
  2012-07-05 16:08   ` Rob Herring
  1 sibling, 1 reply; 5+ messages in thread
From: Uwe Kleine-König @ 2012-05-18 14:21 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ, kernel-bIcnvbaLZ9MEGnE8C9+IrQ

Hello Randy,

On Mon, Apr 23, 2012 at 10:57:23AM +0200, Uwe Kleine-König wrote:
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
> ---
>  Documentation/devicetree/bindings/mtd/atmel-nand.txt |    2 +-
>  Documentation/devicetree/bindings/mtd/partition.txt  |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/mtd/atmel-nand.txt b/Documentation/devicetree/bindings/mtd/atmel-nand.txt
> index a200695..0c1bccd 100644
> --- a/Documentation/devicetree/bindings/mtd/atmel-nand.txt
> +++ b/Documentation/devicetree/bindings/mtd/atmel-nand.txt
> @@ -3,7 +3,7 @@ Atmel NAND flash
>  Required properties:
>  - compatible : "atmel,at91rm9200-nand".
>  - reg : should specify localbus address and size used for the chip,
> -	and if availlable the ECC.
> +	and if available the ECC.
>  - atmel,nand-addr-offset : offset for the address latch.
>  - atmel,nand-cmd-offset : offset for the command latch.
>  - #address-cells, #size-cells : Must be present if the device has sub-nodes
> diff --git a/Documentation/devicetree/bindings/mtd/partition.txt b/Documentation/devicetree/bindings/mtd/partition.txt
> index f114ce1..6e1f61f 100644
> --- a/Documentation/devicetree/bindings/mtd/partition.txt
> +++ b/Documentation/devicetree/bindings/mtd/partition.txt
> @@ -35,4 +35,4 @@ flash@0 {
>  	uimage@100000 {
>  		reg = <0x0100000 0x200000>;
>  	};
> -];
> +};
this patch didn't appear in next yet (looking at next-20120518). Do you
have concerns? Or do you think someone else should take and/or ack the
patch?

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

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

* Re: [PATCH] of: fix a few typos in the binding documentation
  2012-05-18 14:21   ` Uwe Kleine-König
@ 2012-06-22  5:49         ` Uwe Kleine-König
  0 siblings, 0 replies; 5+ messages in thread
From: Uwe Kleine-König @ 2012-06-22  5:49 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Artem Bityutskiy, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
	linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	kernel-bIcnvbaLZ9MEGnE8C9+IrQ

Hello Randy,

expanding the audience a bit ...

On Fri, May 18, 2012 at 04:21:48PM +0200, Uwe Kleine-König wrote:
> On Mon, Apr 23, 2012 at 10:57:23AM +0200, Uwe Kleine-König wrote:
> > Signed-off-by: Uwe Kleine-König <u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
> > ---
> >  Documentation/devicetree/bindings/mtd/atmel-nand.txt |    2 +-
> >  Documentation/devicetree/bindings/mtd/partition.txt  |    2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/Documentation/devicetree/bindings/mtd/atmel-nand.txt b/Documentation/devicetree/bindings/mtd/atmel-nand.txt
> > index a200695..0c1bccd 100644
> > --- a/Documentation/devicetree/bindings/mtd/atmel-nand.txt
> > +++ b/Documentation/devicetree/bindings/mtd/atmel-nand.txt
> > @@ -3,7 +3,7 @@ Atmel NAND flash
> >  Required properties:
> >  - compatible : "atmel,at91rm9200-nand".
> >  - reg : should specify localbus address and size used for the chip,
> > -	and if availlable the ECC.
> > +	and if available the ECC.
> >  - atmel,nand-addr-offset : offset for the address latch.
> >  - atmel,nand-cmd-offset : offset for the command latch.
> >  - #address-cells, #size-cells : Must be present if the device has sub-nodes
> > diff --git a/Documentation/devicetree/bindings/mtd/partition.txt b/Documentation/devicetree/bindings/mtd/partition.txt
> > index f114ce1..6e1f61f 100644
> > --- a/Documentation/devicetree/bindings/mtd/partition.txt
> > +++ b/Documentation/devicetree/bindings/mtd/partition.txt
> > @@ -35,4 +35,4 @@ flash@0 {
> >  	uimage@100000 {
> >  		reg = <0x0100000 0x200000>;
> >  	};
> > -];
> > +};
> this patch didn't appear in next yet (looking at next-20120518). Do you
> have concerns? Or do you think someone else should take and/or ack the
> patch?
ping

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

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

* Re: [PATCH] of: fix a few typos in the binding documentation
@ 2012-06-22  5:49         ` Uwe Kleine-König
  0 siblings, 0 replies; 5+ messages in thread
From: Uwe Kleine-König @ 2012-06-22  5:49 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Artem Bityutskiy, devicetree-discuss, Nicolas Ferre, linux-mtd,
	kernel, Jean-Christophe PLAGNIOL-VILLARD

Hello Randy,

expanding the audience a bit ...

On Fri, May 18, 2012 at 04:21:48PM +0200, Uwe Kleine-König wrote:
> On Mon, Apr 23, 2012 at 10:57:23AM +0200, Uwe Kleine-König wrote:
> > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> > ---
> >  Documentation/devicetree/bindings/mtd/atmel-nand.txt |    2 +-
> >  Documentation/devicetree/bindings/mtd/partition.txt  |    2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/Documentation/devicetree/bindings/mtd/atmel-nand.txt b/Documentation/devicetree/bindings/mtd/atmel-nand.txt
> > index a200695..0c1bccd 100644
> > --- a/Documentation/devicetree/bindings/mtd/atmel-nand.txt
> > +++ b/Documentation/devicetree/bindings/mtd/atmel-nand.txt
> > @@ -3,7 +3,7 @@ Atmel NAND flash
> >  Required properties:
> >  - compatible : "atmel,at91rm9200-nand".
> >  - reg : should specify localbus address and size used for the chip,
> > -	and if availlable the ECC.
> > +	and if available the ECC.
> >  - atmel,nand-addr-offset : offset for the address latch.
> >  - atmel,nand-cmd-offset : offset for the command latch.
> >  - #address-cells, #size-cells : Must be present if the device has sub-nodes
> > diff --git a/Documentation/devicetree/bindings/mtd/partition.txt b/Documentation/devicetree/bindings/mtd/partition.txt
> > index f114ce1..6e1f61f 100644
> > --- a/Documentation/devicetree/bindings/mtd/partition.txt
> > +++ b/Documentation/devicetree/bindings/mtd/partition.txt
> > @@ -35,4 +35,4 @@ flash@0 {
> >  	uimage@100000 {
> >  		reg = <0x0100000 0x200000>;
> >  	};
> > -];
> > +};
> this patch didn't appear in next yet (looking at next-20120518). Do you
> have concerns? Or do you think someone else should take and/or ack the
> patch?
ping

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

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

* Re: [PATCH] of: fix a few typos in the binding documentation
       [not found] ` <1335171443-15371-1-git-send-email-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
  2012-05-18 14:21   ` Uwe Kleine-König
@ 2012-07-05 16:08   ` Rob Herring
  1 sibling, 0 replies; 5+ messages in thread
From: Rob Herring @ 2012-07-05 16:08 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: Randy Dunlap, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
	kernel-bIcnvbaLZ9MEGnE8C9+IrQ

On 04/23/2012 03:57 AM, Uwe Kleine-König wrote:
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> ---

Applied for 3.6.

Rob

>  Documentation/devicetree/bindings/mtd/atmel-nand.txt |    2 +-
>  Documentation/devicetree/bindings/mtd/partition.txt  |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/mtd/atmel-nand.txt b/Documentation/devicetree/bindings/mtd/atmel-nand.txt
> index a200695..0c1bccd 100644
> --- a/Documentation/devicetree/bindings/mtd/atmel-nand.txt
> +++ b/Documentation/devicetree/bindings/mtd/atmel-nand.txt
> @@ -3,7 +3,7 @@ Atmel NAND flash
>  Required properties:
>  - compatible : "atmel,at91rm9200-nand".
>  - reg : should specify localbus address and size used for the chip,
> -	and if availlable the ECC.
> +	and if available the ECC.
>  - atmel,nand-addr-offset : offset for the address latch.
>  - atmel,nand-cmd-offset : offset for the command latch.
>  - #address-cells, #size-cells : Must be present if the device has sub-nodes
> diff --git a/Documentation/devicetree/bindings/mtd/partition.txt b/Documentation/devicetree/bindings/mtd/partition.txt
> index f114ce1..6e1f61f 100644
> --- a/Documentation/devicetree/bindings/mtd/partition.txt
> +++ b/Documentation/devicetree/bindings/mtd/partition.txt
> @@ -35,4 +35,4 @@ flash@0 {
>  	uimage@100000 {
>  		reg = <0x0100000 0x200000>;
>  	};
> -];
> +};
> 


_______________________________________________
devicetree-discuss mailing list
devicetree-discuss@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/devicetree-discuss

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

end of thread, other threads:[~2012-07-05 16:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-23  8:57 [PATCH] of: fix a few typos in the binding documentation Uwe Kleine-König
     [not found] ` <1335171443-15371-1-git-send-email-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-05-18 14:21   ` Uwe Kleine-König
     [not found]     ` <20120518142148.GC3710-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-06-22  5:49       ` Uwe Kleine-König
2012-06-22  5:49         ` Uwe Kleine-König
2012-07-05 16:08   ` Rob Herring

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.