diff for duplicates of <20140502181750.GD3179@obsidianresearch.com> diff --git a/a/1.txt b/N1/1.txt index 26e37c4..5017c3d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -48,13 +48,13 @@ target capabable memory (eg a GPU) // DT tree is the view from the SMP CPU complex down to regs smp_system { socket0 { - cpu0 at 0 {} - cpu1 at 0 {} - memory at 0: {} + cpu0@0 {} + cpu1@0 {} + memory@0: {} interconnect0: {targets = <&memory@0,interconnect1>;} interconnect0_control: { ranges; - peripheral at 0 { + peripheral@0 { regs = <>; intiator1 { ranges = < ... >; @@ -71,13 +71,13 @@ smp_system { }; } socket1 { - cpu0 at 1 {} - cpu1 at 1 {} - memory at 1: {} - interconnect1: {targets = <&memory at 1,&interconnect0,&peripheral@1/target>;} + cpu0@1 {} + cpu1@1 {} + memory@1: {} + interconnect1: {targets = <&memory@1,&interconnect0,&peripheral@1/target>;} interconnect1_control: { ranges; - peripheral at 1 { + peripheral@1 { ranges = < ... >; regs = <>; intiator { @@ -95,7 +95,7 @@ smp_system { */ }; }; - peripheral2 at 0 { + peripheral2@0 { regs = <>; // Or we can write the simplest case like this. @@ -112,3 +112,7 @@ interconnect0, interconnect1, and then are delivered to target. It has a fair symmetry with the interrupt-parent mechanism.. Jason +-- +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 4664d8a..999c4d8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,22 @@ "ref\020140501173248.GD3732@e103592.cambridge.arm.com\0" "ref\06774053.rAccqTeoiQ@wuerfel\0" "ref\020140502173120.GD3805@e103592.cambridge.arm.com\0" - "From\0jgunthorpe@obsidianresearch.com (Jason Gunthorpe)\0" - "Subject\0[RFC] Describing arbitrary bus mastering relationships in DT\0" + "ref\020140502173120.GD3805-M5GwZQ6tE7x5pKCnmE3YQBJ8xKzm50AiAL8bYrjMMd8@public.gmane.org\0" + "From\0Jason Gunthorpe <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>\0" + "Subject\0Re: [RFC] Describing arbitrary bus mastering relationships in DT\0" "Date\0Fri, 2 May 2014 12:17:50 -0600\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Dave Martin <Dave.Martin-5wv7dgnIgG8@public.gmane.org>\0" + "Cc\0Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>" + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + Mark Rutland <Mark.Rutland-5wv7dgnIgG8@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + Shaik Ameer Basha <shaik.ameer-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> + Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> + Grant Grundler <grundler-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> + Will Deacon <Will.Deacon-5wv7dgnIgG8@public.gmane.org> + Marc Zyngier <Marc.Zyngier-5wv7dgnIgG8@public.gmane.org> + Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + " Hiroshi Doyu <hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0" "\00:1\0" "b\0" "On Fri, May 02, 2014 at 06:31:20PM +0100, Dave Martin wrote:\n" @@ -57,13 +69,13 @@ "// DT tree is the view from the SMP CPU complex down to regs\n" "smp_system {\n" " socket0 {\n" - " cpu0 at 0 {}\n" - " cpu1 at 0 {}\n" - " memory at 0: {}\n" + " cpu0@0 {}\n" + " cpu1@0 {}\n" + " memory@0: {}\n" " interconnect0: {targets = <&memory@0,interconnect1>;}\n" " interconnect0_control: {\n" " ranges;\n" - " peripheral at 0 {\n" + " peripheral@0 {\n" " \t\tregs = <>;\n" " intiator1 {\n" " ranges = < ... >;\n" @@ -80,13 +92,13 @@ " };\n" " }\n" " socket1 {\n" - " cpu0 at 1 {}\n" - " cpu1 at 1 {}\n" - " memory at 1: {}\n" - " interconnect1: {targets = <&memory at 1,&interconnect0,&peripheral@1/target>;}\n" + " cpu0@1 {}\n" + " cpu1@1 {}\n" + " memory@1: {}\n" + " interconnect1: {targets = <&memory@1,&interconnect0,&peripheral@1/target>;}\n" " interconnect1_control: {\n" " ranges;\n" - " peripheral at 1 {\n" + " peripheral@1 {\n" " ranges = < ... >;\n" " \t\tregs = <>;\n" " intiator {\n" @@ -104,7 +116,7 @@ "\t\t\t */\n" " };\n" " };\n" - " peripheral2 at 0 {\n" + " peripheral2@0 {\n" " \t\tregs = <>;\n" "\n" "\t\t// Or we can write the simplest case like this.\n" @@ -120,6 +132,10 @@ "\n" "It has a fair symmetry with the interrupt-parent mechanism..\n" "\n" - Jason + "Jason\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 -2e90955cb4cc81b569026bd2703794b7d05eefdd6e2c5ecda9ccf88183ce2725 +321eb6cf55d90aaf3ef92b9fff5162acad2a1124c66ed568094a9bcdc514c2bf
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.