All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <51137911.8080303@ti.com>

diff --git a/a/1.txt b/N1/1.txt
index 1db0c11..3b890dc 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -10,7 +10,7 @@ as part of the bigger series you posted earlier). I tested on da850 evm
 with i2cdetect and i2cdump and it works fine.
 
 > 
-> Signed-off-by: Vishwanathrao Badarkhe, Manish <manishv.b-l0cyMroinI0@public.gmane.org>
+> Signed-off-by: Vishwanathrao Badarkhe, Manish <manishv.b@ti.com>
 > ---
 > Applies on top of v3.8-rc6 of linus tree.
 > Depends on
@@ -34,17 +34,17 @@ with i2cdetect and i2cdump and it works fine.
 > --- a/arch/arm/boot/dts/da850-evm.dts
 > +++ b/arch/arm/boot/dts/da850-evm.dts
 > @@ -27,6 +27,12 @@
->  		serial2: serial@1d0d000 {
+>  		serial2: serial at 1d0d000 {
 >  			status = "okay";
 >  		};
-> +		i2c0: i2c@1c22000 {
+> +		i2c0: i2c at 1c22000 {
 > +			status = "okay";
 > +			clock-frequency = <100000>;
 > +			pinctrl-names = "default";
 > +			pinctrl-0 = <&i2c0_pins>;
 > +		};
 >  	};
->  	nand_cs3@62000000 {
+>  	nand_cs3 at 62000000 {
 >  		status = "okay";
 > diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
 > index 4b02167..a0072aa 100644
@@ -61,13 +61,13 @@ with i2cdetect and i2cdump and it works fine.
 > +				>;
 > +			};
 >  		};
->  		serial0: serial@1c42000 {
+>  		serial0: serial at 1c42000 {
 >  			compatible = "ns16550a";
 > @@ -81,6 +87,14 @@
 >  			interrupts = <61>;
 >  			status = "disabled";
 >  		};
-> +		i2c0: i2c@1c22000 {
+> +		i2c0: i2c at 1c22000 {
 > +			compatible = "ti,davinci-i2c";
 > +			reg = <0x22000 0x1000>;
 > +			interrupts = <15>;
@@ -76,7 +76,7 @@ with i2cdetect and i2cdump and it works fine.
 > +			status = "disabled";
 > +		};
 >  	};
->  	nand_cs3@62000000 {
+>  	nand_cs3 at 62000000 {
 >  		compatible = "ti,davinci-nand";
 > diff --git a/arch/arm/mach-davinci/da8xx-dt.c b/arch/arm/mach-davinci/da8xx-dt.c
 > index 37c27af..95ca4e9 100644
diff --git a/a/content_digest b/N1/content_digest
index e6977bd..d641198 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,18 +1,8 @@
  "ref\01360143382-24607-1-git-send-email-manishv.b@ti.com\0"
- "ref\01360143382-24607-1-git-send-email-manishv.b-l0cyMroinI0@public.gmane.org\0"
- "From\0Sekhar Nori <nsekhar-l0cyMroinI0@public.gmane.org>\0"
- "Subject\0Re: [PATCH] ARM: davinci: da850: add DT node for I2C0\0"
+ "From\0nsekhar@ti.com (Sekhar Nori)\0"
+ "Subject\0[PATCH] ARM: davinci: da850: add DT node for I2C0\0"
  "Date\0Thu, 7 Feb 2013 15:21:13 +0530\0"
- "To\0Vishwanathrao Badarkhe"
- " Manish <manishv.b-l0cyMroinI0@public.gmane.org>\0"
- "Cc\0linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
-  devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
-  davinci-linux-open-source-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org
-  hs-ynQEQJNshbs@public.gmane.org
- " linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 2/6/2013 3:06 PM, Vishwanathrao Badarkhe, Manish wrote:\n"
@@ -27,7 +17,7 @@
  "with i2cdetect and i2cdump and it works fine.\n"
  "\n"
  "> \n"
- "> Signed-off-by: Vishwanathrao Badarkhe, Manish <manishv.b-l0cyMroinI0@public.gmane.org>\n"
+ "> Signed-off-by: Vishwanathrao Badarkhe, Manish <manishv.b@ti.com>\n"
  "> ---\n"
  "> Applies on top of v3.8-rc6 of linus tree.\n"
  "> Depends on\n"
@@ -51,17 +41,17 @@
  "> --- a/arch/arm/boot/dts/da850-evm.dts\n"
  "> +++ b/arch/arm/boot/dts/da850-evm.dts\n"
  "> @@ -27,6 +27,12 @@\n"
- ">  \t\tserial2: serial@1d0d000 {\n"
+ ">  \t\tserial2: serial at 1d0d000 {\n"
  ">  \t\t\tstatus = \"okay\";\n"
  ">  \t\t};\n"
- "> +\t\ti2c0: i2c@1c22000 {\n"
+ "> +\t\ti2c0: i2c at 1c22000 {\n"
  "> +\t\t\tstatus = \"okay\";\n"
  "> +\t\t\tclock-frequency = <100000>;\n"
  "> +\t\t\tpinctrl-names = \"default\";\n"
  "> +\t\t\tpinctrl-0 = <&i2c0_pins>;\n"
  "> +\t\t};\n"
  ">  \t};\n"
- ">  \tnand_cs3@62000000 {\n"
+ ">  \tnand_cs3 at 62000000 {\n"
  ">  \t\tstatus = \"okay\";\n"
  "> diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi\n"
  "> index 4b02167..a0072aa 100644\n"
@@ -78,13 +68,13 @@
  "> +\t\t\t\t>;\n"
  "> +\t\t\t};\n"
  ">  \t\t};\n"
- ">  \t\tserial0: serial@1c42000 {\n"
+ ">  \t\tserial0: serial at 1c42000 {\n"
  ">  \t\t\tcompatible = \"ns16550a\";\n"
  "> @@ -81,6 +87,14 @@\n"
  ">  \t\t\tinterrupts = <61>;\n"
  ">  \t\t\tstatus = \"disabled\";\n"
  ">  \t\t};\n"
- "> +\t\ti2c0: i2c@1c22000 {\n"
+ "> +\t\ti2c0: i2c at 1c22000 {\n"
  "> +\t\t\tcompatible = \"ti,davinci-i2c\";\n"
  "> +\t\t\treg = <0x22000 0x1000>;\n"
  "> +\t\t\tinterrupts = <15>;\n"
@@ -93,7 +83,7 @@
  "> +\t\t\tstatus = \"disabled\";\n"
  "> +\t\t};\n"
  ">  \t};\n"
- ">  \tnand_cs3@62000000 {\n"
+ ">  \tnand_cs3 at 62000000 {\n"
  ">  \t\tcompatible = \"ti,davinci-nand\";\n"
  "> diff --git a/arch/arm/mach-davinci/da8xx-dt.c b/arch/arm/mach-davinci/da8xx-dt.c\n"
  "> index 37c27af..95ca4e9 100644\n"
@@ -123,4 +113,4 @@
  "Thanks,\n"
  Sekhar
 
-ab59d5c33a08069d474ce59fd229cbe004ec605fc10d901d83b08d4b729fe80a
+ed7fdf4374914207a03072d55a190b97a601abcda3dfb38a41ba648582223ce8

diff --git a/a/1.txt b/N2/1.txt
index 1db0c11..e1440e6 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -10,7 +10,7 @@ as part of the bigger series you posted earlier). I tested on da850 evm
 with i2cdetect and i2cdump and it works fine.
 
 > 
-> Signed-off-by: Vishwanathrao Badarkhe, Manish <manishv.b-l0cyMroinI0@public.gmane.org>
+> Signed-off-by: Vishwanathrao Badarkhe, Manish <manishv.b@ti.com>
 > ---
 > Applies on top of v3.8-rc6 of linus tree.
 > Depends on
diff --git a/a/content_digest b/N2/content_digest
index e6977bd..c5b1d49 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,18 +1,17 @@
  "ref\01360143382-24607-1-git-send-email-manishv.b@ti.com\0"
- "ref\01360143382-24607-1-git-send-email-manishv.b-l0cyMroinI0@public.gmane.org\0"
- "From\0Sekhar Nori <nsekhar-l0cyMroinI0@public.gmane.org>\0"
+ "From\0Sekhar Nori <nsekhar@ti.com>\0"
  "Subject\0Re: [PATCH] ARM: davinci: da850: add DT node for I2C0\0"
  "Date\0Thu, 7 Feb 2013 15:21:13 +0530\0"
  "To\0Vishwanathrao Badarkhe"
- " Manish <manishv.b-l0cyMroinI0@public.gmane.org>\0"
- "Cc\0linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
-  devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
-  davinci-linux-open-source-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org
-  hs-ynQEQJNshbs@public.gmane.org
- " linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org\0"
+ " Manish <manishv.b@ti.com>\0"
+ "Cc\0<linux-i2c@vger.kernel.org>"
+  <devicetree-discuss@lists.ozlabs.org>
+  <davinci-linux-open-source@linux.davincidsp.com>
+  <linux-arm-kernel@lists.infradead.org>
+  <linux-kernel@vger.kernel.org>
+  <khilman@deeprootsystems.com>
+  <hs@denx.de>
+ " <linux@arm.linux.org.uk>\0"
  "\00:1\0"
  "b\0"
  "On 2/6/2013 3:06 PM, Vishwanathrao Badarkhe, Manish wrote:\n"
@@ -27,7 +26,7 @@
  "with i2cdetect and i2cdump and it works fine.\n"
  "\n"
  "> \n"
- "> Signed-off-by: Vishwanathrao Badarkhe, Manish <manishv.b-l0cyMroinI0@public.gmane.org>\n"
+ "> Signed-off-by: Vishwanathrao Badarkhe, Manish <manishv.b@ti.com>\n"
  "> ---\n"
  "> Applies on top of v3.8-rc6 of linus tree.\n"
  "> Depends on\n"
@@ -123,4 +122,4 @@
  "Thanks,\n"
  Sekhar
 
-ab59d5c33a08069d474ce59fd229cbe004ec605fc10d901d83b08d4b729fe80a
+19707c5563f8a9602c4dfdb93851be70ff5e27c4d22b00feb02ad0a2f1d6814b

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.