All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <2462012.kILSFadzpm@wuerfel>

diff --git a/a/1.txt b/N1/1.txt
index db09f58..b0bc979 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -46,7 +46,7 @@ in an inconvenient format?
 
 > +Example:
 > +
-> +       aix@18000000 {
+> +       aix at 18000000 {
 > +               compatible = "brcm,bus-aix";
 > +               reg = <0x18000000 0x1000>;
 > +               ranges = <0x00000000 0x18000000 0x00100000>;
@@ -54,22 +54,22 @@ in an inconvenient format?
 > +               #size-cells = <1>;
 > +               sprom = <&sprom0>;
 > +
-> +               gmac@0 {
+> +               gmac at 0 {
 > +                       reg = <0x18024000 0x1000>;
 > +                       interrupts = <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>;
 > +               };
 
 The @0 part seems wrong here: the address should generally match
-the first entry in the reg property, which would be gmac@18024000.
+the first entry in the reg property, which would be gmac at 18024000.
 
-Also, you probably mean ethernet@ not gmac@.
+Also, you probably mean ethernet@ not gmac at .
 
-> +               gmac@1 {
+> +               gmac at 1 {
 > +                       reg = <0x18025000 0x1000>;
 > +                       interrupts = <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
 > +               };
 > +
-> +               pcie@0 {
+> +               pcie at 0 {
 > +                       reg = <0x18012000 0x1000>;
 > +                       interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
 > +               };
diff --git a/a/content_digest b/N1/content_digest
index 174336d..a49c812 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,14 +1,9 @@
  "ref\01408915485-8078-1-git-send-email-hauke@hauke-m.de\0"
  "ref\01408915485-8078-6-git-send-email-hauke@hauke-m.de\0"
- "From\0Arnd Bergmann <arnd@arndb.de>\0"
- "Subject\0Re: [RFC 4/7] bcma: register bcma as device tree driver\0"
+ "From\0arnd@arndb.de (Arnd Bergmann)\0"
+ "Subject\0[RFC 4/7] bcma: register bcma as device tree driver\0"
  "Date\0Mon, 25 Aug 2014 09:57:36 +0200\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
- "Cc\0Hauke Mehrtens <hauke@hauke-m.de>"
-  linux-wireless@vger.kernel.org
-  devicetree@vger.kernel.org
-  linux-mips@linux-mips.org
- " zajec5@gmail.com\0"
  "\00:1\0"
  "b\0"
  "On Sunday 24 August 2014 23:24:42 Hauke Mehrtens wrote:\n"
@@ -59,7 +54,7 @@
  "\n"
  "> +Example:\n"
  "> +\n"
- "> +       aix@18000000 {\n"
+ "> +       aix at 18000000 {\n"
  "> +               compatible = \"brcm,bus-aix\";\n"
  "> +               reg = <0x18000000 0x1000>;\n"
  "> +               ranges = <0x00000000 0x18000000 0x00100000>;\n"
@@ -67,22 +62,22 @@
  "> +               #size-cells = <1>;\n"
  "> +               sprom = <&sprom0>;\n"
  "> +\n"
- "> +               gmac@0 {\n"
+ "> +               gmac at 0 {\n"
  "> +                       reg = <0x18024000 0x1000>;\n"
  "> +                       interrupts = <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>;\n"
  "> +               };\n"
  "\n"
  "The @0 part seems wrong here: the address should generally match\n"
- "the first entry in the reg property, which would be gmac@18024000.\n"
+ "the first entry in the reg property, which would be gmac at 18024000.\n"
  "\n"
- "Also, you probably mean ethernet@ not gmac@.\n"
+ "Also, you probably mean ethernet@ not gmac at .\n"
  "\n"
- "> +               gmac@1 {\n"
+ "> +               gmac at 1 {\n"
  "> +                       reg = <0x18025000 0x1000>;\n"
  "> +                       interrupts = <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;\n"
  "> +               };\n"
  "> +\n"
- "> +               pcie@0 {\n"
+ "> +               pcie at 0 {\n"
  "> +                       reg = <0x18012000 0x1000>;\n"
  "> +                       interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;\n"
  "> +               };\n"
@@ -94,4 +89,4 @@
  "\n"
  "\tArnd"
 
-643c68321a36a2df072f73620c849862d406fe1b84473751c2a160eb57b940ef
+12c5ccfdad668026f04c4570a6b96a79eb1cacf347b1f64700e6a2f5ec6037bc

diff --git a/a/1.txt b/N2/1.txt
index db09f58..4a7a388 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -3,7 +3,7 @@ On Sunday 24 August 2014 23:24:42 Hauke Mehrtens wrote:
 > give the address of the chipcommon core in device tree and bcma will
 > search for all the other cores.
 > 
-> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
+> Signed-off-by: Hauke Mehrtens <hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org>
 
 Looks good to me overall. Two small comments:
 
@@ -80,3 +80,8 @@ we want to use the DT probing interfaces for it, or whether it should just
 hardcode the settings used on brcm based on the ID.
 
 	Arnd
+
+--
+To unsubscribe from this list: send the line "unsubscribe linux-wireless" 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/N2/content_digest
index 174336d..d70f052 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,14 +1,15 @@
  "ref\01408915485-8078-1-git-send-email-hauke@hauke-m.de\0"
  "ref\01408915485-8078-6-git-send-email-hauke@hauke-m.de\0"
- "From\0Arnd Bergmann <arnd@arndb.de>\0"
+ "ref\01408915485-8078-6-git-send-email-hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org\0"
+ "From\0Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\0"
  "Subject\0Re: [RFC 4/7] bcma: register bcma as device tree driver\0"
  "Date\0Mon, 25 Aug 2014 09:57:36 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
- "Cc\0Hauke Mehrtens <hauke@hauke-m.de>"
-  linux-wireless@vger.kernel.org
-  devicetree@vger.kernel.org
-  linux-mips@linux-mips.org
- " zajec5@gmail.com\0"
+ "To\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
+ "Cc\0Hauke Mehrtens <hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org>"
+  linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org
+ " zajec5-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On Sunday 24 August 2014 23:24:42 Hauke Mehrtens wrote:\n"
@@ -16,7 +17,7 @@
  "> give the address of the chipcommon core in device tree and bcma will\n"
  "> search for all the other cores.\n"
  "> \n"
- "> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>\n"
+ "> Signed-off-by: Hauke Mehrtens <hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org>\n"
  "\n"
  "Looks good to me overall. Two small comments:\n"
  "\n"
@@ -92,6 +93,11 @@
  "we want to use the DT probing interfaces for it, or whether it should just\n"
  "hardcode the settings used on brcm based on the ID.\n"
  "\n"
- "\tArnd"
+ "\tArnd\n"
+ "\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe linux-wireless\" 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
 
-643c68321a36a2df072f73620c849862d406fe1b84473751c2a160eb57b940ef
+e02fdf25fac1a9f9ba6206114bb1d01f37f0a58558aab62f828c4ec345debb4a

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.