All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150205193017.GF20735@leverpostej>

diff --git a/a/1.txt b/N1/1.txt
index 605bd42..eb867ae 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -161,7 +161,7 @@ You should use stdout-path here, ideally with the full UART
 configuration.
 
 > +
-> +	memory at 7400000 {
+> +	memory@7400000 {
 > +		device_type = "memory";
 > +		reg = <0x0 0x07400000 0x0 0x38c00000>;
 > +	};
@@ -221,7 +221,7 @@ Move this within the /cpus node.
 > +		#address-cells = <2>;
 > +		#size-cells = <0>;
 > +
-> +		cpu0: cpu at 000 {
+> +		cpu0: cpu@000 {
 > +			compatible = "arm,cortex-a53", "arm,armv8";
 > +			device_type = "cpu";
 > +			reg = <0x0 0x0>;
@@ -244,7 +244,7 @@ There is no reason for this to be on any CPU node.
 
 [...]
 
-> +	gic: interrupt-controller at f6800000 {
+> +	gic: interrupt-controller@f6800000 {
 > +		compatible = "arm,gic-400", "arm,cortex-a15-gic";
 
 Surely there's no need for the "arm,cortex-a15-gic" fallback entry? What
@@ -297,7 +297,7 @@ precise.
 > +			reg = <0x0 0xf7800000 0x0 0x2000>;
 > +			ranges = <0 0x0 0xf7800000 0x2000>;
 > +
-> +			clock_ao: clock0 at 0 {
+> +			clock_ao: clock0@0 {
 > +				compatible = "hisilicon,hi6220-clock-ao";
 > +				reg = <0 0x1000>;
 > +				#clock-cells = <1>;
@@ -311,7 +311,7 @@ precise.
 > +			reg = <0x0 0xf7030000 0x0 0x2000>;
 > +			ranges = <0 0x0 0xf7030000 0x2000>;
 > +
-> +			clock_sys: clock1 at 0 {
+> +			clock_sys: clock1@0 {
 > +				compatible = "hisilicon,hi6220-clock-sys";
 > +				reg = <0 0x1000>;
 > +				#clock-cells = <1>;
@@ -325,7 +325,7 @@ precise.
 > +			reg = <0x0 0xf4410000 0x0 0x1000>;
 > +			ranges = <0 0x0 0xf4410000 0x1000>;
 > +
-> +			clock_media: clock2 at 0 {
+> +			clock_media: clock2@0 {
 > +				compatible = "hisilicon,hi6220-clock-media";
 > +				reg = <0 0x1000>;
 > +				#clock-cells = <1>;
@@ -339,7 +339,7 @@ precise.
 > +			reg = <0x0 0xf7032000 0x0 0x1000>;
 > +			ranges = <0 0x0 0xf7032000 0x1000>;
 > +
-> +			clock_power: clock3 at 0 {
+> +			clock_power: clock3@0 {
 > +				compatible = "hisilicon,hi6220-clock-power";
 > +				reg = <0 0x1000>;
 > +				#clock-cells = <1>;
diff --git a/a/content_digest b/N1/content_digest
index 1d43dc2..ef1f964 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,26 @@
  "ref\01423128277-10297-1-git-send-email-bintian.wang@huawei.com\0"
  "ref\01423128277-10297-4-git-send-email-bintian.wang@huawei.com\0"
- "From\0mark.rutland@arm.com (Mark Rutland)\0"
- "Subject\0[PATCH 3/3] arm64: dts: Add dts files for Hisilicon Hi6220 SoC\0"
+ "From\0Mark Rutland <mark.rutland@arm.com>\0"
+ "Subject\0Re: [PATCH 3/3] arm64: dts: Add dts files for Hisilicon Hi6220 SoC\0"
  "Date\0Thu, 5 Feb 2015 19:30:17 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Bintian Wang <bintian.wang@huawei.com>\0"
+ "Cc\0linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>"
+  linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
+  Catalin Marinas <Catalin.Marinas@arm.com>
+  Will Deacon <Will.Deacon@arm.com>
+  devicetree@vger.kernel.org <devicetree@vger.kernel.org>
+  robh+dt@kernel.org <robh+dt@kernel.org>
+  Pawel Moll <Pawel.Moll@arm.com>
+  ijc+devicetree@hellion.org.uk <ijc+devicetree@hellion.org.uk>
+  galak@codeaurora.org <galak@codeaurora.org>
+  khilman@linaro.org <khilman@linaro.org>
+  mturquette@linaro.org <mturquette@linaro.org>
+  rob.herring@linaro.org <rob.herring@linaro.org>
+  zhangfei.gao@linaro.org <zhangfei.gao@linaro.org>
+  haojian.zhuang@linaro.org <haojian.zhuang@linaro.org>
+  xuwei5@hisilicon.com <xuwei5@hisilicon.com>
+  jh80.chung@samsung.com <jh80.chung@samsung.com>
+ " olof@lixom.net <olof@lixom.net>\0"
  "\00:1\0"
  "b\0"
  "On Thu, Feb 05, 2015 at 09:24:37AM +0000, Bintian Wang wrote:\n"
@@ -169,7 +186,7 @@
  "configuration.\n"
  "\n"
  "> +\n"
- "> +\tmemory at 7400000 {\n"
+ "> +\tmemory@7400000 {\n"
  "> +\t\tdevice_type = \"memory\";\n"
  "> +\t\treg = <0x0 0x07400000 0x0 0x38c00000>;\n"
  "> +\t};\n"
@@ -229,7 +246,7 @@
  "> +\t\t#address-cells = <2>;\n"
  "> +\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\tcpu0: cpu at 000 {\n"
+ "> +\t\tcpu0: cpu@000 {\n"
  "> +\t\t\tcompatible = \"arm,cortex-a53\", \"arm,armv8\";\n"
  "> +\t\t\tdevice_type = \"cpu\";\n"
  "> +\t\t\treg = <0x0 0x0>;\n"
@@ -252,7 +269,7 @@
  "\n"
  "[...]\n"
  "\n"
- "> +\tgic: interrupt-controller at f6800000 {\n"
+ "> +\tgic: interrupt-controller@f6800000 {\n"
  "> +\t\tcompatible = \"arm,gic-400\", \"arm,cortex-a15-gic\";\n"
  "\n"
  "Surely there's no need for the \"arm,cortex-a15-gic\" fallback entry? What\n"
@@ -305,7 +322,7 @@
  "> +\t\t\treg = <0x0 0xf7800000 0x0 0x2000>;\n"
  "> +\t\t\tranges = <0 0x0 0xf7800000 0x2000>;\n"
  "> +\n"
- "> +\t\t\tclock_ao: clock0 at 0 {\n"
+ "> +\t\t\tclock_ao: clock0@0 {\n"
  "> +\t\t\t\tcompatible = \"hisilicon,hi6220-clock-ao\";\n"
  "> +\t\t\t\treg = <0 0x1000>;\n"
  "> +\t\t\t\t#clock-cells = <1>;\n"
@@ -319,7 +336,7 @@
  "> +\t\t\treg = <0x0 0xf7030000 0x0 0x2000>;\n"
  "> +\t\t\tranges = <0 0x0 0xf7030000 0x2000>;\n"
  "> +\n"
- "> +\t\t\tclock_sys: clock1 at 0 {\n"
+ "> +\t\t\tclock_sys: clock1@0 {\n"
  "> +\t\t\t\tcompatible = \"hisilicon,hi6220-clock-sys\";\n"
  "> +\t\t\t\treg = <0 0x1000>;\n"
  "> +\t\t\t\t#clock-cells = <1>;\n"
@@ -333,7 +350,7 @@
  "> +\t\t\treg = <0x0 0xf4410000 0x0 0x1000>;\n"
  "> +\t\t\tranges = <0 0x0 0xf4410000 0x1000>;\n"
  "> +\n"
- "> +\t\t\tclock_media: clock2 at 0 {\n"
+ "> +\t\t\tclock_media: clock2@0 {\n"
  "> +\t\t\t\tcompatible = \"hisilicon,hi6220-clock-media\";\n"
  "> +\t\t\t\treg = <0 0x1000>;\n"
  "> +\t\t\t\t#clock-cells = <1>;\n"
@@ -347,7 +364,7 @@
  "> +\t\t\treg = <0x0 0xf7032000 0x0 0x1000>;\n"
  "> +\t\t\tranges = <0 0x0 0xf7032000 0x1000>;\n"
  "> +\n"
- "> +\t\t\tclock_power: clock3 at 0 {\n"
+ "> +\t\t\tclock_power: clock3@0 {\n"
  "> +\t\t\t\tcompatible = \"hisilicon,hi6220-clock-power\";\n"
  "> +\t\t\t\treg = <0 0x1000>;\n"
  "> +\t\t\t\t#clock-cells = <1>;\n"
@@ -366,4 +383,4 @@
  "Thanks,\n"
  Mark.
 
-dd1bef86c5f2643aeacb7e61f2efba183dd76b2de2d524fce6f16d0328074b8f
+3549d3a4da7cc20f697130204bb5305b9c2c4903d7fa96eacae3272dd75a1356

diff --git a/a/1.txt b/N2/1.txt
index 605bd42..eb867ae 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -161,7 +161,7 @@ You should use stdout-path here, ideally with the full UART
 configuration.
 
 > +
-> +	memory at 7400000 {
+> +	memory@7400000 {
 > +		device_type = "memory";
 > +		reg = <0x0 0x07400000 0x0 0x38c00000>;
 > +	};
@@ -221,7 +221,7 @@ Move this within the /cpus node.
 > +		#address-cells = <2>;
 > +		#size-cells = <0>;
 > +
-> +		cpu0: cpu at 000 {
+> +		cpu0: cpu@000 {
 > +			compatible = "arm,cortex-a53", "arm,armv8";
 > +			device_type = "cpu";
 > +			reg = <0x0 0x0>;
@@ -244,7 +244,7 @@ There is no reason for this to be on any CPU node.
 
 [...]
 
-> +	gic: interrupt-controller at f6800000 {
+> +	gic: interrupt-controller@f6800000 {
 > +		compatible = "arm,gic-400", "arm,cortex-a15-gic";
 
 Surely there's no need for the "arm,cortex-a15-gic" fallback entry? What
@@ -297,7 +297,7 @@ precise.
 > +			reg = <0x0 0xf7800000 0x0 0x2000>;
 > +			ranges = <0 0x0 0xf7800000 0x2000>;
 > +
-> +			clock_ao: clock0 at 0 {
+> +			clock_ao: clock0@0 {
 > +				compatible = "hisilicon,hi6220-clock-ao";
 > +				reg = <0 0x1000>;
 > +				#clock-cells = <1>;
@@ -311,7 +311,7 @@ precise.
 > +			reg = <0x0 0xf7030000 0x0 0x2000>;
 > +			ranges = <0 0x0 0xf7030000 0x2000>;
 > +
-> +			clock_sys: clock1 at 0 {
+> +			clock_sys: clock1@0 {
 > +				compatible = "hisilicon,hi6220-clock-sys";
 > +				reg = <0 0x1000>;
 > +				#clock-cells = <1>;
@@ -325,7 +325,7 @@ precise.
 > +			reg = <0x0 0xf4410000 0x0 0x1000>;
 > +			ranges = <0 0x0 0xf4410000 0x1000>;
 > +
-> +			clock_media: clock2 at 0 {
+> +			clock_media: clock2@0 {
 > +				compatible = "hisilicon,hi6220-clock-media";
 > +				reg = <0 0x1000>;
 > +				#clock-cells = <1>;
@@ -339,7 +339,7 @@ precise.
 > +			reg = <0x0 0xf7032000 0x0 0x1000>;
 > +			ranges = <0 0x0 0xf7032000 0x1000>;
 > +
-> +			clock_power: clock3 at 0 {
+> +			clock_power: clock3@0 {
 > +				compatible = "hisilicon,hi6220-clock-power";
 > +				reg = <0 0x1000>;
 > +				#clock-cells = <1>;
diff --git a/a/content_digest b/N2/content_digest
index 1d43dc2..4b022c3 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,9 +1,46 @@
  "ref\01423128277-10297-1-git-send-email-bintian.wang@huawei.com\0"
  "ref\01423128277-10297-4-git-send-email-bintian.wang@huawei.com\0"
- "From\0mark.rutland@arm.com (Mark Rutland)\0"
- "Subject\0[PATCH 3/3] arm64: dts: Add dts files for Hisilicon Hi6220 SoC\0"
+ "From\0Mark Rutland <mark.rutland@arm.com>\0"
+ "Subject\0Re: [PATCH 3/3] arm64: dts: Add dts files for Hisilicon Hi6220 SoC\0"
  "Date\0Thu, 5 Feb 2015 19:30:17 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Bintian Wang <bintian.wang@huawei.com>\0"
+ "Cc\0linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>"
+  linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
+  Catalin Marinas <Catalin.Marinas@arm.com>
+  Will Deacon <Will.Deacon@arm.com>
+  devicetree@vger.kernel.org <devicetree@vger.kernel.org>
+  robh+dt@kernel.org <robh+dt@kernel.org>
+  Pawel Moll <Pawel.Moll@arm.com>
+  ijc+devicetree@hellion.org.uk <ijc+devicetree@hellion.org.uk>
+  galak@codeaurora.org <galak@codeaurora.org>
+  khilman@linaro.org <khilman@linaro.org>
+  mturquette@linaro.org <mturquette@linaro.org>
+  rob.herring@linaro.org <rob.herring@linaro.org>
+  zhangfei.gao@linaro.org <zhangfei.gao@linaro.org>
+  haojian.zhuang@linaro.org <haojian.zhuang@linaro.org>
+  xuwei5@hisilicon.com <xuwei5@hisilicon.com>
+  jh80.chung@samsung.com <jh80.chung@samsung.com>
+  olof@lixom.net <olof@lixom.net>
+  yanhaifeng@gmail.com <yanhaifeng@gmail.com>
+  sboyd@codeaurora.org <sboyd@codeaurora.org>
+  xuejiancheng@huawei.com <xuejiancheng@huawei.com>
+  sledge.yanwei@huawei.com <sledge.yanwei@huawei.com>
+  tomeu.vizoso@collabora.com <tomeu.vizoso@collabora.com>
+  linux@arm.linux.org.uk <linux@arm.linux.org.uk>
+  guodong.xu@linaro.org <guodong.xu@linaro.org>
+  xuyiping@hisilicon.com <xuyiping@hisilicon.com>
+  wangbinghui@hisilicon.com <wangbinghui@hisilicon.com>
+  zhenwei.wang@hisilicon.com <zhenwei.wang@hisilicon.com>
+  victor.lixin@hisilicon.com <victor.lixin@hisilicon.com>
+  puck.chen@hisilicon.com <puck.chen@hisilicon.com>
+  dan.zhao@hisilicon.com <dan.zhao@hisilicon.com>
+  huxinwei@huawei.com <huxinwei@huawei.com>
+  z.liuxinliang@huawei.com <z.liuxinliang@huawei.com>
+  heyunlei@huawei.com <heyunlei@huawei.com>
+  kong.kongxinwei@hisilicon.com <kong.kongxinwei@hisilicon.com>
+  btw@mail.itp.ac.cn <btw@mail.itp.ac.cn>
+  w.f@huawei.com <w.f@huawei.com>
+ " liguozhu@hisilicon.com <liguozhu@hisilicon.com>\0"
  "\00:1\0"
  "b\0"
  "On Thu, Feb 05, 2015 at 09:24:37AM +0000, Bintian Wang wrote:\n"
@@ -169,7 +206,7 @@
  "configuration.\n"
  "\n"
  "> +\n"
- "> +\tmemory at 7400000 {\n"
+ "> +\tmemory@7400000 {\n"
  "> +\t\tdevice_type = \"memory\";\n"
  "> +\t\treg = <0x0 0x07400000 0x0 0x38c00000>;\n"
  "> +\t};\n"
@@ -229,7 +266,7 @@
  "> +\t\t#address-cells = <2>;\n"
  "> +\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\tcpu0: cpu at 000 {\n"
+ "> +\t\tcpu0: cpu@000 {\n"
  "> +\t\t\tcompatible = \"arm,cortex-a53\", \"arm,armv8\";\n"
  "> +\t\t\tdevice_type = \"cpu\";\n"
  "> +\t\t\treg = <0x0 0x0>;\n"
@@ -252,7 +289,7 @@
  "\n"
  "[...]\n"
  "\n"
- "> +\tgic: interrupt-controller at f6800000 {\n"
+ "> +\tgic: interrupt-controller@f6800000 {\n"
  "> +\t\tcompatible = \"arm,gic-400\", \"arm,cortex-a15-gic\";\n"
  "\n"
  "Surely there's no need for the \"arm,cortex-a15-gic\" fallback entry? What\n"
@@ -305,7 +342,7 @@
  "> +\t\t\treg = <0x0 0xf7800000 0x0 0x2000>;\n"
  "> +\t\t\tranges = <0 0x0 0xf7800000 0x2000>;\n"
  "> +\n"
- "> +\t\t\tclock_ao: clock0 at 0 {\n"
+ "> +\t\t\tclock_ao: clock0@0 {\n"
  "> +\t\t\t\tcompatible = \"hisilicon,hi6220-clock-ao\";\n"
  "> +\t\t\t\treg = <0 0x1000>;\n"
  "> +\t\t\t\t#clock-cells = <1>;\n"
@@ -319,7 +356,7 @@
  "> +\t\t\treg = <0x0 0xf7030000 0x0 0x2000>;\n"
  "> +\t\t\tranges = <0 0x0 0xf7030000 0x2000>;\n"
  "> +\n"
- "> +\t\t\tclock_sys: clock1 at 0 {\n"
+ "> +\t\t\tclock_sys: clock1@0 {\n"
  "> +\t\t\t\tcompatible = \"hisilicon,hi6220-clock-sys\";\n"
  "> +\t\t\t\treg = <0 0x1000>;\n"
  "> +\t\t\t\t#clock-cells = <1>;\n"
@@ -333,7 +370,7 @@
  "> +\t\t\treg = <0x0 0xf4410000 0x0 0x1000>;\n"
  "> +\t\t\tranges = <0 0x0 0xf4410000 0x1000>;\n"
  "> +\n"
- "> +\t\t\tclock_media: clock2 at 0 {\n"
+ "> +\t\t\tclock_media: clock2@0 {\n"
  "> +\t\t\t\tcompatible = \"hisilicon,hi6220-clock-media\";\n"
  "> +\t\t\t\treg = <0 0x1000>;\n"
  "> +\t\t\t\t#clock-cells = <1>;\n"
@@ -347,7 +384,7 @@
  "> +\t\t\treg = <0x0 0xf7032000 0x0 0x1000>;\n"
  "> +\t\t\tranges = <0 0x0 0xf7032000 0x1000>;\n"
  "> +\n"
- "> +\t\t\tclock_power: clock3 at 0 {\n"
+ "> +\t\t\tclock_power: clock3@0 {\n"
  "> +\t\t\t\tcompatible = \"hisilicon,hi6220-clock-power\";\n"
  "> +\t\t\t\treg = <0 0x1000>;\n"
  "> +\t\t\t\t#clock-cells = <1>;\n"
@@ -366,4 +403,4 @@
  "Thanks,\n"
  Mark.
 
-dd1bef86c5f2643aeacb7e61f2efba183dd76b2de2d524fce6f16d0328074b8f
+6bd6f5102973a3b4ac0c5504db6e938c4c43f43aef921563bb9a01377326e50d

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.