All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <565746A0.108@arm.com>

diff --git a/a/1.txt b/N1/1.txt
index 2fd75d4..4dc9722 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,22 +2,22 @@ On 26/11/15 16:23, Geert Uytterhoeven wrote:
 [...]
 > I guess this would work, too?
 >
-> scu_container at 20000000 {
+> scu_container@20000000 {
 >          compatible = "simple-bus";
 >
 >          ranges = <0x0 0x20000000 0x10000>;
 >          #address-cells = <1>;
 >          #size-cells = <1>;
 >
->          scu: scu at 0 {
+>          scu: scu@0 {
 >                  compatible = "arm,cortex-a9-scu";
 >                  reg = <0x0000 0x100>;
 >
->          gic: interrupt-controller at 1000 {
+>          gic: interrupt-controller@1000 {
 >                  compatible = "arm,cortex-a9-gic";
 >                  reg = <0x1000 0x1000>, <0x0100 0x0100>;
 >
->          twd-timer at 0600 {
+>          twd-timer@0600 {
 >                  compatible = "arm,cortex-a9-twd-timer";
 >                  reg = <0x0600 0x10>;
 > };
@@ -36,7 +36,7 @@ Robin.
 >                          Geert
 >
 > --
-> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
+> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org
 >
 > In personal conversations with technical people, I call myself a hacker. But
 > when I'm talking to journalists I just say "programmer" or something like that.
@@ -44,6 +44,11 @@ Robin.
 >
 > _______________________________________________
 > linux-arm-kernel mailing list
-> linux-arm-kernel at lists.infradead.org
+> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
 > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
 >
+
+--
+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 8f59a5b..57e46a1 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,32 +2,41 @@
  "ref\020151126135957.GC8644@n2100.arm.linux.org.uk\0"
  "ref\056571ACC.9080306@free.fr\0"
  "ref\0CAMuHMdX9JRRURMxmNFcKOkzeO1B5Nmnk+XnOpgcLsPbiG4CfSA@mail.gmail.com\0"
- "From\0robin.murphy@arm.com (Robin Murphy)\0"
- "Subject\0Preprocessor arithmetic in dtsi files (base + offset)\0"
+ "ref\0CAMuHMdX9JRRURMxmNFcKOkzeO1B5Nmnk+XnOpgcLsPbiG4CfSA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0"
+ "From\0Robin Murphy <robin.murphy-5wv7dgnIgG8@public.gmane.org>\0"
+ "Subject\0Re: Preprocessor arithmetic in dtsi files (base + offset)\0"
  "Date\0Thu, 26 Nov 2015 17:51:28 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>"
+ " Mason <slash.tmp-GANU6spQydw@public.gmane.org>\0"
+ "Cc\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>"
+  DT <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
+  Russell King - ARM Linux <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
+  Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
+  Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
+  Sebastian Frias <sebastian_frias-y1yR0Z3OICC7zZZRDBGcUA@public.gmane.org>
+ " Linux ARM <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On 26/11/15 16:23, Geert Uytterhoeven wrote:\n"
  "[...]\n"
  "> I guess this would work, too?\n"
  ">\n"
- "> scu_container at 20000000 {\n"
+ "> scu_container@20000000 {\n"
  ">          compatible = \"simple-bus\";\n"
  ">\n"
  ">          ranges = <0x0 0x20000000 0x10000>;\n"
  ">          #address-cells = <1>;\n"
  ">          #size-cells = <1>;\n"
  ">\n"
- ">          scu: scu at 0 {\n"
+ ">          scu: scu@0 {\n"
  ">                  compatible = \"arm,cortex-a9-scu\";\n"
  ">                  reg = <0x0000 0x100>;\n"
  ">\n"
- ">          gic: interrupt-controller at 1000 {\n"
+ ">          gic: interrupt-controller@1000 {\n"
  ">                  compatible = \"arm,cortex-a9-gic\";\n"
  ">                  reg = <0x1000 0x1000>, <0x0100 0x0100>;\n"
  ">\n"
- ">          twd-timer at 0600 {\n"
+ ">          twd-timer@0600 {\n"
  ">                  compatible = \"arm,cortex-a9-twd-timer\";\n"
  ">                  reg = <0x0600 0x10>;\n"
  "> };\n"
@@ -46,7 +55,7 @@
  ">                          Geert\n"
  ">\n"
  "> --\n"
- "> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org\n"
+ "> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org\n"
  ">\n"
  "> In personal conversations with technical people, I call myself a hacker. But\n"
  "> when I'm talking to journalists I just say \"programmer\" or something like that.\n"
@@ -54,8 +63,13 @@
  ">\n"
  "> _______________________________________________\n"
  "> linux-arm-kernel mailing list\n"
- "> linux-arm-kernel at lists.infradead.org\n"
+ "> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\n"
  "> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel\n"
- >
+ ">\n"
+ "\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
 
-77d74941b77235d81a78edbe623e84eb49d4687fda8479dcc326d2de0e1355fc
+619936bd9e59ecd30067edb6f869becf7c307d1acee4c3bbf1939da853a96428

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.