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

diff --git a/a/1.txt b/N1/1.txt
index afe587e..ac8483b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -13,17 +13,17 @@ On Fri, Jul 25, 2014 at 02:23:48PM +0100, Linus Walleij wrote:
 > access the system controller registers, and register the devices
 > using the SoC bus.
 >
-> Cc: Arnd Bergmann <arnd@arndb.de>
-> Cc: Rob Herring <robh@kernel.org>
-> Acked-by: Jason Cooper <jason@lakedaemon.net>
-> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
+> Cc: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
+> Cc: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+> Acked-by: Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>
+> Signed-off-by: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
 > ---
 > ChangeLog v3->v4:
 > - Switch the LEDs to usa a new syscon-LEDs driver so we can
 >   use the syscon as a hub for all these registers
 > - Split out the SoC driver to its own file in drivers/soc
 > ChangeLog v2->v3:
-> - Rename uart at 0x12345678 to serial at 0x12345678 in DTS file
+> - Rename uart@0x12345678 to serial@0x12345678 in DTS file
 > - Drop static remapping for the LEDs, using my new invention
 >   syscon-leds instead
 > - Drop the hunk selecting ARM_DMA_MEM_BUFFERABLE for the DT
@@ -130,12 +130,12 @@ That'll need to be swapped in the example and dts too.
 > +               regmap = <&syscon>;
 > +               ranges;
 > +
-> +               syscon: syscon at 10000000 {
+> +               syscon: syscon@10000000 {
 > +                       compatible = "arm,realview-pb1176-syscon", "syscon";
 > +                       reg = <0x10000000 0x1000>;
 > +               };
 > +
-> +               reboot: reboot at 0x40 {
+> +               reboot: reboot@0x40 {
 > +                       compatible = "arm,realview-pb1176-reboot";
 > +                       regmap = <&syscon>;
 > +               };
@@ -150,7 +150,7 @@ This looks like a leak of Linux internals, this isn't really a device.
 [...]
 
 > +               /* Primary DevChip GIC synthesized with the CPU */
-> +               intc_dc1176: interrupt-controller at 10120000 {
+> +               intc_dc1176: interrupt-controller@10120000 {
 > +                       compatible = "arm,arm1176jzf-gic";
 
 As far as I am aware, the JZF flags haven nothing to do with the GIC
@@ -165,7 +165,7 @@ the example of "arm,arm1176-pmu").
 > +               };
 > +
 > +               /* This GIC on the board is cascaded off the DevChip GIC */
-> +               intc_pb1176: interrupt-controller at 10040000 {
+> +               intc_pb1176: interrupt-controller@10040000 {
 > +                       compatible = "arm,arm1176jzf-gic";
 
 And this isn't part of the CPU, so that string doesn't look right. I'd
@@ -226,3 +226,7 @@ this, and we should standardise.
 
 Thanks,
 Mark.
+--
+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/N1/content_digest
index 73a9d61..fa6ad1d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,17 @@
  "ref\01406294628-16079-1-git-send-email-linus.walleij@linaro.org\0"
  "ref\01406294628-16079-7-git-send-email-linus.walleij@linaro.org\0"
- "From\0mark.rutland@arm.com (Mark Rutland)\0"
- "Subject\0[PATCH 6/6 v4] ARM: realview: basic device tree implementation\0"
+ "ref\01406294628-16079-7-git-send-email-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org\0"
+ "From\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\0"
+ "Subject\0Re: [PATCH 6/6 v4] ARM: realview: basic device tree implementation\0"
  "Date\0Fri, 25 Jul 2014 16:24:02 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0"
+ "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>"
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
+  Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
+  Pawel Moll <Pawel.Moll-5wv7dgnIgG8@public.gmane.org>
+  Marc Zyngier <Marc.Zyngier-5wv7dgnIgG8@public.gmane.org>
+  Will Deacon <Will.Deacon-5wv7dgnIgG8@public.gmane.org>
+ " Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "Hi Linus,\n"
@@ -21,17 +29,17 @@
  "> access the system controller registers, and register the devices\n"
  "> using the SoC bus.\n"
  ">\n"
- "> Cc: Arnd Bergmann <arnd@arndb.de>\n"
- "> Cc: Rob Herring <robh@kernel.org>\n"
- "> Acked-by: Jason Cooper <jason@lakedaemon.net>\n"
- "> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>\n"
+ "> Cc: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\n"
+ "> Cc: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\n"
+ "> Acked-by: Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>\n"
+ "> Signed-off-by: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n"
  "> ---\n"
  "> ChangeLog v3->v4:\n"
  "> - Switch the LEDs to usa a new syscon-LEDs driver so we can\n"
  ">   use the syscon as a hub for all these registers\n"
  "> - Split out the SoC driver to its own file in drivers/soc\n"
  "> ChangeLog v2->v3:\n"
- "> - Rename uart at 0x12345678 to serial at 0x12345678 in DTS file\n"
+ "> - Rename uart@0x12345678 to serial@0x12345678 in DTS file\n"
  "> - Drop static remapping for the LEDs, using my new invention\n"
  ">   syscon-leds instead\n"
  "> - Drop the hunk selecting ARM_DMA_MEM_BUFFERABLE for the DT\n"
@@ -138,12 +146,12 @@
  "> +               regmap = <&syscon>;\n"
  "> +               ranges;\n"
  "> +\n"
- "> +               syscon: syscon at 10000000 {\n"
+ "> +               syscon: syscon@10000000 {\n"
  "> +                       compatible = \"arm,realview-pb1176-syscon\", \"syscon\";\n"
  "> +                       reg = <0x10000000 0x1000>;\n"
  "> +               };\n"
  "> +\n"
- "> +               reboot: reboot at 0x40 {\n"
+ "> +               reboot: reboot@0x40 {\n"
  "> +                       compatible = \"arm,realview-pb1176-reboot\";\n"
  "> +                       regmap = <&syscon>;\n"
  "> +               };\n"
@@ -158,7 +166,7 @@
  "[...]\n"
  "\n"
  "> +               /* Primary DevChip GIC synthesized with the CPU */\n"
- "> +               intc_dc1176: interrupt-controller at 10120000 {\n"
+ "> +               intc_dc1176: interrupt-controller@10120000 {\n"
  "> +                       compatible = \"arm,arm1176jzf-gic\";\n"
  "\n"
  "As far as I am aware, the JZF flags haven nothing to do with the GIC\n"
@@ -173,7 +181,7 @@
  "> +               };\n"
  "> +\n"
  "> +               /* This GIC on the board is cascaded off the DevChip GIC */\n"
- "> +               intc_pb1176: interrupt-controller at 10040000 {\n"
+ "> +               intc_pb1176: interrupt-controller@10040000 {\n"
  "> +                       compatible = \"arm,arm1176jzf-gic\";\n"
  "\n"
  "And this isn't part of the CPU, so that string doesn't look right. I'd\n"
@@ -233,6 +241,10 @@
  "this, and we should standardise.\n"
  "\n"
  "Thanks,\n"
- Mark.
+ "Mark.\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
 
-e91e9c95687fddcc762e72922ba706cce9fbc3c2e06adad3d200ebd789e0f5d9
+f51399899c511c2a141ed90d6a1b76edc730933746fc92d238f81fbe8f9c495d

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.