All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <51A5C2EE.4060607@epfl.ch>

diff --git a/a/1.txt b/N1/1.txt
index 4449314..abe7f64 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -13,8 +13,8 @@ On 05/29/2013 10:53 AM, Benoit Cousson wrote:
 >> In DT nodes, "ti,hwmod" property has not been added, this would be
 >> added along with PRCM support for AM43x.
 >>
->> Signed-off-by: Ankur Kishore <a-kishore-l0cyMroinI0@public.gmane.org>
->> Signed-off-by: Afzal Mohammed <afzal-l0cyMroinI0@public.gmane.org>
+>> Signed-off-by: Ankur Kishore <a-kishore@ti.com>
+>> Signed-off-by: Afzal Mohammed <afzal@ti.com>
 >> ---
 >>
 >> v2: Add gptimer 1ms, timer2, synctimer and remove twd local timer
@@ -73,12 +73,12 @@ Florian
 >> +	};
 >> +
 >> +	cpus {
->> +		cpu@0 {
+>> +		cpu at 0 {
 >> +			compatible = "arm,cortex-a9";
 >> +		};
 >> +	};
 >> +
->> +	gic: interrupt-controller@48241000 {
+>> +	gic: interrupt-controller at 48241000 {
 >> +		compatible = "arm,cortex-a9-gic";
 >> +		interrupt-controller;
 >> +		#interrupt-cells = <3>;
@@ -92,26 +92,26 @@ Florian
 >> +		#size-cells = <1>;
 >> +		ranges;
 >> +
->> +		uart1: serial@44e09000 {
+>> +		uart1: serial at 44e09000 {
 >> +			compatible = "ti,am4372-uart","ti,omap2-uart";
 >> +			reg = <0x44e09000 0x2000>;
 >> +			interrupts = <0 72 0x4>;
 >> +		};
 >> +
->> +		timer1: timer@44e31000 {
+>> +		timer1: timer at 44e31000 {
 >> +			compatible = "ti,am4372-timer-1ms","ti,am335x-timer-1ms";
 >> +			reg = <0x44e31000 0x400>;
 >> +			interrupts = <0 67 0x4>;
 >> +			ti,timer-alwon;
 >> +		};
 >> +
->> +		timer2: timer@48040000  {
+>> +		timer2: timer at 48040000  {
 >> +			compatible = "ti,am4372-timer","ti,am335x-timer";
 >> +			reg = <0x48040000  0x400>;
 >> +			interrupts = <0 68 0x4>;
 >> +		};
 >> +
->> +		counter32k: counter@44e86000 {
+>> +		counter32k: counter at 44e86000 {
 >> +			compatible = "ti,am4372-counter32k","ti,omap-counter32k";
 >> +			reg = <0x44e86000 0x40>;
 >> +		};
diff --git a/a/content_digest b/N1/content_digest
index 48c4985..865759c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,22 +1,10 @@
  "ref\0cover.1369658705.git.afzal@ti.com\0"
  "ref\03790fa57fc4c69da12224fbcec17cd07c59771a0.1369658705.git.afzal@ti.com\0"
  "ref\051A5C1F3.2070605@ti.com\0"
- "ref\051A5C1F3.2070605-l0cyMroinI0@public.gmane.org\0"
- "From\0Florian Vaussard <florian.vaussard-p8DiymsW2f8@public.gmane.org>\0"
- "Subject\0Re: [PATCH v2 14/14] ARM: dts: AM43x: initial support\0"
+ "From\0florian.vaussard@epfl.ch (Florian Vaussard)\0"
+ "Subject\0[PATCH v2 14/14] ARM: dts: AM43x: initial support\0"
  "Date\0Wed, 29 May 2013 10:57:18 +0200\0"
- "To\0Benoit Cousson <b-cousson-l0cyMroinI0@public.gmane.org>\0"
- "Cc\0Afzal Mohammed <afzal-l0cyMroinI0@public.gmane.org>"
-  Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
-  linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>
-  Ankur Kishore <a-kishore-l0cyMroinI0@public.gmane.org>
-  Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
-  Benoit Cousson <benoit.cousson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
-  linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hello,\n"
@@ -34,8 +22,8 @@
  ">> In DT nodes, \"ti,hwmod\" property has not been added, this would be\n"
  ">> added along with PRCM support for AM43x.\n"
  ">>\n"
- ">> Signed-off-by: Ankur Kishore <a-kishore-l0cyMroinI0@public.gmane.org>\n"
- ">> Signed-off-by: Afzal Mohammed <afzal-l0cyMroinI0@public.gmane.org>\n"
+ ">> Signed-off-by: Ankur Kishore <a-kishore@ti.com>\n"
+ ">> Signed-off-by: Afzal Mohammed <afzal@ti.com>\n"
  ">> ---\n"
  ">>\n"
  ">> v2: Add gptimer 1ms, timer2, synctimer and remove twd local timer\n"
@@ -94,12 +82,12 @@
  ">> +\t};\n"
  ">> +\n"
  ">> +\tcpus {\n"
- ">> +\t\tcpu@0 {\n"
+ ">> +\t\tcpu at 0 {\n"
  ">> +\t\t\tcompatible = \"arm,cortex-a9\";\n"
  ">> +\t\t};\n"
  ">> +\t};\n"
  ">> +\n"
- ">> +\tgic: interrupt-controller@48241000 {\n"
+ ">> +\tgic: interrupt-controller at 48241000 {\n"
  ">> +\t\tcompatible = \"arm,cortex-a9-gic\";\n"
  ">> +\t\tinterrupt-controller;\n"
  ">> +\t\t#interrupt-cells = <3>;\n"
@@ -113,26 +101,26 @@
  ">> +\t\t#size-cells = <1>;\n"
  ">> +\t\tranges;\n"
  ">> +\n"
- ">> +\t\tuart1: serial@44e09000 {\n"
+ ">> +\t\tuart1: serial at 44e09000 {\n"
  ">> +\t\t\tcompatible = \"ti,am4372-uart\",\"ti,omap2-uart\";\n"
  ">> +\t\t\treg = <0x44e09000 0x2000>;\n"
  ">> +\t\t\tinterrupts = <0 72 0x4>;\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\ttimer1: timer@44e31000 {\n"
+ ">> +\t\ttimer1: timer at 44e31000 {\n"
  ">> +\t\t\tcompatible = \"ti,am4372-timer-1ms\",\"ti,am335x-timer-1ms\";\n"
  ">> +\t\t\treg = <0x44e31000 0x400>;\n"
  ">> +\t\t\tinterrupts = <0 67 0x4>;\n"
  ">> +\t\t\tti,timer-alwon;\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\ttimer2: timer@48040000  {\n"
+ ">> +\t\ttimer2: timer at 48040000  {\n"
  ">> +\t\t\tcompatible = \"ti,am4372-timer\",\"ti,am335x-timer\";\n"
  ">> +\t\t\treg = <0x48040000  0x400>;\n"
  ">> +\t\t\tinterrupts = <0 68 0x4>;\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tcounter32k: counter@44e86000 {\n"
+ ">> +\t\tcounter32k: counter at 44e86000 {\n"
  ">> +\t\t\tcompatible = \"ti,am4372-counter32k\",\"ti,omap-counter32k\";\n"
  ">> +\t\t\treg = <0x44e86000 0x40>;\n"
  ">> +\t\t};\n"
@@ -141,4 +129,4 @@
  ">>\n"
  >
 
-29792238f92abb9fe532c12e47af04880b981521f53f3d280c369ebe55e7d2ee
+1492e8472e8a15f9e80729b085ababce0191603a6021aeae96b4aa1446240029

diff --git a/a/1.txt b/N2/1.txt
index 4449314..fce6b60 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -13,8 +13,8 @@ On 05/29/2013 10:53 AM, Benoit Cousson wrote:
 >> In DT nodes, "ti,hwmod" property has not been added, this would be
 >> added along with PRCM support for AM43x.
 >>
->> Signed-off-by: Ankur Kishore <a-kishore-l0cyMroinI0@public.gmane.org>
->> Signed-off-by: Afzal Mohammed <afzal-l0cyMroinI0@public.gmane.org>
+>> Signed-off-by: Ankur Kishore <a-kishore@ti.com>
+>> Signed-off-by: Afzal Mohammed <afzal@ti.com>
 >> ---
 >>
 >> v2: Add gptimer 1ms, timer2, synctimer and remove twd local timer
diff --git a/a/content_digest b/N2/content_digest
index 48c4985..2ff16b8 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,22 +1,21 @@
  "ref\0cover.1369658705.git.afzal@ti.com\0"
  "ref\03790fa57fc4c69da12224fbcec17cd07c59771a0.1369658705.git.afzal@ti.com\0"
  "ref\051A5C1F3.2070605@ti.com\0"
- "ref\051A5C1F3.2070605-l0cyMroinI0@public.gmane.org\0"
- "From\0Florian Vaussard <florian.vaussard-p8DiymsW2f8@public.gmane.org>\0"
+ "From\0Florian Vaussard <florian.vaussard@epfl.ch>\0"
  "Subject\0Re: [PATCH v2 14/14] ARM: dts: AM43x: initial support\0"
  "Date\0Wed, 29 May 2013 10:57:18 +0200\0"
- "To\0Benoit Cousson <b-cousson-l0cyMroinI0@public.gmane.org>\0"
- "Cc\0Afzal Mohammed <afzal-l0cyMroinI0@public.gmane.org>"
-  Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
-  linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>
-  Ankur Kishore <a-kishore-l0cyMroinI0@public.gmane.org>
-  Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
-  Benoit Cousson <benoit.cousson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
-  linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
+ "To\0Benoit Cousson <b-cousson@ti.com>\0"
+ "Cc\0Afzal Mohammed <afzal@ti.com>"
+  linux-omap@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+  devicetree-discuss@lists.ozlabs.org
+  linux-doc@vger.kernel.org
+  linux-kernel@vger.kernel.org
+  Russell King <linux@arm.linux.org.uk>
+  Rob Herring <rob.herring@calxeda.com>
+  Ankur Kishore <a-kishore@ti.com>
+  Grant Likely <grant.likely@linaro.org>
+ " Benoit Cousson <benoit.cousson@linaro.org>\0"
  "\00:1\0"
  "b\0"
  "Hello,\n"
@@ -34,8 +33,8 @@
  ">> In DT nodes, \"ti,hwmod\" property has not been added, this would be\n"
  ">> added along with PRCM support for AM43x.\n"
  ">>\n"
- ">> Signed-off-by: Ankur Kishore <a-kishore-l0cyMroinI0@public.gmane.org>\n"
- ">> Signed-off-by: Afzal Mohammed <afzal-l0cyMroinI0@public.gmane.org>\n"
+ ">> Signed-off-by: Ankur Kishore <a-kishore@ti.com>\n"
+ ">> Signed-off-by: Afzal Mohammed <afzal@ti.com>\n"
  ">> ---\n"
  ">>\n"
  ">> v2: Add gptimer 1ms, timer2, synctimer and remove twd local timer\n"
@@ -141,4 +140,4 @@
  ">>\n"
  >
 
-29792238f92abb9fe532c12e47af04880b981521f53f3d280c369ebe55e7d2ee
+6caceae0b8e904870eefe43302eddfaadafdca3550ffbf3ece4296c7d81804fe

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.