All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <565F6D45.6070201@free.fr>

diff --git a/a/1.txt b/N1/1.txt
index b6952bf..809cf4d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,22 +2,22 @@ On 26/11/2015 17: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>;
 > };
@@ -33,10 +33,15 @@ unrelated stuff. And bcm5301x did exactly what you suggested.)
 Wondering if there are macro definitions for the intra-SCU offsets?
 So I could have symbolic names, such as
 
-  twd-timer at 0600 {
+  twd-timer@0600 {
     reg = <TWD_OFFSET 0x10>
 
 Didn't see anything appropriate in include and arch/arm.
 Should I include my own definitions at the top of the dtsi?
 
 Regards.
+
+--
+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 e4d1f8e..919f7e1 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,32 +2,40 @@
  "ref\020151126135957.GC8644@n2100.arm.linux.org.uk\0"
  "ref\056571ACC.9080306@free.fr\0"
  "ref\0CAMuHMdX9JRRURMxmNFcKOkzeO1B5Nmnk+XnOpgcLsPbiG4CfSA@mail.gmail.com\0"
- "From\0slash.tmp@free.fr (Mason)\0"
- "Subject\0Preprocessor arithmetic in dtsi files (base + offset)\0"
+ "ref\0CAMuHMdX9JRRURMxmNFcKOkzeO1B5Nmnk+XnOpgcLsPbiG4CfSA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0"
+ "From\0Mason <slash.tmp-GANU6spQydw@public.gmane.org>\0"
+ "Subject\0Re: Preprocessor arithmetic in dtsi files (base + offset)\0"
  "Date\0Wed, 2 Dec 2015 23:14:29 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>\0"
+ "Cc\0Russell King - ARM Linux <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>"
+  Linux ARM <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
+  DT <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
+  Mark Rutland <mark.rutland-5wv7dgnIgG8@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>\0"
  "\00:1\0"
  "b\0"
  "On 26/11/2015 17: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"
@@ -43,12 +51,17 @@
  "Wondering if there are macro definitions for the intra-SCU offsets?\n"
  "So I could have symbolic names, such as\n"
  "\n"
- "  twd-timer at 0600 {\n"
+ "  twd-timer@0600 {\n"
  "    reg = <TWD_OFFSET 0x10>\n"
  "\n"
  "Didn't see anything appropriate in include and arch/arm.\n"
  "Should I include my own definitions at the top of the dtsi?\n"
  "\n"
- Regards.
+ "Regards.\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
 
-e7f5a4c4cfbc0c68a055db369cfff2c256ef883abcc9bb127c05f17e06dcdedd
+e0ac4cf174c3af6e617bf3cf2aee0fccf1f3d5c6519ac62d393305a2e1ef50d5

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.