All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <547BD0BA.7080809@samsung.com>

diff --git a/a/1.txt b/N1/1.txt
index 03dac88..950b88c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -32,7 +32,7 @@ On 11/28/2014 11:00 PM, Mark Rutland wrote:
 >>>> +               #address-cells = <2>;
 >>>> +               #size-cells = <0>;
 >>>> +
->>>> +               cpu0: cpu@100 {
+>>>> +               cpu0: cpu at 100 {
 >>>> +                       device_type = "cpu";
 >>>> +                       compatible = "arm,cortex-a53", "arm,armv8";
 >>>> +                       enable-method = "psci";
@@ -85,7 +85,7 @@ First role of this job, I'll implement CPU on/off and suspend by using PSCI.
 >>>> +                       #address-cells = <1>;
 >>>> +                       #size-cells = <0>;
 >>>> +
->>>> +                       xusbxti: clock@0 {
+>>>> +                       xusbxti: clock at 0 {
 >>>> +                               compatible = "fixed-clock";
 >>>> +                               clock-output-names = "xusbxti";
 >>>> +                               #clock-cells = <0>;
@@ -108,7 +108,7 @@ First role of this job, I'll implement CPU on/off and suspend by using PSCI.
 > 
 > [...]
 > 
->>>> +               mct@101c0000 {
+>>>> +               mct at 101c0000 {
 >>>> +                       compatible = "samsung,exynos4210-mct";
 >>>> +                       reg = <0x101c0000 0x800>;
 >>>> +                       interrupts = <0 102 0>, <0 103 0>, <0 104 0>, <0 105 0>,
@@ -204,7 +204,7 @@ You're right.
 I'll fix it by using CONFIG_ARM instead of !CONFIG_ARM64.
 
 > 
->>>> +               gic:interrupt-controller@11001000 {
+>>>> +               gic:interrupt-controller at 11001000 {
 >>>> +                       compatible = "arm,cortex-a15-gic";
 >>>
 >>> Given this is multi-cluster, surely this is an external GIC-400, for
@@ -265,7 +265,7 @@ Chanwoo Choi
 >>>> +                       interrupts = <1 9 0xf04>;
 >>>> +               };
 >>>> +
->>>> +               serial_0: serial@14C10000 {
+>>>> +               serial_0: serial at 14C10000 {
 >>>
 >>> Nit: Please be consistent with capitalisation of hex. IMO it's better
 >>> to leave it all lower-case.
@@ -301,6 +301,6 @@ Chanwoo Choi
 > Mark.
 > --
 > To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" 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 7bf4fac..0fe8b08 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,28 +3,10 @@
  "ref\020141127111834.GB857@leverpostej\0"
  "ref\054787621.4000503@samsung.com\0"
  "ref\020141128140059.GH25883@leverpostej\0"
- "From\0Chanwoo Choi <cw00.choi@samsung.com>\0"
- "Subject\0Re: [PATCH 16/19] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC\0"
+ "From\0cw00.choi@samsung.com (Chanwoo Choi)\0"
+ "Subject\0[PATCH 16/19] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC\0"
  "Date\0Mon, 01 Dec 2014 11:21:46 +0900\0"
- "To\0Mark Rutland <mark.rutland@arm.com>\0"
- "Cc\0linux-samsung-soc@vger.kernel.org <linux-samsung-soc@vger.kernel.org>"
-  linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
-  kgene.kim@samsung.com <kgene.kim@samsung.com>
-  arnd@arndb.de <arnd@arndb.de>
-  olof@lixom.net <olof@lixom.net>
-  Catalin Marinas <Catalin.Marinas@arm.com>
-  Will Deacon <Will.Deacon@arm.com>
-  s.nawrocki@samsung.com <s.nawrocki@samsung.com>
-  tomasz.figa@gmail.com <tomasz.figa@gmail.com>
-  thomas.abraham@linaro.org <thomas.abraham@linaro.org>
-  linus.walleij@linaro.org <linus.walleij@linaro.org>
-  kyungmin.park@samsung.com <kyungmin.park@samsung.com>
-  inki.dae@samsung.com <inki.dae@samsung.com>
-  chanho61.park@samsung.com <chanho61.park@samsung.com>
-  geunsik.lim@samsung.com <geunsik.lim@samsung.com>
-  sw0312.kim@samsung.com <sw0312.kim@samsung.com>
-  jh80.chung@samsung.com <jh80.chung@samsung.com>
- " a.kesavan@samsung.\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Dear Mark,\n"
@@ -61,7 +43,7 @@
  ">>>> +               #address-cells = <2>;\n"
  ">>>> +               #size-cells = <0>;\n"
  ">>>> +\n"
- ">>>> +               cpu0: cpu@100 {\n"
+ ">>>> +               cpu0: cpu at 100 {\n"
  ">>>> +                       device_type = \"cpu\";\n"
  ">>>> +                       compatible = \"arm,cortex-a53\", \"arm,armv8\";\n"
  ">>>> +                       enable-method = \"psci\";\n"
@@ -114,7 +96,7 @@
  ">>>> +                       #address-cells = <1>;\n"
  ">>>> +                       #size-cells = <0>;\n"
  ">>>> +\n"
- ">>>> +                       xusbxti: clock@0 {\n"
+ ">>>> +                       xusbxti: clock at 0 {\n"
  ">>>> +                               compatible = \"fixed-clock\";\n"
  ">>>> +                               clock-output-names = \"xusbxti\";\n"
  ">>>> +                               #clock-cells = <0>;\n"
@@ -137,7 +119,7 @@
  "> \n"
  "> [...]\n"
  "> \n"
- ">>>> +               mct@101c0000 {\n"
+ ">>>> +               mct at 101c0000 {\n"
  ">>>> +                       compatible = \"samsung,exynos4210-mct\";\n"
  ">>>> +                       reg = <0x101c0000 0x800>;\n"
  ">>>> +                       interrupts = <0 102 0>, <0 103 0>, <0 104 0>, <0 105 0>,\n"
@@ -233,7 +215,7 @@
  "I'll fix it by using CONFIG_ARM instead of !CONFIG_ARM64.\n"
  "\n"
  "> \n"
- ">>>> +               gic:interrupt-controller@11001000 {\n"
+ ">>>> +               gic:interrupt-controller at 11001000 {\n"
  ">>>> +                       compatible = \"arm,cortex-a15-gic\";\n"
  ">>>\n"
  ">>> Given this is multi-cluster, surely this is an external GIC-400, for\n"
@@ -294,7 +276,7 @@
  ">>>> +                       interrupts = <1 9 0xf04>;\n"
  ">>>> +               };\n"
  ">>>> +\n"
- ">>>> +               serial_0: serial@14C10000 {\n"
+ ">>>> +               serial_0: serial at 14C10000 {\n"
  ">>>\n"
  ">>> Nit: Please be consistent with capitalisation of hex. IMO it's better\n"
  ">>> to leave it all lower-case.\n"
@@ -330,8 +312,8 @@
  "> Mark.\n"
  "> --\n"
  "> To unsubscribe from this list: send the line \"unsubscribe linux-samsung-soc\" 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"
  >
 
-97706982b3f13e4e564fa4bc0db08414a37870006e68f44027fdb3969ca6dbb7
+6f9e254337f1876891fa2104e5066c42da140df40b05766cf5f4ebd75e70236b

diff --git a/a/content_digest b/N2/content_digest
index 7bf4fac..e418d5b 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -24,7 +24,10 @@
   geunsik.lim@samsung.com <geunsik.lim@samsung.com>
   sw0312.kim@samsung.com <sw0312.kim@samsung.com>
   jh80.chung@samsung.com <jh80.chung@samsung.com>
- " a.kesavan@samsung.\0"
+  a.kesavan@samsung.com <a.kesavan@samsung.com>
+  devicetree@vger.kernel.org <devicetree@vger.kernel.org>
+  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
+ " Marc Zyngier <Marc.Zyngier@arm.com>\0"
  "\00:1\0"
  "b\0"
  "Dear Mark,\n"
@@ -334,4 +337,4 @@
  "> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
  >
 
-97706982b3f13e4e564fa4bc0db08414a37870006e68f44027fdb3969ca6dbb7
+05fce99947a84e0840444e451020b3a0283e5803a69ae3d8f80abed99d985453

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.