All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20120403150430.EBA423E0436@localhost>

diff --git a/a/1.txt b/N1/1.txt
index cc5a931..8aadd34 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -54,7 +54,7 @@ really necessary?
 > +
 > +Example:
 > +
-> +	gpio: gpio at 40028000 {
+> +	gpio: gpio@40028000 {
 > +		compatible = "nxp,lpc32xx-gpio";
 > +		reg = <0x40028000 0x1000>;
 > +		/* create a private address space for enumeration */
@@ -62,42 +62,42 @@ really necessary?
 > +		#size-cells = <0>;
 > +		#gpio-cells = <2>;
 > +
-> +		gpio_p0: gpio-bank at 0 {
+> +		gpio_p0: gpio-bank@0 {
 > +			gpio-controller;
 > +			#gpio-cells = <2>;
 > +			gpio-lines = <8>;
 > +			reg = <0>;
 > +		};
 > +
-> +		gpio_p1: gpio-bank at 1 {
+> +		gpio_p1: gpio-bank@1 {
 > +			gpio-controller;
 > +			#gpio-cells = <2>;
 > +			gpio-lines = <24>;
 > +			reg = <1>;
 > +		};
 > +
-> +		gpio_p2: gpio-bank at 2 {
+> +		gpio_p2: gpio-bank@2 {
 > +			gpio-controller;
 > +			#gpio-cells = <2>;
 > +			gpio-lines = <13>;
 > +			reg = <2>;
 > +		};
 > +
-> +		gpio_p3: gpio-bank at 3 {
+> +		gpio_p3: gpio-bank@3 {
 > +			gpio-controller;
 > +			#gpio-cells = <2>;
 > +			gpio-lines = <6>;
 > +			reg = <3>;
 > +		};
 > +
-> +		gpi_p3: gpio-bank at 4 {
+> +		gpi_p3: gpio-bank@4 {
 > +			gpio-controller;
 > +			#gpio-cells = <2>;
 > +			gpio-lines = <28>;
 > +			reg = <4>;
 > +		};
 > +
-> +		gpo_p3: gpio-bank at 5 {
+> +		gpo_p3: gpio-bank@5 {
 > +			gpio-controller;
 > +			#gpio-cells = <2>;
 > +			gpio-lines = <24>;
diff --git a/a/content_digest b/N1/content_digest
index 54d05c3..efa0724 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,13 @@
  "ref\01333407513-18231-1-git-send-email-stigge@antcom.de\0"
- "From\0grant.likely@secretlab.ca (Grant Likely)\0"
- "Subject\0[PATCH] gpio: Device tree support for LPC32xx\0"
+ "From\0Grant Likely <grant.likely@secretlab.ca>\0"
+ "Subject\0Re: [PATCH] gpio: Device tree support for LPC32xx\0"
  "Date\0Tue, 03 Apr 2012 09:04:30 -0600\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Roland Stigge <stigge@antcom.de>"
+  arm@kernel.org
+  linux-kernel@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+ " linus.walleij@stericsson.com\0"
+ "Cc\0Roland Stigge <stigge@antcom.de>\0"
  "\00:1\0"
  "b\0"
  "On Tue,  3 Apr 2012 00:58:33 +0200, Roland Stigge <stigge@antcom.de> wrote:\n"
@@ -61,7 +66,7 @@
  "> +\n"
  "> +Example:\n"
  "> +\n"
- "> +\tgpio: gpio at 40028000 {\n"
+ "> +\tgpio: gpio@40028000 {\n"
  "> +\t\tcompatible = \"nxp,lpc32xx-gpio\";\n"
  "> +\t\treg = <0x40028000 0x1000>;\n"
  "> +\t\t/* create a private address space for enumeration */\n"
@@ -69,42 +74,42 @@
  "> +\t\t#size-cells = <0>;\n"
  "> +\t\t#gpio-cells = <2>;\n"
  "> +\n"
- "> +\t\tgpio_p0: gpio-bank at 0 {\n"
+ "> +\t\tgpio_p0: gpio-bank@0 {\n"
  "> +\t\t\tgpio-controller;\n"
  "> +\t\t\t#gpio-cells = <2>;\n"
  "> +\t\t\tgpio-lines = <8>;\n"
  "> +\t\t\treg = <0>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tgpio_p1: gpio-bank at 1 {\n"
+ "> +\t\tgpio_p1: gpio-bank@1 {\n"
  "> +\t\t\tgpio-controller;\n"
  "> +\t\t\t#gpio-cells = <2>;\n"
  "> +\t\t\tgpio-lines = <24>;\n"
  "> +\t\t\treg = <1>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tgpio_p2: gpio-bank at 2 {\n"
+ "> +\t\tgpio_p2: gpio-bank@2 {\n"
  "> +\t\t\tgpio-controller;\n"
  "> +\t\t\t#gpio-cells = <2>;\n"
  "> +\t\t\tgpio-lines = <13>;\n"
  "> +\t\t\treg = <2>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tgpio_p3: gpio-bank at 3 {\n"
+ "> +\t\tgpio_p3: gpio-bank@3 {\n"
  "> +\t\t\tgpio-controller;\n"
  "> +\t\t\t#gpio-cells = <2>;\n"
  "> +\t\t\tgpio-lines = <6>;\n"
  "> +\t\t\treg = <3>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tgpi_p3: gpio-bank at 4 {\n"
+ "> +\t\tgpi_p3: gpio-bank@4 {\n"
  "> +\t\t\tgpio-controller;\n"
  "> +\t\t\t#gpio-cells = <2>;\n"
  "> +\t\t\tgpio-lines = <28>;\n"
  "> +\t\t\treg = <4>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tgpo_p3: gpio-bank at 5 {\n"
+ "> +\t\tgpo_p3: gpio-bank@5 {\n"
  "> +\t\t\tgpio-controller;\n"
  "> +\t\t\t#gpio-cells = <2>;\n"
  "> +\t\t\tgpio-lines = <24>;\n"
@@ -190,4 +195,4 @@
  "\n"
  g.
 
-d872e7cc00bead43073aaa0b0156c5aafcf2fb551a8de64c814591c93d16059a
+5b16c990a1a0121e793d22faf4468906bae460c3c0620433c704dc52b40a3c5a

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.