diff for duplicates of <53FCFB50.80800@hauke-m.de> diff --git a/a/1.txt b/N1/1.txt index e30063b..4ba9485 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -55,7 +55,7 @@ mips core on the aix bus. > >> +Example: >> + ->> + aix@18000000 { +>> + aix at 18000000 { >> + compatible = "brcm,bus-aix"; >> + reg = <0x18000000 0x1000>; >> + ranges = <0x00000000 0x18000000 0x00100000>; @@ -63,24 +63,24 @@ mips core on the aix bus. >> + #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 . Will change that. ->> + 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 32146da..d4c62da 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,15 +1,10 @@ "ref\01408915485-8078-1-git-send-email-hauke@hauke-m.de\0" "ref\01408915485-8078-6-git-send-email-hauke@hauke-m.de\0" "ref\02462012.kILSFadzpm@wuerfel\0" - "From\0Hauke Mehrtens <hauke@hauke-m.de>\0" - "Subject\0Re: [RFC 4/7] bcma: register bcma as device tree driver\0" + "From\0hauke@hauke-m.de (Hauke Mehrtens)\0" + "Subject\0[RFC 4/7] bcma: register bcma as device tree driver\0" "Date\0Tue, 26 Aug 2014 23:25:36 +0200\0" - "To\0Arnd Bergmann <arnd@arndb.de>" - " linux-arm-kernel@lists.infradead.org\0" - "Cc\0linux-wireless@vger.kernel.org" - devicetree@vger.kernel.org - linux-mips@linux-mips.org - " zajec5@gmail.com\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 08/25/2014 09:57 AM, Arnd Bergmann wrote:\n" @@ -69,7 +64,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" @@ -77,24 +72,24 @@ ">> + #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" "Will change that.\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" @@ -112,4 +107,4 @@ "> \tArnd\n" > -0c1b4323ff7c8827cb3f9e8de5ee2c4d51245853750494e50aa184359f654246 +48b6c9c99902a4d4d8761b874dba73d0d09d559cf03ea5f285da04a6eb509741
diff --git a/a/1.txt b/N2/1.txt index e30063b..e7dd439 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -4,7 +4,7 @@ On 08/25/2014 09:57 AM, Arnd Bergmann 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: > @@ -96,4 +96,9 @@ number through device tree. > > 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 32146da..7066ef5 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,15 +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" "ref\02462012.kILSFadzpm@wuerfel\0" - "From\0Hauke Mehrtens <hauke@hauke-m.de>\0" + "From\0Hauke Mehrtens <hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org>\0" "Subject\0Re: [RFC 4/7] bcma: register bcma as device tree driver\0" "Date\0Tue, 26 Aug 2014 23:25:36 +0200\0" - "To\0Arnd Bergmann <arnd@arndb.de>" - " linux-arm-kernel@lists.infradead.org\0" - "Cc\0linux-wireless@vger.kernel.org" - devicetree@vger.kernel.org - linux-mips@linux-mips.org - " zajec5@gmail.com\0" + "To\0Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>" + " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" + "Cc\0linux-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 08/25/2014 09:57 AM, Arnd Bergmann wrote:\n" @@ -18,7 +18,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" @@ -110,6 +110,11 @@ "\n" "> \n" "> \tArnd\n" - > + "> \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 -0c1b4323ff7c8827cb3f9e8de5ee2c4d51245853750494e50aa184359f654246 +f1c51f6a30ef4d9e4c444d10fd95d569f98c2df8f46a61da183125597e6fc185
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.