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

diff --git a/a/1.txt b/N1/1.txt
index a994554..e07fd88 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -29,7 +29,7 @@ On Fri, Nov 28, 2014 at 01:18:25PM +0000, Chanwoo Choi 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";
@@ -72,7 +72,7 @@ Do all CPUs enter the kernel at EL2?
 > >> +                       #address-cells = <1>;
 > >> +                       #size-cells = <0>;
 > >> +
-> >> +                       xusbxti: clock@0 {
+> >> +                       xusbxti: clock at 0 {
 > >> +                               compatible = "fixed-clock";
 > >> +                               clock-output-names = "xusbxti";
 > >> +                               #clock-cells = <0>;
@@ -95,7 +95,7 @@ That looks fine to me.
 
 [...]
 
-> >> +               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>,
@@ -183,7 +183,7 @@ Why not make both of these depend on CONFIG_ARM, rather than
 functions, which (from grepping around) exist in arch/arm and nowhere
 else.
 
-> >> +               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
@@ -225,7 +225,7 @@ everything past offset 0x100 not physically mapped?
 > >> +                       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.
diff --git a/a/content_digest b/N1/content_digest
index 657cb8c..9453e90 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,28 +2,10 @@
  "ref\01417073716-22997-17-git-send-email-cw00.choi@samsung.com\0"
  "ref\020141127111834.GB857@leverpostej\0"
  "ref\054787621.4000503@samsung.com\0"
- "From\0Mark Rutland <mark.rutland@arm.com>\0"
- "Subject\0Re: [PATCH 16/19] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC\0"
+ "From\0mark.rutland@arm.com (Mark Rutland)\0"
+ "Subject\0[PATCH 16/19] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC\0"
  "Date\0Fri, 28 Nov 2014 14:00:59 +0000\0"
- "To\0Chanwoo Choi <cw00.choi@samsung.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"
  "On Fri, Nov 28, 2014 at 01:18:25PM +0000, Chanwoo Choi wrote:\n"
@@ -57,7 +39,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"
@@ -100,7 +82,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"
@@ -123,7 +105,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"
@@ -211,7 +193,7 @@
  "functions, which (from grepping around) exist in arch/arm and nowhere\n"
  "else.\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"
@@ -253,7 +235,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"
@@ -288,4 +270,4 @@
  "\n"
  Mark.
 
-34c264efa6e9d0be8b8545c7ec334a9705f9797b5ef0f743de592e8832df8d47
+6a44465ae5f3f13e9fa0a8d3343f786976bf63f09ea23662657f941a643f2ded

diff --git a/a/content_digest b/N2/content_digest
index 657cb8c..6212333 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -23,7 +23,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"
  "On Fri, Nov 28, 2014 at 01:18:25PM +0000, Chanwoo Choi wrote:\n"
@@ -288,4 +291,4 @@
  "\n"
  Mark.
 
-34c264efa6e9d0be8b8545c7ec334a9705f9797b5ef0f743de592e8832df8d47
+e5b923e604ca7fe0ee6164719b6827663e4afa985f200c18c920ea713a0c28f9

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.