All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <54919AC9.2090306@arm.com>

diff --git a/a/1.txt b/N1/1.txt
index 32be33c..ec0bb51 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,7 +2,7 @@ On 17/12/14 14:33, Mark Rutland wrote:
 > On Wed, Dec 17, 2014 at 02:17:32PM +0000, Eddie Huang wrote:
 >> Add device tree support for MT8173 SoC and evaluation board based on it.
 >>
->> Signed-off-by: Eddie Huang <eddie.huang@mediatek.com>
+>> Signed-off-by: Eddie Huang <eddie.huang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
 >> ---
 >>  arch/arm64/boot/dts/Makefile       |   1 +
 >>  arch/arm64/boot/dts/mt8173-evb.dts |  34 +++++++++
@@ -28,7 +28,7 @@ On 17/12/14 14:33, Mark Rutland wrote:
 >> @@ -0,0 +1,34 @@
 >> +/*
 >> + * Copyright (c) 2014 MediaTek Inc.
->> + * Author: Eddie Huang <eddie.huang@mediatek.com>
+>> + * Author: Eddie Huang <eddie.huang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
 >> + *
 >> + * This program is free software; you can redistribute it and/or modify
 >> + * it under the terms of the GNU General Public License version 2 as
@@ -53,7 +53,7 @@ On 17/12/14 14:33, Mark Rutland wrote:
 >> +		serial3 = &uart3;
 >> +	};
 >> +
->> +	memory at 40000000 {
+>> +	memory@40000000 {
 >> +		device_type = "memory";
 >> +		reg = <0 0x40000000 0 0x80000000>;
 >> +	};
@@ -68,7 +68,7 @@ On 17/12/14 14:33, Mark Rutland wrote:
 >> @@ -0,0 +1,152 @@
 >> +/*
 >> + * Copyright (c) 2014 MediaTek Inc.
->> + * Author: Eddie Huang <eddie.huang@mediatek.com>
+>> + * Author: Eddie Huang <eddie.huang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
 >> + *
 >> + * This program is free software; you can redistribute it and/or modify
 >> + * it under the terms of the GNU General Public License version 2 as
@@ -109,23 +109,23 @@ On 17/12/14 14:33, Mark Rutland wrote:
 >> +			};
 >> +		};
 >> +
->> +		cpu0: cpu at 0 {
+>> +		cpu0: cpu@0 {
 >> +			device_type = "cpu";
 >> +			compatible = "arm,cortex-a53";
 >> +			reg = <0x000>;
 >> +		};
 >> +
->> +		cpu1: cpu at 1 {
+>> +		cpu1: cpu@1 {
 >> +			device_type = "cpu";
 >> +			compatible = "arm,cortex-a53";
 >> +			reg = <0x001>;
 >> +			enable-method = "psci";
 >> +		};
 >> +
->> +		cpu2: cpu at 2 {
+>> +		cpu2: cpu@2 {
 > 
 > The unit-address should be 100 rather than 2, matching the reg property.
-> This should be 'cpu at 100'.
+> This should be 'cpu@100'.
 > 
 >> +			device_type = "cpu";
 >> +			compatible = "arm,cortex-a57";
@@ -133,9 +133,9 @@ On 17/12/14 14:33, Mark Rutland wrote:
 >> +			enable-method = "psci";
 >> +		};
 >> +
->> +		cpu3: cpu at 3 {
+>> +		cpu3: cpu@3 {
 > 
-> Similarly this should be 'cpu at 101'.
+> Similarly this should be 'cpu@101'.
 > 
 >> +			device_type = "cpu";
 >> +			compatible = "arm,cortex-a57";
@@ -180,7 +180,7 @@ On 17/12/14 14:33, Mark Rutland wrote:
 >> +		compatible = "simple-bus";
 >> +		ranges;
 >> +
->> +		sysirq: intpol-controller at 10200620 {
+>> +		sysirq: intpol-controller@10200620 {
 >> +			compatible = "mediatek,mt8173-sysirq", "mediatek,mt6577-sysirq";
 >> +			interrupt-controller;
 >> +			#interrupt-cells = <3>;
@@ -188,7 +188,7 @@ On 17/12/14 14:33, Mark Rutland wrote:
 >> +			reg = <0 0x10200620 0 0x20>;
 >> +		};
 >> +
->> +		gic: interrupt-controller at 10220000 {
+>> +		gic: interrupt-controller@10220000 {
 >> +			compatible = "arm,gic-400";
 >> +			#interrupt-cells = <3>;
 >> +			interrupt-parent = <&gic>;
@@ -215,3 +215,7 @@ Thanks,
 	M.
 -- 
 Jazz is not dead. It just smells funny...
+--
+To unsubscribe from this list: send the line "unsubscribe devicetree" in
+the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 3c50d51..bbc1507 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,17 +1,36 @@
  "ref\01418825853-10934-1-git-send-email-eddie.huang@mediatek.com\0"
  "ref\01418825853-10934-4-git-send-email-eddie.huang@mediatek.com\0"
  "ref\020141217143305.GC8942@leverpostej\0"
- "From\0marc.zyngier@arm.com (Marc Zyngier)\0"
- "Subject\0[PATCH v2 3/4] arm64: dts: Add mediatek MT8173 SoC and evaluation board dts and Makefile\0"
+ "From\0Marc Zyngier <marc.zyngier-5wv7dgnIgG8@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v2 3/4] arm64: dts: Add mediatek MT8173 SoC and evaluation board dts and Makefile\0"
  "Date\0Wed, 17 Dec 2014 15:01:29 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>"
+ " Eddie Huang <eddie.huang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\0"
+ "Cc\0Matthias Brugger <matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>"
+  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+  Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>
+  srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org <srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
+  Pawel Moll <Pawel.Moll-5wv7dgnIgG8@public.gmane.org>
+  Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>
+  Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
+  Catalin Marinas <Catalin.Marinas-5wv7dgnIgG8@public.gmane.org>
+  Will Deacon <Will.Deacon-5wv7dgnIgG8@public.gmane.org>
+  Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
+  Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>
+  Joe.C <yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
+  Robert Richter <rrichter-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org>
+  Mark Brown <broonie-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
+ " Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On 17/12/14 14:33, Mark Rutland wrote:\n"
  "> On Wed, Dec 17, 2014 at 02:17:32PM +0000, Eddie Huang wrote:\n"
  ">> Add device tree support for MT8173 SoC and evaluation board based on it.\n"
  ">>\n"
- ">> Signed-off-by: Eddie Huang <eddie.huang@mediatek.com>\n"
+ ">> Signed-off-by: Eddie Huang <eddie.huang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\n"
  ">> ---\n"
  ">>  arch/arm64/boot/dts/Makefile       |   1 +\n"
  ">>  arch/arm64/boot/dts/mt8173-evb.dts |  34 +++++++++\n"
@@ -37,7 +56,7 @@
  ">> @@ -0,0 +1,34 @@\n"
  ">> +/*\n"
  ">> + * Copyright (c) 2014 MediaTek Inc.\n"
- ">> + * Author: Eddie Huang <eddie.huang@mediatek.com>\n"
+ ">> + * Author: Eddie Huang <eddie.huang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\n"
  ">> + *\n"
  ">> + * This program is free software; you can redistribute it and/or modify\n"
  ">> + * it under the terms of the GNU General Public License version 2 as\n"
@@ -62,7 +81,7 @@
  ">> +\t\tserial3 = &uart3;\n"
  ">> +\t};\n"
  ">> +\n"
- ">> +\tmemory at 40000000 {\n"
+ ">> +\tmemory@40000000 {\n"
  ">> +\t\tdevice_type = \"memory\";\n"
  ">> +\t\treg = <0 0x40000000 0 0x80000000>;\n"
  ">> +\t};\n"
@@ -77,7 +96,7 @@
  ">> @@ -0,0 +1,152 @@\n"
  ">> +/*\n"
  ">> + * Copyright (c) 2014 MediaTek Inc.\n"
- ">> + * Author: Eddie Huang <eddie.huang@mediatek.com>\n"
+ ">> + * Author: Eddie Huang <eddie.huang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\n"
  ">> + *\n"
  ">> + * This program is free software; you can redistribute it and/or modify\n"
  ">> + * it under the terms of the GNU General Public License version 2 as\n"
@@ -118,23 +137,23 @@
  ">> +\t\t\t};\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tcpu0: cpu at 0 {\n"
+ ">> +\t\tcpu0: cpu@0 {\n"
  ">> +\t\t\tdevice_type = \"cpu\";\n"
  ">> +\t\t\tcompatible = \"arm,cortex-a53\";\n"
  ">> +\t\t\treg = <0x000>;\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tcpu1: cpu at 1 {\n"
+ ">> +\t\tcpu1: cpu@1 {\n"
  ">> +\t\t\tdevice_type = \"cpu\";\n"
  ">> +\t\t\tcompatible = \"arm,cortex-a53\";\n"
  ">> +\t\t\treg = <0x001>;\n"
  ">> +\t\t\tenable-method = \"psci\";\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tcpu2: cpu at 2 {\n"
+ ">> +\t\tcpu2: cpu@2 {\n"
  "> \n"
  "> The unit-address should be 100 rather than 2, matching the reg property.\n"
- "> This should be 'cpu at 100'.\n"
+ "> This should be 'cpu@100'.\n"
  "> \n"
  ">> +\t\t\tdevice_type = \"cpu\";\n"
  ">> +\t\t\tcompatible = \"arm,cortex-a57\";\n"
@@ -142,9 +161,9 @@
  ">> +\t\t\tenable-method = \"psci\";\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tcpu3: cpu at 3 {\n"
+ ">> +\t\tcpu3: cpu@3 {\n"
  "> \n"
- "> Similarly this should be 'cpu at 101'.\n"
+ "> Similarly this should be 'cpu@101'.\n"
  "> \n"
  ">> +\t\t\tdevice_type = \"cpu\";\n"
  ">> +\t\t\tcompatible = \"arm,cortex-a57\";\n"
@@ -189,7 +208,7 @@
  ">> +\t\tcompatible = \"simple-bus\";\n"
  ">> +\t\tranges;\n"
  ">> +\n"
- ">> +\t\tsysirq: intpol-controller at 10200620 {\n"
+ ">> +\t\tsysirq: intpol-controller@10200620 {\n"
  ">> +\t\t\tcompatible = \"mediatek,mt8173-sysirq\", \"mediatek,mt6577-sysirq\";\n"
  ">> +\t\t\tinterrupt-controller;\n"
  ">> +\t\t\t#interrupt-cells = <3>;\n"
@@ -197,7 +216,7 @@
  ">> +\t\t\treg = <0 0x10200620 0 0x20>;\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tgic: interrupt-controller at 10220000 {\n"
+ ">> +\t\tgic: interrupt-controller@10220000 {\n"
  ">> +\t\t\tcompatible = \"arm,gic-400\";\n"
  ">> +\t\t\t#interrupt-cells = <3>;\n"
  ">> +\t\t\tinterrupt-parent = <&gic>;\n"
@@ -223,6 +242,10 @@
  "\n"
  "\tM.\n"
  "-- \n"
- Jazz is not dead. It just smells funny...
+ "Jazz is not dead. It just smells funny...\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
+ "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-c2f745014c30dd2b4866a2b5c826080bd3d49612e54a19384f4a2bf3d4f8ff74
+0a99686eb124fc18611a4e558be59d9255057360ddcdaeec80e71ad3adc33dd6

diff --git a/a/1.txt b/N2/1.txt
index 32be33c..ee19e1b 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -53,7 +53,7 @@ On 17/12/14 14:33, Mark Rutland wrote:
 >> +		serial3 = &uart3;
 >> +	};
 >> +
->> +	memory at 40000000 {
+>> +	memory@40000000 {
 >> +		device_type = "memory";
 >> +		reg = <0 0x40000000 0 0x80000000>;
 >> +	};
@@ -109,23 +109,23 @@ On 17/12/14 14:33, Mark Rutland wrote:
 >> +			};
 >> +		};
 >> +
->> +		cpu0: cpu at 0 {
+>> +		cpu0: cpu@0 {
 >> +			device_type = "cpu";
 >> +			compatible = "arm,cortex-a53";
 >> +			reg = <0x000>;
 >> +		};
 >> +
->> +		cpu1: cpu at 1 {
+>> +		cpu1: cpu@1 {
 >> +			device_type = "cpu";
 >> +			compatible = "arm,cortex-a53";
 >> +			reg = <0x001>;
 >> +			enable-method = "psci";
 >> +		};
 >> +
->> +		cpu2: cpu at 2 {
+>> +		cpu2: cpu@2 {
 > 
 > The unit-address should be 100 rather than 2, matching the reg property.
-> This should be 'cpu at 100'.
+> This should be 'cpu@100'.
 > 
 >> +			device_type = "cpu";
 >> +			compatible = "arm,cortex-a57";
@@ -133,9 +133,9 @@ On 17/12/14 14:33, Mark Rutland wrote:
 >> +			enable-method = "psci";
 >> +		};
 >> +
->> +		cpu3: cpu at 3 {
+>> +		cpu3: cpu@3 {
 > 
-> Similarly this should be 'cpu at 101'.
+> Similarly this should be 'cpu@101'.
 > 
 >> +			device_type = "cpu";
 >> +			compatible = "arm,cortex-a57";
@@ -180,7 +180,7 @@ On 17/12/14 14:33, Mark Rutland wrote:
 >> +		compatible = "simple-bus";
 >> +		ranges;
 >> +
->> +		sysirq: intpol-controller at 10200620 {
+>> +		sysirq: intpol-controller@10200620 {
 >> +			compatible = "mediatek,mt8173-sysirq", "mediatek,mt6577-sysirq";
 >> +			interrupt-controller;
 >> +			#interrupt-cells = <3>;
@@ -188,7 +188,7 @@ On 17/12/14 14:33, Mark Rutland wrote:
 >> +			reg = <0 0x10200620 0 0x20>;
 >> +		};
 >> +
->> +		gic: interrupt-controller at 10220000 {
+>> +		gic: interrupt-controller@10220000 {
 >> +			compatible = "arm,gic-400";
 >> +			#interrupt-cells = <3>;
 >> +			interrupt-parent = <&gic>;
diff --git a/a/content_digest b/N2/content_digest
index 3c50d51..57a8704 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,10 +1,29 @@
  "ref\01418825853-10934-1-git-send-email-eddie.huang@mediatek.com\0"
  "ref\01418825853-10934-4-git-send-email-eddie.huang@mediatek.com\0"
  "ref\020141217143305.GC8942@leverpostej\0"
- "From\0marc.zyngier@arm.com (Marc Zyngier)\0"
- "Subject\0[PATCH v2 3/4] arm64: dts: Add mediatek MT8173 SoC and evaluation board dts and Makefile\0"
+ "From\0Marc Zyngier <marc.zyngier@arm.com>\0"
+ "Subject\0Re: [PATCH v2 3/4] arm64: dts: Add mediatek MT8173 SoC and evaluation board dts and Makefile\0"
  "Date\0Wed, 17 Dec 2014 15:01:29 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Mark Rutland <mark.rutland@arm.com>"
+ " Eddie Huang <eddie.huang@mediatek.com>\0"
+ "Cc\0Matthias Brugger <matthias.bgg@gmail.com>"
+  Rob Herring <robh+dt@kernel.org>
+  Jason Cooper <jason@lakedaemon.net>
+  srv_heupstream@mediatek.com <srv_heupstream@mediatek.com>
+  Pawel Moll <Pawel.Moll@arm.com>
+  Ian Campbell <ijc+devicetree@hellion.org.uk>
+  Kumar Gala <galak@codeaurora.org>
+  Catalin Marinas <Catalin.Marinas@arm.com>
+  Will Deacon <Will.Deacon@arm.com>
+  Thomas Gleixner <tglx@linutronix.de>
+  Olof Johansson <olof@lixom.net>
+  Joe.C <yingjoe.chen@mediatek.com>
+  Robert Richter <rrichter@cavium.com>
+  Mark Brown <broonie@linaro.org>
+  devicetree@vger.kernel.org <devicetree@vger.kernel.org>
+  linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
+  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
+ " Sascha Hauer <kernel@pengutronix.de>\0"
  "\00:1\0"
  "b\0"
  "On 17/12/14 14:33, Mark Rutland wrote:\n"
@@ -62,7 +81,7 @@
  ">> +\t\tserial3 = &uart3;\n"
  ">> +\t};\n"
  ">> +\n"
- ">> +\tmemory at 40000000 {\n"
+ ">> +\tmemory@40000000 {\n"
  ">> +\t\tdevice_type = \"memory\";\n"
  ">> +\t\treg = <0 0x40000000 0 0x80000000>;\n"
  ">> +\t};\n"
@@ -118,23 +137,23 @@
  ">> +\t\t\t};\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tcpu0: cpu at 0 {\n"
+ ">> +\t\tcpu0: cpu@0 {\n"
  ">> +\t\t\tdevice_type = \"cpu\";\n"
  ">> +\t\t\tcompatible = \"arm,cortex-a53\";\n"
  ">> +\t\t\treg = <0x000>;\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tcpu1: cpu at 1 {\n"
+ ">> +\t\tcpu1: cpu@1 {\n"
  ">> +\t\t\tdevice_type = \"cpu\";\n"
  ">> +\t\t\tcompatible = \"arm,cortex-a53\";\n"
  ">> +\t\t\treg = <0x001>;\n"
  ">> +\t\t\tenable-method = \"psci\";\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tcpu2: cpu at 2 {\n"
+ ">> +\t\tcpu2: cpu@2 {\n"
  "> \n"
  "> The unit-address should be 100 rather than 2, matching the reg property.\n"
- "> This should be 'cpu at 100'.\n"
+ "> This should be 'cpu@100'.\n"
  "> \n"
  ">> +\t\t\tdevice_type = \"cpu\";\n"
  ">> +\t\t\tcompatible = \"arm,cortex-a57\";\n"
@@ -142,9 +161,9 @@
  ">> +\t\t\tenable-method = \"psci\";\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tcpu3: cpu at 3 {\n"
+ ">> +\t\tcpu3: cpu@3 {\n"
  "> \n"
- "> Similarly this should be 'cpu at 101'.\n"
+ "> Similarly this should be 'cpu@101'.\n"
  "> \n"
  ">> +\t\t\tdevice_type = \"cpu\";\n"
  ">> +\t\t\tcompatible = \"arm,cortex-a57\";\n"
@@ -189,7 +208,7 @@
  ">> +\t\tcompatible = \"simple-bus\";\n"
  ">> +\t\tranges;\n"
  ">> +\n"
- ">> +\t\tsysirq: intpol-controller at 10200620 {\n"
+ ">> +\t\tsysirq: intpol-controller@10200620 {\n"
  ">> +\t\t\tcompatible = \"mediatek,mt8173-sysirq\", \"mediatek,mt6577-sysirq\";\n"
  ">> +\t\t\tinterrupt-controller;\n"
  ">> +\t\t\t#interrupt-cells = <3>;\n"
@@ -197,7 +216,7 @@
  ">> +\t\t\treg = <0 0x10200620 0 0x20>;\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tgic: interrupt-controller at 10220000 {\n"
+ ">> +\t\tgic: interrupt-controller@10220000 {\n"
  ">> +\t\t\tcompatible = \"arm,gic-400\";\n"
  ">> +\t\t\t#interrupt-cells = <3>;\n"
  ">> +\t\t\tinterrupt-parent = <&gic>;\n"
@@ -225,4 +244,4 @@
  "-- \n"
  Jazz is not dead. It just smells funny...
 
-c2f745014c30dd2b4866a2b5c826080bd3d49612e54a19384f4a2bf3d4f8ff74
+e3a09f6dab9f8e36aa50628d47d470a362d9ae8df25f3925c457754704af67da

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.