All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <566E6301.6090701@huawei.com>

diff --git a/a/1.txt b/N1/1.txt
index fc5297f..b37a05a 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -111,7 +111,7 @@ OK.
 >> +		#address-cells = <1>;
 >> +		#size-cells = <0>;
 >> +
->> +		cpu@0 {
+>> +		cpu at 0 {
 > 
 > Single core system? Add the other cpu nodes if not. Adding them doesn't 
 > have to be in sync with SMP kernel support.
@@ -127,7 +127,7 @@ system as a single core system here.
 >> +		};
 >> +	};
 >> +
->> +	gic: interrupt-controller@10300000 {
+>> +	gic: interrupt-controller at 10300000 {
 >> +		compatible = "arm,cortex-a7-gic";
 >> +		#interrupt-cells = <3>;
 >> +		interrupt-controller;
@@ -164,7 +164,7 @@ OK. I will modify this. Thank you!
 > 
 >> +			ranges;
 >> +
->> +			uart0: serial@12100000 {
+>> +			uart0: serial at 12100000 {
 >> +				compatible = "arm,pl011", "arm,primecell";
 >> +				reg = <0x12100000 0x1000>;
 >> +				interrupts = <0 4 4>;
@@ -173,7 +173,7 @@ OK. I will modify this. Thank you!
 >> +				status = "disable";
 >> +			};
 >> +
->> +			uart1: serial@12101000 {
+>> +			uart1: serial at 12101000 {
 >> +				compatible = "arm,pl011", "arm,primecell";
 >> +				reg = <0x12101000 0x1000>;
 >> +				interrupts = <0 5 4>;
@@ -182,7 +182,7 @@ OK. I will modify this. Thank you!
 >> +				status = "disable";
 >> +			};
 >> +
->> +			uart2: serial@12102000 {
+>> +			uart2: serial at 12102000 {
 >> +				compatible = "arm,pl011", "arm,primecell";
 >> +				reg = <0x12102000 0x1000>;
 >> +				interrupts = <0 6 4>;
@@ -191,7 +191,7 @@ OK. I will modify this. Thank you!
 >> +				status = "disable";
 >> +			};
 >> +
->> +			uart3: serial@12103000 {
+>> +			uart3: serial at 12103000 {
 >> +				compatible = "arm,pl011", "arm,primecell";
 >> +				reg = <0x12103000 0x1000>;
 >> +				interrupts = <0 7 4>;
@@ -200,7 +200,7 @@ OK. I will modify this. Thank you!
 >> +				status = "disable";
 >> +			};
 >> +
->> +			uart4: serial@12104000 {
+>> +			uart4: serial at 12104000 {
 >> +				compatible = "arm,pl011", "arm,primecell";
 >> +				reg = <0x12104000 0x1000>;
 >> +				interrupts = <0 8 4>;
@@ -209,7 +209,7 @@ OK. I will modify this. Thank you!
 >> +				status = "disable";
 >> +			};
 >> +
->> +			dual_timer0: timer@12000000 {
+>> +			dual_timer0: timer at 12000000 {
 >> +				compatible = "arm,sp804", "arm,primecell";
 >> +				interrupts = <0 64 4>, <0 65 4>;
 >> +				reg = <0x12000000 0x1000>;
@@ -217,7 +217,7 @@ OK. I will modify this. Thank you!
 >> +				status = "disable";
 >> +			};
 >> +
->> +			dual_timer1: timer@12001000 {
+>> +			dual_timer1: timer at 12001000 {
 >> +				compatible = "arm,sp804", "arm,primecell";
 >> +				interrupts = <0 66 4>, <0 67 4>;
 >> +				reg = <0x12001000 0x1000>;
@@ -225,7 +225,7 @@ OK. I will modify this. Thank you!
 >> +				status = "disable";
 >> +			};
 >> +
->> +			dual_timer2: timer@12002000 {
+>> +			dual_timer2: timer at 12002000 {
 >> +				compatible = "arm,sp804", "arm,primecell";
 >> +				interrupts = <0 68 4>, <0 69 4>;
 >> +				reg = <0x12002000 0x1000>;
@@ -234,7 +234,7 @@ OK. I will modify this. Thank you!
 >> +			};
 >> +		};
 >> +
->> +		sysctrl: system-controller@12020000 {
+>> +		sysctrl: system-controller at 12020000 {
 >> +			compatible = "hisilicon,hi3519-sysctrl", "syscon";
 >> +			reg = <0x12020000 0x1000>;
 >> +		};
@@ -246,7 +246,7 @@ OK. I will modify this. Thank you!
 >> +			mask = <0xdeadbeef>;
 >> +		};
 >> +
->> +		crg: clock-reset-controller@12010000 {
+>> +		crg: clock-reset-controller at 12010000 {
 >> +			compatible = "hisilicon,hi3519-crg";
 >> +			#clock-cells = <1>;
 >> +			#reset-cells = <2>;
@@ -259,7 +259,7 @@ OK. I will modify this. Thank you!
 >>
 >> --
 >> To unsubscribe from this list: send the line "unsubscribe devicetree" in
->> the body of a message to majordomo@vger.kernel.org
+>> the body of a message to majordomo at vger.kernel.org
 >> More majordomo info at  http://vger.kernel.org/majordomo-info.html
 > 
 > .
diff --git a/a/content_digest b/N1/content_digest
index 8548bef..4489b75 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,35 +1,10 @@
  "ref\01449819921-18464-1-git-send-email-xuejiancheng@huawei.com\0"
  "ref\01449819921-18464-8-git-send-email-xuejiancheng@huawei.com\0"
  "ref\020151211162847.GC21272@rob-hp-laptop\0"
- "From\0xuejiancheng <xuejiancheng@huawei.com>\0"
- "Subject\0Re: [PATCH v3 7/7] ARM: dts: add dts files for Hi3519\0"
+ "From\0xuejiancheng@huawei.com (xuejiancheng)\0"
+ "Subject\0[PATCH v3 7/7] ARM: dts: add dts files for Hi3519\0"
  "Date\0Mon, 14 Dec 2015 14:34:41 +0800\0"
- "To\0Rob Herring <robh@kernel.org>\0"
- "Cc\0<mturquette@baylibre.com>"
-  <sboyd@codeaurora.org>
-  <pawel.moll@arm.com>
-  <mark.rutland@arm.com>
-  <ijc+devicetree@hellion.org.uk>
-  <galak@codeaurora.org>
-  <linux@arm.linux.org.uk>
-  <khilman@linaro.org>
-  <arnd@arndb.de>
-  <olof@lixom.net>
-  <xuwei5@hisilicon.com>
-  <haojian.zhuang@linaro.org>
-  <zhangfei.gao@linaro.org>
-  <bintian.wang@huawei.com>
-  <linux-kernel@vger.kernel.org>
-  <linux-clk@vger.kernel.org>
-  <devicetree@vger.kernel.org>
-  <linux-arm-kernel@lists.infradead.org>
-  <yanhaifeng@hisilicon.com>
-  <yanghongwei@hisilicon.com>
-  <suwenping@hisilicon.com>
-  <ml.yang@hisilicon.com>
-  <gaofei@hisilicon.com>
-  <zhangzhenxing@hisilicon.com>
- " <xuejiancheng@hisilicon.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Rob,\n"
@@ -145,7 +120,7 @@
  ">> +\t\t#address-cells = <1>;\n"
  ">> +\t\t#size-cells = <0>;\n"
  ">> +\n"
- ">> +\t\tcpu@0 {\n"
+ ">> +\t\tcpu at 0 {\n"
  "> \n"
  "> Single core system? Add the other cpu nodes if not. Adding them doesn't \n"
  "> have to be in sync with SMP kernel support.\n"
@@ -161,7 +136,7 @@
  ">> +\t\t};\n"
  ">> +\t};\n"
  ">> +\n"
- ">> +\tgic: interrupt-controller@10300000 {\n"
+ ">> +\tgic: interrupt-controller at 10300000 {\n"
  ">> +\t\tcompatible = \"arm,cortex-a7-gic\";\n"
  ">> +\t\t#interrupt-cells = <3>;\n"
  ">> +\t\tinterrupt-controller;\n"
@@ -198,7 +173,7 @@
  "> \n"
  ">> +\t\t\tranges;\n"
  ">> +\n"
- ">> +\t\t\tuart0: serial@12100000 {\n"
+ ">> +\t\t\tuart0: serial at 12100000 {\n"
  ">> +\t\t\t\tcompatible = \"arm,pl011\", \"arm,primecell\";\n"
  ">> +\t\t\t\treg = <0x12100000 0x1000>;\n"
  ">> +\t\t\t\tinterrupts = <0 4 4>;\n"
@@ -207,7 +182,7 @@
  ">> +\t\t\t\tstatus = \"disable\";\n"
  ">> +\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\tuart1: serial@12101000 {\n"
+ ">> +\t\t\tuart1: serial at 12101000 {\n"
  ">> +\t\t\t\tcompatible = \"arm,pl011\", \"arm,primecell\";\n"
  ">> +\t\t\t\treg = <0x12101000 0x1000>;\n"
  ">> +\t\t\t\tinterrupts = <0 5 4>;\n"
@@ -216,7 +191,7 @@
  ">> +\t\t\t\tstatus = \"disable\";\n"
  ">> +\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\tuart2: serial@12102000 {\n"
+ ">> +\t\t\tuart2: serial at 12102000 {\n"
  ">> +\t\t\t\tcompatible = \"arm,pl011\", \"arm,primecell\";\n"
  ">> +\t\t\t\treg = <0x12102000 0x1000>;\n"
  ">> +\t\t\t\tinterrupts = <0 6 4>;\n"
@@ -225,7 +200,7 @@
  ">> +\t\t\t\tstatus = \"disable\";\n"
  ">> +\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\tuart3: serial@12103000 {\n"
+ ">> +\t\t\tuart3: serial at 12103000 {\n"
  ">> +\t\t\t\tcompatible = \"arm,pl011\", \"arm,primecell\";\n"
  ">> +\t\t\t\treg = <0x12103000 0x1000>;\n"
  ">> +\t\t\t\tinterrupts = <0 7 4>;\n"
@@ -234,7 +209,7 @@
  ">> +\t\t\t\tstatus = \"disable\";\n"
  ">> +\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\tuart4: serial@12104000 {\n"
+ ">> +\t\t\tuart4: serial at 12104000 {\n"
  ">> +\t\t\t\tcompatible = \"arm,pl011\", \"arm,primecell\";\n"
  ">> +\t\t\t\treg = <0x12104000 0x1000>;\n"
  ">> +\t\t\t\tinterrupts = <0 8 4>;\n"
@@ -243,7 +218,7 @@
  ">> +\t\t\t\tstatus = \"disable\";\n"
  ">> +\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\tdual_timer0: timer@12000000 {\n"
+ ">> +\t\t\tdual_timer0: timer at 12000000 {\n"
  ">> +\t\t\t\tcompatible = \"arm,sp804\", \"arm,primecell\";\n"
  ">> +\t\t\t\tinterrupts = <0 64 4>, <0 65 4>;\n"
  ">> +\t\t\t\treg = <0x12000000 0x1000>;\n"
@@ -251,7 +226,7 @@
  ">> +\t\t\t\tstatus = \"disable\";\n"
  ">> +\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\tdual_timer1: timer@12001000 {\n"
+ ">> +\t\t\tdual_timer1: timer at 12001000 {\n"
  ">> +\t\t\t\tcompatible = \"arm,sp804\", \"arm,primecell\";\n"
  ">> +\t\t\t\tinterrupts = <0 66 4>, <0 67 4>;\n"
  ">> +\t\t\t\treg = <0x12001000 0x1000>;\n"
@@ -259,7 +234,7 @@
  ">> +\t\t\t\tstatus = \"disable\";\n"
  ">> +\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\tdual_timer2: timer@12002000 {\n"
+ ">> +\t\t\tdual_timer2: timer at 12002000 {\n"
  ">> +\t\t\t\tcompatible = \"arm,sp804\", \"arm,primecell\";\n"
  ">> +\t\t\t\tinterrupts = <0 68 4>, <0 69 4>;\n"
  ">> +\t\t\t\treg = <0x12002000 0x1000>;\n"
@@ -268,7 +243,7 @@
  ">> +\t\t\t};\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tsysctrl: system-controller@12020000 {\n"
+ ">> +\t\tsysctrl: system-controller at 12020000 {\n"
  ">> +\t\t\tcompatible = \"hisilicon,hi3519-sysctrl\", \"syscon\";\n"
  ">> +\t\t\treg = <0x12020000 0x1000>;\n"
  ">> +\t\t};\n"
@@ -280,7 +255,7 @@
  ">> +\t\t\tmask = <0xdeadbeef>;\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tcrg: clock-reset-controller@12010000 {\n"
+ ">> +\t\tcrg: clock-reset-controller at 12010000 {\n"
  ">> +\t\t\tcompatible = \"hisilicon,hi3519-crg\";\n"
  ">> +\t\t\t#clock-cells = <1>;\n"
  ">> +\t\t\t#reset-cells = <2>;\n"
@@ -293,7 +268,7 @@
  ">>\n"
  ">> --\n"
  ">> To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
- ">> the body of a message to majordomo@vger.kernel.org\n"
+ ">> the body of a message to majordomo at vger.kernel.org\n"
  ">> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
  "> \n"
  "> .\n"
@@ -302,4 +277,4 @@
  "\n"
  Jiancheng.
 
-9c80ad456b9f8f1decbd4542a3fc03a2c21728c916ece87b6d60c31f0a48389e
+64c6b7df73e7362cda8a25bafc74622412f6dc8f8bc1b5e7d26aaeb8bcfc47e1

diff --git a/a/1.txt b/N2/1.txt
index fc5297f..80304bd 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -4,7 +4,7 @@ On 2015/12/12 0:28, Rob Herring wrote:
 > On Fri, Dec 11, 2015 at 03:45:21PM +0800, Jiancheng Xue wrote:
 >> add dts files for Hi3519
 >>
->> Signed-off-by: Jiancheng Xue <xuejiancheng@huawei.com>
+>> Signed-off-by: Jiancheng Xue <xuejiancheng-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
 >> ---
 >>  arch/arm/boot/dts/Makefile        |   2 +
 >>  arch/arm/boot/dts/hi3519-demb.dts |  42 +++++++++++
@@ -259,7 +259,7 @@ OK. I will modify this. Thank you!
 >>
 >> --
 >> To unsubscribe from this list: send the line "unsubscribe devicetree" in
->> the body of a message to majordomo@vger.kernel.org
+>> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
 >> More majordomo info at  http://vger.kernel.org/majordomo-info.html
 > 
 > .
@@ -267,3 +267,8 @@ OK. I will modify this. Thank you!
 Many Thanks.
 
 Jiancheng.
+
+--
+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/N2/content_digest
index 8548bef..bc6fe01 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,35 +1,35 @@
  "ref\01449819921-18464-1-git-send-email-xuejiancheng@huawei.com\0"
  "ref\01449819921-18464-8-git-send-email-xuejiancheng@huawei.com\0"
  "ref\020151211162847.GC21272@rob-hp-laptop\0"
- "From\0xuejiancheng <xuejiancheng@huawei.com>\0"
+ "From\0xuejiancheng <xuejiancheng-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>\0"
  "Subject\0Re: [PATCH v3 7/7] ARM: dts: add dts files for Hi3519\0"
  "Date\0Mon, 14 Dec 2015 14:34:41 +0800\0"
- "To\0Rob Herring <robh@kernel.org>\0"
- "Cc\0<mturquette@baylibre.com>"
-  <sboyd@codeaurora.org>
-  <pawel.moll@arm.com>
-  <mark.rutland@arm.com>
-  <ijc+devicetree@hellion.org.uk>
-  <galak@codeaurora.org>
-  <linux@arm.linux.org.uk>
-  <khilman@linaro.org>
-  <arnd@arndb.de>
-  <olof@lixom.net>
-  <xuwei5@hisilicon.com>
-  <haojian.zhuang@linaro.org>
-  <zhangfei.gao@linaro.org>
-  <bintian.wang@huawei.com>
-  <linux-kernel@vger.kernel.org>
-  <linux-clk@vger.kernel.org>
-  <devicetree@vger.kernel.org>
-  <linux-arm-kernel@lists.infradead.org>
-  <yanhaifeng@hisilicon.com>
-  <yanghongwei@hisilicon.com>
-  <suwenping@hisilicon.com>
-  <ml.yang@hisilicon.com>
-  <gaofei@hisilicon.com>
-  <zhangzhenxing@hisilicon.com>
- " <xuejiancheng@hisilicon.com>\0"
+ "To\0Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
+ "Cc\0mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org"
+  sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
+  pawel.moll-5wv7dgnIgG8@public.gmane.org
+  mark.rutland-5wv7dgnIgG8@public.gmane.org
+  ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org
+  galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
+  linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org
+  khilman-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org
+  arnd-r2nGTMty4D4@public.gmane.org
+  olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org
+  xuwei5-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org
+  haojian.zhuang-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org
+  zhangfei.gao-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org
+  bintian.wang-hv44wF8Li93QT0dZR+AlfA@public.gmane.org
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  yanhaifeng-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org
+  yanghongwei-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org
+  suwenping-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org
+  ml.yang-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org
+  gaofei-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org
+  zhangzhenxing-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org
+ " xuejiancheng-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "Hi Rob,\n"
@@ -38,7 +38,7 @@
  "> On Fri, Dec 11, 2015 at 03:45:21PM +0800, Jiancheng Xue wrote:\n"
  ">> add dts files for Hi3519\n"
  ">>\n"
- ">> Signed-off-by: Jiancheng Xue <xuejiancheng@huawei.com>\n"
+ ">> Signed-off-by: Jiancheng Xue <xuejiancheng-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>\n"
  ">> ---\n"
  ">>  arch/arm/boot/dts/Makefile        |   2 +\n"
  ">>  arch/arm/boot/dts/hi3519-demb.dts |  42 +++++++++++\n"
@@ -293,13 +293,18 @@
  ">>\n"
  ">> --\n"
  ">> To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
- ">> the body of a message to majordomo@vger.kernel.org\n"
+ ">> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
  ">> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
  "> \n"
  "> .\n"
  "> \n"
  "Many Thanks.\n"
  "\n"
- Jiancheng.
+ "Jiancheng.\n"
+ "\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
 
-9c80ad456b9f8f1decbd4542a3fc03a2c21728c916ece87b6d60c31f0a48389e
+5f5f41da83410ce6ca6a47313687a19cc7900baea8094d162059a80ca5ae48a8

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.