All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <52FB575F.3070104@arm.com>

diff --git a/a/1.txt b/N1/1.txt
index 7c7a7fb..6cfad6b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -19,7 +19,7 @@ On 11/02/14 23:36, Olof Johansson wrote:
 >> +               #address-cells = <2>;
 >> +               #size-cells = <0>;
 >> +
->> +               cpu@000 {
+>> +               cpu at 000 {
 >> +                       device_type = "cpu";
 >> +                       compatible = "arm,armv8";
 >> +                       reg = <0x0 0x000>;
@@ -29,21 +29,21 @@ On 11/02/14 23:36, Olof Johansson wrote:
 >> +                       enable-method = "spin-table";
 >> +                       cpu-release-addr = <0x0 0x8000fff8>;
 >> +               };
->> +               cpu@001 {
+>> +               cpu at 001 {
 >> +                       device_type = "cpu";
 >> +                       compatible = "arm,armv8";
 >> +                       reg = <0x0 0x001>;
 >> +                       enable-method = "spin-table";
 >> +                       cpu-release-addr = <0x0 0x8000fff8>;
 >> +               };
->> +               cpu@002 {
+>> +               cpu at 002 {
 >> +                       device_type = "cpu";
 >> +                       compatible = "arm,armv8";
 >> +                       reg = <0x0 0x002>;
 >> +                       enable-method = "spin-table";
 >> +                       cpu-release-addr = <0x0 0x8000fff8>;
 >> +               };
->> +               cpu@003 {
+>> +               cpu at 003 {
 >> +                       device_type = "cpu";
 >> +                       compatible = "arm,armv8";
 >> +                       reg = <0x0 0x003>;
@@ -52,7 +52,7 @@ On 11/02/14 23:36, Olof Johansson wrote:
 >> +               };
 >> +       };
 >> +
->> +       gic: interrupt-controller@1C000000 {
+>> +       gic: interrupt-controller at 1C000000 {
 >> +               compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
 > 
 > This looks incorrect -- you should at the very least have a more
diff --git a/a/content_digest b/N1/content_digest
index ca9bd75..82c3c23 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,16 +1,10 @@
  "ref\01392100183-30930-1-git-send-email-kgene.kim@samsung.com\0"
  "ref\01392100183-30930-2-git-send-email-kgene.kim@samsung.com\0"
  "ref\0CAOesGMjE=zOStKoZQhYLhYtL_aWD73DcF4w6STboZPMfHkLtxA@mail.gmail.com\0"
- "From\0Marc Zyngier <marc.zyngier@arm.com>\0"
- "Subject\0Re: [PATCH 1/3] arm64: dts: add initial dts for Samsung GH7 SoC and SSDK-GH7 board\0"
+ "From\0marc.zyngier@arm.com (Marc Zyngier)\0"
+ "Subject\0[PATCH 1/3] arm64: dts: add initial dts for Samsung GH7 SoC and SSDK-GH7 board\0"
  "Date\0Wed, 12 Feb 2014 11:13:35 +0000\0"
- "To\0Olof Johansson <olof@lixom.net>\0"
- "Cc\0Kukjin Kim <kgene.kim@samsung.com>"
-  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
-  linux-samsung-soc@vger.kernel.org <linux-samsung-soc@vger.kernel.org>
-  Ilho Lee <ilho215.lee@samsung.com>
-  Thomas Abraham <thomas.ab@samsung.com>
- " Catalin Marinas <Catalin.Marinas@arm.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 11/02/14 23:36, Olof Johansson wrote:\n"
@@ -34,7 +28,7 @@
  ">> +               #address-cells = <2>;\n"
  ">> +               #size-cells = <0>;\n"
  ">> +\n"
- ">> +               cpu@000 {\n"
+ ">> +               cpu at 000 {\n"
  ">> +                       device_type = \"cpu\";\n"
  ">> +                       compatible = \"arm,armv8\";\n"
  ">> +                       reg = <0x0 0x000>;\n"
@@ -44,21 +38,21 @@
  ">> +                       enable-method = \"spin-table\";\n"
  ">> +                       cpu-release-addr = <0x0 0x8000fff8>;\n"
  ">> +               };\n"
- ">> +               cpu@001 {\n"
+ ">> +               cpu at 001 {\n"
  ">> +                       device_type = \"cpu\";\n"
  ">> +                       compatible = \"arm,armv8\";\n"
  ">> +                       reg = <0x0 0x001>;\n"
  ">> +                       enable-method = \"spin-table\";\n"
  ">> +                       cpu-release-addr = <0x0 0x8000fff8>;\n"
  ">> +               };\n"
- ">> +               cpu@002 {\n"
+ ">> +               cpu at 002 {\n"
  ">> +                       device_type = \"cpu\";\n"
  ">> +                       compatible = \"arm,armv8\";\n"
  ">> +                       reg = <0x0 0x002>;\n"
  ">> +                       enable-method = \"spin-table\";\n"
  ">> +                       cpu-release-addr = <0x0 0x8000fff8>;\n"
  ">> +               };\n"
- ">> +               cpu@003 {\n"
+ ">> +               cpu at 003 {\n"
  ">> +                       device_type = \"cpu\";\n"
  ">> +                       compatible = \"arm,armv8\";\n"
  ">> +                       reg = <0x0 0x003>;\n"
@@ -67,7 +61,7 @@
  ">> +               };\n"
  ">> +       };\n"
  ">> +\n"
- ">> +       gic: interrupt-controller@1C000000 {\n"
+ ">> +       gic: interrupt-controller at 1C000000 {\n"
  ">> +               compatible = \"arm,cortex-a15-gic\", \"arm,cortex-a9-gic\";\n"
  "> \n"
  "> This looks incorrect -- you should at the very least have a more\n"
@@ -96,4 +90,4 @@
  "-- \n"
  Jazz is not dead. It just smells funny...
 
-d49e20d20d766b1191fabc0f7aa57d6ef6ea16f430a675c21fbe516ddcf7f792
+f13523e397afac4ddb97c110fe15d97b7489ff530e499704f303a621828fe366

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.