diff for duplicates of <4E085B2E.5030605@arm.com> diff --git a/a/1.txt b/N1/1.txt index 726cfa7..0df006b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,7 +11,7 @@ On 26/06/11 09:01, Grant Likely wrote: >> >> Tested on RealView PB11MPCore and VExpress. >> ->> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> +>> Signed-off-by: Marc Zyngier <marc.zyngier-5wv7dgnIgG8@public.gmane.org> > > Hi Mark, > @@ -91,7 +91,7 @@ your recommendation to directly the IRQF_* flag values. >> + >> +Primary GIC example (ARM RealView PB11-MPCore): >> + ->> +gic at 1f001000 { +>> +gic@1f001000 { >> + compatible = "arm,gic"; >> + #address-cells = <1>; >> + #size-cells = <0>; @@ -100,25 +100,25 @@ your recommendation to directly the IRQF_* flag values. >> + <0x1f000100 0x100>; /* CPU interface */ >> + >> + /* One PPI controller per CPU, only on primary GIC */ ->> + gic0ppi0: gic-ppi at 0 { +>> + gic0ppi0: gic-ppi@0 { >> + interrupt-controller; >> + #interrupt-cells = <1>; >> + reg = <0>; >> + }; >> + ->> + gic0ppi1: gic-ppi at 1 { +>> + gic0ppi1: gic-ppi@1 { >> + interrupt-controller; >> + #interrupt-cells = <1>; >> + reg = <1>; >> + }; >> + ->> + gic0ppi2: gic-ppi at 2 { +>> + gic0ppi2: gic-ppi@2 { >> + interrupt-controller; >> + #interrupt-cells = <1>; >> + reg = <2>; >> + }; >> + ->> + gic0ppi3: gic-ppi at 3 { +>> + gic0ppi3: gic-ppi@3 { >> + interrupt-controller; >> + #interrupt-cells = <1>; >> + reg = <3>; @@ -152,7 +152,7 @@ cores of the system (the timer being the typical example). >> + >> +Secondary GIC example (ARM RealView PB11-MPCore): >> + ->> +gic at 1e001000 { +>> +gic@1e001000 { >> + compatible = "arm,gic"; >> + #address-cells = <1>; >> + #size-cells = <0>; diff --git a/a/content_digest b/N1/content_digest index 249db5d..cd336ac 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,13 @@ "ref\01308924659-31894-1-git-send-email-marc.zyngier@arm.com\0" "ref\01308924659-31894-4-git-send-email-marc.zyngier@arm.com\0" "ref\020110626080135.GC15026@ponder.secretlab.ca\0" - "From\0marc.zyngier@arm.com (Marc Zyngier)\0" - "Subject\0[RFC PATCH 3/4] ARM: dt: add GIC bindings and driver support\0" + "ref\020110626080135.GC15026-e0URQFbLeQY2iJbIjFUEsiwD8/FfD2ys@public.gmane.org\0" + "From\0Marc Zyngier <marc.zyngier-5wv7dgnIgG8@public.gmane.org>\0" + "Subject\0Re: [RFC PATCH 3/4] ARM: dt: add GIC bindings and driver support\0" "Date\0Mon, 27 Jun 2011 11:27:58 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>\0" + "Cc\0devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org <devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org>" + " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>\0" "\00:1\0" "b\0" "On 26/06/11 09:01, Grant Likely wrote:\n" @@ -20,7 +23,7 @@ ">>\n" ">> Tested on RealView PB11MPCore and VExpress.\n" ">>\n" - ">> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>\n" + ">> Signed-off-by: Marc Zyngier <marc.zyngier-5wv7dgnIgG8@public.gmane.org>\n" "> \n" "> Hi Mark,\n" "> \n" @@ -100,7 +103,7 @@ ">> +\n" ">> +Primary GIC example (ARM RealView PB11-MPCore):\n" ">> +\n" - ">> +gic at 1f001000 {\n" + ">> +gic@1f001000 {\n" ">> + compatible = \"arm,gic\";\n" ">> + #address-cells = <1>;\n" ">> + #size-cells = <0>;\n" @@ -109,25 +112,25 @@ ">> + <0x1f000100 0x100>; /* CPU interface */\n" ">> +\n" ">> + /* One PPI controller per CPU, only on primary GIC */\n" - ">> + gic0ppi0: gic-ppi at 0 {\n" + ">> + gic0ppi0: gic-ppi@0 {\n" ">> + interrupt-controller;\n" ">> + #interrupt-cells = <1>;\n" ">> + reg = <0>;\n" ">> + };\n" ">> +\n" - ">> + gic0ppi1: gic-ppi at 1 {\n" + ">> + gic0ppi1: gic-ppi@1 {\n" ">> + interrupt-controller;\n" ">> + #interrupt-cells = <1>;\n" ">> + reg = <1>;\n" ">> + };\n" ">> +\n" - ">> + gic0ppi2: gic-ppi at 2 {\n" + ">> + gic0ppi2: gic-ppi@2 {\n" ">> + interrupt-controller;\n" ">> + #interrupt-cells = <1>;\n" ">> + reg = <2>;\n" ">> + };\n" ">> +\n" - ">> + gic0ppi3: gic-ppi at 3 {\n" + ">> + gic0ppi3: gic-ppi@3 {\n" ">> + interrupt-controller;\n" ">> + #interrupt-cells = <1>;\n" ">> + reg = <3>;\n" @@ -161,7 +164,7 @@ ">> +\n" ">> +Secondary GIC example (ARM RealView PB11-MPCore):\n" ">> +\n" - ">> +gic at 1e001000 {\n" + ">> +gic@1e001000 {\n" ">> + compatible = \"arm,gic\";\n" ">> + #address-cells = <1>;\n" ">> + #size-cells = <0>;\n" @@ -675,4 +678,4 @@ "-- \n" Jazz is not dead. It just smells funny... -2cd69a23430b41a486d1a4ceb57d32487c440c3ea18f42d3c5ee891ed4138b3d +c8700849046dccb35c75f54ad03a43fb775177a86df161874bd6fa2b020730d9
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.