All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1665353.lNSALdu3Cy@ubix>

diff --git a/a/1.txt b/N1/1.txt
index 3b2f39a..92aa8bd 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -101,22 +101,22 @@ Please delete the change-id.
 > +		#address-cells = <1>;
 > +		#size-cells = <0>;
 > +
-> +		cpu@0 {
+> +		cpu at 0 {
 > +			device_type = "cpu";
 > +			compatible = "arm,cortex-a7";
 > +			reg = <0x0>;
 > +		};
-> +		cpu@1 {
+> +		cpu at 1 {
 > +			device_type = "cpu";
 > +			compatible = "arm,cortex-a7";
 > +			reg = <0x1>;
 > +		};
-> +		cpu@2 {
+> +		cpu at 2 {
 > +			device_type = "cpu";
 > +			compatible = "arm,cortex-a7";
 > +			reg = <0x2>;
 > +		};
-> +		cpu@3 {
+> +		cpu at 3 {
 > +			device_type = "cpu";
 > +			compatible = "arm,cortex-a7";
 > +			reg = <0x3>;
@@ -149,7 +149,7 @@ Please delete the change-id.
 > +		};
 > +	};
 > +
-> +	timer: timer@10008000 {
+> +	timer: timer at 10008000 {
 > +		compatible = "mediatek,mt6580-timer",
 > +			     "mediatek,mt6577-timer";
 > +		reg = <0x10008000 0x80>;
@@ -158,7 +158,7 @@ Please delete the change-id.
 > +		clock-names = "system-clk", "rtc-clk";
 > +	};
 > +
-> +	sysirq: interrupt-controller@10200100 {
+> +	sysirq: interrupt-controller at 10200100 {
 > +		compatible = "mediatek,mt6580-sysirq",
 > +			     "mediatek,mt6577-sysirq";
 > +		interrupt-controller;
@@ -167,7 +167,7 @@ Please delete the change-id.
 > +		reg = <0x10200100 0x1c>;
 > +	};
 > +
-> +	gic: interrupt-controller@10211000 {
+> +	gic: interrupt-controller at 10211000 {
 > +		compatible = "arm,cortex-a7-gic";
 > +		interrupt-controller;
 > +		#interrupt-cells = <3>;
@@ -178,7 +178,7 @@ Please delete the change-id.
 > +		      <0x10216000 0x2000>;
 > +	};
 > +
-> +	uart0: serial@11005000 {
+> +	uart0: serial at 11005000 {
 > +		compatible = "mediatek,mt6580-uart",
 > +			     "mediatek,mt6577-uart";
 
diff --git a/a/content_digest b/N1/content_digest
index b2a7e3c..3627776 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,19 +1,9 @@
  "ref\01435647751-20422-1-git-send-email-mars.cheng@mediatek.com\0"
  "ref\01435647751-20422-3-git-send-email-mars.cheng@mediatek.com\0"
- "From\0Matthias Brugger <matthias.bgg@gmail.com>\0"
- "Subject\0Re: [PATCH v2 2/2] ARM: dts: mediatek: add 6580 support\0"
+ "From\0matthias.bgg@gmail.com (Matthias Brugger)\0"
+ "Subject\0[PATCH v2 2/2] ARM: dts: mediatek: add 6580 support\0"
  "Date\0Sat, 04 Jul 2015 00:03:45 +0200\0"
- "To\0Mars Cheng <mars.cheng@mediatek.com>\0"
- "Cc\0srv_wsdupstream@mediatek.com"
-  cc.hwang@mediatek.com
-  linux-kernel@vger.kernel.org
-  jades.shih@mediatek.com
-  scott.shu@mediatek.com
-  miles.chen@mediatek.com
-  linux-mediatek@lists.infradead.org
-  my.chung@mediatek.com
-  yingjoe.chen@mediatek.com
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Tuesday, June 30, 2015 03:02:31 PM Mars Cheng wrote:\n"
@@ -119,22 +109,22 @@
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\tcpu@0 {\n"
+ "> +\t\tcpu at 0 {\n"
  "> +\t\t\tdevice_type = \"cpu\";\n"
  "> +\t\t\tcompatible = \"arm,cortex-a7\";\n"
  "> +\t\t\treg = <0x0>;\n"
  "> +\t\t};\n"
- "> +\t\tcpu@1 {\n"
+ "> +\t\tcpu at 1 {\n"
  "> +\t\t\tdevice_type = \"cpu\";\n"
  "> +\t\t\tcompatible = \"arm,cortex-a7\";\n"
  "> +\t\t\treg = <0x1>;\n"
  "> +\t\t};\n"
- "> +\t\tcpu@2 {\n"
+ "> +\t\tcpu at 2 {\n"
  "> +\t\t\tdevice_type = \"cpu\";\n"
  "> +\t\t\tcompatible = \"arm,cortex-a7\";\n"
  "> +\t\t\treg = <0x2>;\n"
  "> +\t\t};\n"
- "> +\t\tcpu@3 {\n"
+ "> +\t\tcpu at 3 {\n"
  "> +\t\t\tdevice_type = \"cpu\";\n"
  "> +\t\t\tcompatible = \"arm,cortex-a7\";\n"
  "> +\t\t\treg = <0x3>;\n"
@@ -167,7 +157,7 @@
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\ttimer: timer@10008000 {\n"
+ "> +\ttimer: timer at 10008000 {\n"
  "> +\t\tcompatible = \"mediatek,mt6580-timer\",\n"
  "> +\t\t\t     \"mediatek,mt6577-timer\";\n"
  "> +\t\treg = <0x10008000 0x80>;\n"
@@ -176,7 +166,7 @@
  "> +\t\tclock-names = \"system-clk\", \"rtc-clk\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsysirq: interrupt-controller@10200100 {\n"
+ "> +\tsysirq: interrupt-controller at 10200100 {\n"
  "> +\t\tcompatible = \"mediatek,mt6580-sysirq\",\n"
  "> +\t\t\t     \"mediatek,mt6577-sysirq\";\n"
  "> +\t\tinterrupt-controller;\n"
@@ -185,7 +175,7 @@
  "> +\t\treg = <0x10200100 0x1c>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tgic: interrupt-controller@10211000 {\n"
+ "> +\tgic: interrupt-controller at 10211000 {\n"
  "> +\t\tcompatible = \"arm,cortex-a7-gic\";\n"
  "> +\t\tinterrupt-controller;\n"
  "> +\t\t#interrupt-cells = <3>;\n"
@@ -196,7 +186,7 @@
  "> +\t\t      <0x10216000 0x2000>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tuart0: serial@11005000 {\n"
+ "> +\tuart0: serial at 11005000 {\n"
  "> +\t\tcompatible = \"mediatek,mt6580-uart\",\n"
  "> +\t\t\t     \"mediatek,mt6577-uart\";\n"
  "\n"
@@ -206,4 +196,4 @@
  "Cheers,\n"
  Matthias
 
-78f5dd778f51cfefc7fe2ebdd936f4d70e4cd91b8662a84f53ac070aa545e27f
+894a49af64441cd506a7d709a6c1d1334ab5d3ff0a6266394fd821db099887e3

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.