diff for duplicates of <20160105222605.GL31867@broadcom.com> diff --git a/a/1.txt b/N1/1.txt index bafd77f..c78df5b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,6 +1,6 @@ On Fri, Dec 18, 2015 at 10:44:28PM +0100, Arnd Bergmann wrote: > On Friday 18 December 2015 16:37:56 Jon Mason wrote: -> > + cru: cru at 1800c184 { +> > + cru: cru@1800c184 { > > + compatible = "syscon"; > > + reg = <0x1800c184 0xc>; > > + }; @@ -33,7 +33,7 @@ block. Am I approaching this incorrectly? > name of the device in the data sheet. The node name in contrast should > be more generic, e.g. > -> cru: system-controller at 1800c000 { +> cru: system-controller@1800c000 { > compatible = "brcm,bcm53010-cru", "syscon"; This is very similar between the NS and NSP (and NS2) platforms. I'll @@ -48,4 +48,8 @@ Jon > > > Arnd -> +> +-- +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 4e629be..1601749 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,15 +1,21 @@ "ref\01450474676-10210-1-git-send-email-jonmason@broadcom.com\0" "ref\01450474676-10210-3-git-send-email-jonmason@broadcom.com\0" "ref\02180042.V6T2Tnxp6B@wuerfel\0" - "From\0jonmason@broadcom.com (Jon Mason)\0" - "Subject\0[PATCH 3/3] arm: dts: bcm5301x: Add syscon based reboot in DT\0" + "From\0Jon Mason <jonmason-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>\0" + "Subject\0Re: [PATCH 3/3] arm: dts: bcm5301x: Add syscon based reboot in DT\0" "Date\0Tue, 5 Jan 2016 17:26:06 -0500\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\0" + "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" + Florian Fainelli <f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + Hauke Mehrtens <hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org> + bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "On Fri, Dec 18, 2015 at 10:44:28PM +0100, Arnd Bergmann wrote:\n" "> On Friday 18 December 2015 16:37:56 Jon Mason wrote:\n" - "> > + cru: cru at 1800c184 {\n" + "> > + cru: cru@1800c184 {\n" "> > + compatible = \"syscon\";\n" "> > + reg = <0x1800c184 0xc>;\n" "> > + };\n" @@ -42,7 +48,7 @@ "> name of the device in the data sheet. The node name in contrast should\n" "> be more generic, e.g.\n" "> \n" - "> \tcru: system-controller at 1800c000 {\n" + "> \tcru: system-controller@1800c000 {\n" "> \t\tcompatible = \"brcm,bcm53010-cru\", \"syscon\";\n" "\n" "This is very similar between the NS and NSP (and NS2) platforms. I'll\n" @@ -57,6 +63,10 @@ "> \n" "> \n" "> \tArnd\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 -90356a45d90edd83f262bc4e080cf9d0f2488503301d2c797612f25940077f97 +8a2edd33c0f39d0a4195c8c64deefd10caca2952c513d9e2b5fc3aa525e15550
diff --git a/a/1.txt b/N2/1.txt index bafd77f..fcab270 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,6 +1,6 @@ On Fri, Dec 18, 2015 at 10:44:28PM +0100, Arnd Bergmann wrote: > On Friday 18 December 2015 16:37:56 Jon Mason wrote: -> > + cru: cru at 1800c184 { +> > + cru: cru@1800c184 { > > + compatible = "syscon"; > > + reg = <0x1800c184 0xc>; > > + }; @@ -33,7 +33,7 @@ block. Am I approaching this incorrectly? > name of the device in the data sheet. The node name in contrast should > be more generic, e.g. > -> cru: system-controller at 1800c000 { +> cru: system-controller@1800c000 { > compatible = "brcm,bcm53010-cru", "syscon"; This is very similar between the NS and NSP (and NS2) platforms. I'll diff --git a/a/content_digest b/N2/content_digest index 4e629be..db0db79 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,15 +1,21 @@ "ref\01450474676-10210-1-git-send-email-jonmason@broadcom.com\0" "ref\01450474676-10210-3-git-send-email-jonmason@broadcom.com\0" "ref\02180042.V6T2Tnxp6B@wuerfel\0" - "From\0jonmason@broadcom.com (Jon Mason)\0" - "Subject\0[PATCH 3/3] arm: dts: bcm5301x: Add syscon based reboot in DT\0" + "From\0Jon Mason <jonmason@broadcom.com>\0" + "Subject\0Re: [PATCH 3/3] arm: dts: bcm5301x: Add syscon based reboot in DT\0" "Date\0Tue, 5 Jan 2016 17:26:06 -0500\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Arnd Bergmann <arnd@arndb.de>\0" + "Cc\0<linux-arm-kernel@lists.infradead.org>" + Florian Fainelli <f.fainelli@gmail.com> + Hauke Mehrtens <hauke@hauke-m.de> + <bcm-kernel-feedback-list@broadcom.com> + <linux-kernel@vger.kernel.org> + " <devicetree@vger.kernel.org>\0" "\00:1\0" "b\0" "On Fri, Dec 18, 2015 at 10:44:28PM +0100, Arnd Bergmann wrote:\n" "> On Friday 18 December 2015 16:37:56 Jon Mason wrote:\n" - "> > + cru: cru at 1800c184 {\n" + "> > + cru: cru@1800c184 {\n" "> > + compatible = \"syscon\";\n" "> > + reg = <0x1800c184 0xc>;\n" "> > + };\n" @@ -42,7 +48,7 @@ "> name of the device in the data sheet. The node name in contrast should\n" "> be more generic, e.g.\n" "> \n" - "> \tcru: system-controller at 1800c000 {\n" + "> \tcru: system-controller@1800c000 {\n" "> \t\tcompatible = \"brcm,bcm53010-cru\", \"syscon\";\n" "\n" "This is very similar between the NS and NSP (and NS2) platforms. I'll\n" @@ -59,4 +65,4 @@ "> \tArnd\n" > -90356a45d90edd83f262bc4e080cf9d0f2488503301d2c797612f25940077f97 +41e88034de73c6281fbb3cec9ec7932ca601ee6c64dae7bf68984cb515cc49a8
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.