diff for duplicates of <4E438B17.10907@arm.com> diff --git a/a/1.txt b/N1/1.txt index 16c28bb..5554253 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -8,7 +8,7 @@ On 10/08/11 21:15, Rob Herring wrote: > This adds gic initialization using device tree data. An example device tree > binding looks like this: > -> intc: interrupt-controller at fff11000 { +> intc: interrupt-controller@fff11000 { > compatible = "arm,cortex-a9-gic"; > #interrupt-cells = <1>; @@ -22,13 +22,13 @@ probably want #interrupt-cells to be equal to 2... > reg = <0xfff11000 0x1000>, > <0xfff10100 0x100>; > -> gicppi0: gic-ppi at 0 { +> gicppi0: gic-ppi@0 { > compatible = "arm,cortex-a9-gic-ppi"; > #interrupt-cells = <1>; > interrupt-controller; > reg = <0>; > }; -> gicppi1: gic-ppi at 1 { +> gicppi1: gic-ppi@1 { > compatible = "arm,cortex-a9-gic-ppi"; > #interrupt-cells = <1>; > interrupt-controller; @@ -97,7 +97,7 @@ wrong thing (the SPI controller). > + > +Example: > + -> +intc: interrupt-controller at fff11000 { +> +intc: interrupt-controller@fff11000 { > + compatible = "arm,cortex-a9-gic"; > + #interrupt-cells = <1>; > + interrupt-controller; diff --git a/a/content_digest b/N1/content_digest index 218c284..09d8e4c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,14 @@ "ref\01313007324-23194-1-git-send-email-robherring2@gmail.com\0" - "From\0marc.zyngier@arm.com (Marc Zyngier)\0" - "Subject\0[RFC PATCH] ARM: gic: add OF based initialization\0" + "From\0Marc Zyngier <marc.zyngier@arm.com>\0" + "Subject\0Re: [RFC PATCH] ARM: gic: add OF based initialization\0" "Date\0Thu, 11 Aug 2011 08:56:07 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Rob Herring <robherring2@gmail.com>\0" + "Cc\0devicetree-discuss@lists.ozlabs.org <devicetree-discuss@lists.ozlabs.org>" + Rob Herring <rob.herring@calxeda.com> + grant.likely@secretlab.ca <grant.likely@secretlab.ca> + thomas.abraham@linaro.org <thomas.abraham@linaro.org> + jamie@jamieiles.com <jamie@jamieiles.com> + " linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>\0" "\00:1\0" "b\0" "Hi Rob,\n" @@ -15,7 +21,7 @@ "> This adds gic initialization using device tree data. An example device tree\n" "> binding looks like this:\n" "> \n" - "> intc: interrupt-controller at fff11000 {\n" + "> intc: interrupt-controller@fff11000 {\n" "> compatible = \"arm,cortex-a9-gic\";\n" "> #interrupt-cells = <1>;\n" "\n" @@ -29,13 +35,13 @@ "> reg = <0xfff11000 0x1000>,\n" "> <0xfff10100 0x100>;\n" "> \n" - "> \tgicppi0: gic-ppi at 0 {\n" + "> \tgicppi0: gic-ppi@0 {\n" "> \t\tcompatible = \"arm,cortex-a9-gic-ppi\";\n" "> \t\t#interrupt-cells = <1>;\n" "> \t\tinterrupt-controller;\n" "> \t\treg = <0>;\n" "> \t};\n" - "> \tgicppi1: gic-ppi at 1 {\n" + "> \tgicppi1: gic-ppi@1 {\n" "> \t\tcompatible = \"arm,cortex-a9-gic-ppi\";\n" "> \t\t#interrupt-cells = <1>;\n" "> \t\tinterrupt-controller;\n" @@ -104,7 +110,7 @@ "> +\n" "> +Example:\n" "> +\n" - "> +intc: interrupt-controller at fff11000 {\n" + "> +intc: interrupt-controller@fff11000 {\n" "> + compatible = \"arm,cortex-a9-gic\";\n" "> + #interrupt-cells = <1>;\n" "> + interrupt-controller;\n" @@ -187,4 +193,4 @@ "-- \n" Jazz is not dead. It just smells funny... -dde4cb2ea9a4c7282bd58b264d3168c8efcc85b235bdc24b146e3e5367380652 +7aea70ab5b20918bcc5852e41e4e27eb6b460fdab069782ceaabf6132b419986
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.