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

diff --git a/a/1.txt b/N1/1.txt
index 12d4011..db23648 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -53,12 +53,12 @@ Benoit
 > +	};
 > +
 > +	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>;
@@ -72,26 +72,26 @@ Benoit
 > +		#size-cells = <1>;
 > +		ranges;
 > +
-> +		uart0: serial@44e09000 {
+> +		uart0: serial at 44e09000 {
 > +			compatible = "ti,am4372-uart","ti,omap2-uart";
 > +			reg = <0x44e09000 0x2000>;
 > +			interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
 > +		};
 > +
-> +		timer1: timer@44e31000 {
+> +		timer1: timer at 44e31000 {
 > +			compatible = "ti,am4372-timer-1ms","ti,am335x-timer-1ms";
 > +			reg = <0x44e31000 0x400>;
 > +			interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
 > +			ti,timer-alwon;
 > +		};
 > +
-> +		timer2: timer@48040000  {
+> +		timer2: timer at 48040000  {
 > +			compatible = "ti,am4372-timer","ti,am335x-timer";
 > +			reg = <0x48040000  0x400>;
 > +			interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
 > +		};
 > +
-> +		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 2e9e0d0..58847ab 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,15 +1,8 @@
  "ref\01370265594-12883-1-git-send-email-afzal@ti.com\0"
- "From\0Benoit Cousson <b-cousson@ti.com>\0"
- "Subject\0Re: [PATCH v3] ARM: dts: AM43x: initial support\0"
+ "From\0b-cousson@ti.com (Benoit Cousson)\0"
+ "Subject\0[PATCH v3] ARM: dts: AM43x: initial support\0"
  "Date\0Mon, 3 Jun 2013 16:15:10 +0200\0"
- "To\0Afzal Mohammed <afzal@ti.com>\0"
- "Cc\0linux-omap@vger.kernel.org"
-  devicetree-discuss@lists.ozlabs.org
-  linux-arm-kernel@lists.infradead.org
-  linux-kernel@vger.kernel.org
-  Tony Lindgren <tony@atomide.com>
-  Russell King <linux@arm.linux.org.uk>
- " Ankur Kishore <a-kishore@ti.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 06/03/2013 03:19 PM, Afzal Mohammed wrote:\n"
@@ -67,12 +60,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"
@@ -86,26 +79,26 @@
  "> +\t\t#size-cells = <1>;\n"
  "> +\t\tranges;\n"
  "> +\n"
- "> +\t\tuart0: serial@44e09000 {\n"
+ "> +\t\tuart0: serial at 44e09000 {\n"
  "> +\t\t\tcompatible = \"ti,am4372-uart\",\"ti,omap2-uart\";\n"
  "> +\t\t\treg = <0x44e09000 0x2000>;\n"
  "> +\t\t\tinterrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;\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 = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;\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 = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;\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"
@@ -113,4 +106,4 @@
  "> +};\n"
  >
 
-3ef9c7596179b0cceb4b4e0cb1ca9b6f4df4e7b530ddb7a5b30f42a011e67096
+b59b2955b7427385328b7713e735997cc52bb7cfecb0ef6613b88eb7ae91d4aa

diff --git a/a/content_digest b/N2/content_digest
index 2e9e0d0..aaeb106 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -3,10 +3,10 @@
  "Subject\0Re: [PATCH v3] ARM: dts: AM43x: initial support\0"
  "Date\0Mon, 3 Jun 2013 16:15:10 +0200\0"
  "To\0Afzal Mohammed <afzal@ti.com>\0"
- "Cc\0linux-omap@vger.kernel.org"
-  devicetree-discuss@lists.ozlabs.org
-  linux-arm-kernel@lists.infradead.org
-  linux-kernel@vger.kernel.org
+ "Cc\0<linux-omap@vger.kernel.org>"
+  <devicetree-discuss@lists.ozlabs.org>
+  <linux-arm-kernel@lists.infradead.org>
+  <linux-kernel@vger.kernel.org>
   Tony Lindgren <tony@atomide.com>
   Russell King <linux@arm.linux.org.uk>
  " Ankur Kishore <a-kishore@ti.com>\0"
@@ -113,4 +113,4 @@
  "> +};\n"
  >
 
-3ef9c7596179b0cceb4b4e0cb1ca9b6f4df4e7b530ddb7a5b30f42a011e67096
+57032a6750c8b5dc3d503a206f12b826849855ad6222d787f2104f51512b1d1f

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.