All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4EEEA983.7010402@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 41cdcb1..a295663 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -5,10 +5,10 @@ On 12/18/2011 04:13 AM, Jamie Iles wrote:
 > and can be configured to provide multiple banks of GPIO pins.  The first
 > bank (A) can also provide IRQ capabilities.
 > 
-> Cc: Grant Likely <grant.likely@secretlab.ca>
-> Cc: Linus Walleij <linus.walleij@stericsson.com>
-> Cc: Rob Herring <rob.herring@calxeda.com>
-> Signed-off-by: Jamie Iles <jamie@jamieiles.com>
+> Cc: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
+> Cc: Linus Walleij <linus.walleij-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org>
+> Cc: Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>
+> Signed-off-by: Jamie Iles <jamie-wmLquQDDieKakBO8gow8eQ@public.gmane.org>
 > ---
 > 
 > I was originally working on a generic binding for the generic gpio
@@ -76,13 +76,13 @@ Valid range is ?
 > +
 > +Example:
 > +
-> +gpio: gpio at 20000 {
+> +gpio: gpio@20000 {
 > +	compatible = "snps,dw-apb-gpio";
 > +	reg = <0x20000 0x1000>;
 > +	#address-cells = <1>;
 > +	#size-cells = <0>;
 > +
-> +	banka: gpio-controller at 0 {
+> +	banka: gpio-controller@0 {
 > +		compatible = "snps,dw-apb-gpio-bank";
 > +		gpio-controller;
 > +		#gpio-cells = <2>;
@@ -94,7 +94,7 @@ Valid range is ?
 > +		interrupts = <0 1 2 3 4 5 6 7>;
 > +	};
 > +
-> +	bankb: gpio-controller at 1 {
+> +	bankb: gpio-controller@1 {
 > +		compatible = "snps,dw-apb-gpio-bank";
 > +		gpio-controller;
 > +		#gpio-cells = <2>;
diff --git a/a/content_digest b/N1/content_digest
index 4325f4f..3b05bcd 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,13 @@
  "ref\01324203229-15571-1-git-send-email-jamie@jamieiles.com\0"
- "From\0robherring2@gmail.com (Rob Herring)\0"
- "Subject\0[PATCH 1/2] gpio: add a driver for the Synopsys DesignWare APB GPIO block\0"
+ "ref\01324203229-15571-1-git-send-email-jamie-wmLquQDDieKakBO8gow8eQ@public.gmane.org\0"
+ "From\0Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH 1/2] gpio: add a driver for the Synopsys DesignWare APB GPIO block\0"
  "Date\0Sun, 18 Dec 2011 21:03:31 -0600\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Jamie Iles <jamie-wmLquQDDieKakBO8gow8eQ@public.gmane.org>\0"
+ "Cc\0devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org"
+  Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>
+  Linus Walleij <linus.walleij-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org>
+ " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "Jamie,\n"
@@ -12,10 +17,10 @@
  "> and can be configured to provide multiple banks of GPIO pins.  The first\n"
  "> bank (A) can also provide IRQ capabilities.\n"
  "> \n"
- "> Cc: Grant Likely <grant.likely@secretlab.ca>\n"
- "> Cc: Linus Walleij <linus.walleij@stericsson.com>\n"
- "> Cc: Rob Herring <rob.herring@calxeda.com>\n"
- "> Signed-off-by: Jamie Iles <jamie@jamieiles.com>\n"
+ "> Cc: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>\n"
+ "> Cc: Linus Walleij <linus.walleij-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org>\n"
+ "> Cc: Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>\n"
+ "> Signed-off-by: Jamie Iles <jamie-wmLquQDDieKakBO8gow8eQ@public.gmane.org>\n"
  "> ---\n"
  "> \n"
  "> I was originally working on a generic binding for the generic gpio\n"
@@ -83,13 +88,13 @@
  "> +\n"
  "> +Example:\n"
  "> +\n"
- "> +gpio: gpio at 20000 {\n"
+ "> +gpio: gpio@20000 {\n"
  "> +\tcompatible = \"snps,dw-apb-gpio\";\n"
  "> +\treg = <0x20000 0x1000>;\n"
  "> +\t#address-cells = <1>;\n"
  "> +\t#size-cells = <0>;\n"
  "> +\n"
- "> +\tbanka: gpio-controller at 0 {\n"
+ "> +\tbanka: gpio-controller@0 {\n"
  "> +\t\tcompatible = \"snps,dw-apb-gpio-bank\";\n"
  "> +\t\tgpio-controller;\n"
  "> +\t\t#gpio-cells = <2>;\n"
@@ -101,7 +106,7 @@
  "> +\t\tinterrupts = <0 1 2 3 4 5 6 7>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tbankb: gpio-controller at 1 {\n"
+ "> +\tbankb: gpio-controller@1 {\n"
  "> +\t\tcompatible = \"snps,dw-apb-gpio-bank\";\n"
  "> +\t\tgpio-controller;\n"
  "> +\t\t#gpio-cells = <2>;\n"
@@ -130,4 +135,4 @@
  "\n"
  Rob
 
-3beba3b641958c6e841c71003ae6a12db0e44a294eb23abd030d7ea7b0784b41
+a0589d00c3d8cb31b69144c270d309fea817f5827770a4afaa95b64b39c7d368

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.