diff for duplicates of <201205041923.07620.arnd@arndb.de> diff --git a/a/1.txt b/N1/1.txt index ea0403e..72511a1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -29,25 +29,25 @@ with multiple distinct dmaengine instances using a single device node. Given the example from exynos5250.dtsi, which currently contains this fragment: - pdma0: pdma@121A0000 { + pdma0: pdma at 121A0000 { compatible = "arm,pl330", "arm,primecell"; reg = <0x121A0000 0x1000>; interrupts = <0 34 0>; }; - pdma1: pdma@121B0000 { + pdma1: pdma at 121B0000 { compatible = "arm,pl330", "arm,primecell"; reg = <0x121B0000 0x1000>; interrupts = <0 35 0>; }; - mdma0: pdma@10800000 { + mdma0: pdma at 10800000 { compatible = "arm,pl330", "arm,primecell"; reg = <0x10800000 0x1000>; interrupts = <0 33 0>; }; - mdma1: pdma@11C10000 { + mdma1: pdma at 11C10000 { compatible = "arm,pl330", "arm,primecell"; reg = <0x11C10000 0x1000>; interrupts = <0 124 0>; @@ -62,28 +62,28 @@ We could transform it into one node with multiple children: #size-cells = <1>; ranges; - pdma@121A0000 { + pdma at 121A0000 { compatible = "arm,pl330", "arm,primecell"; arm,pl330-instance = <0>; reg = <0x121A0000 0x1000>; interrupts = <0 34 0>; }; - pdma@121B0000 { + pdma at 121B0000 { compatible = "arm,pl330", "arm,primecell"; arm,pl330-instance = <1>; reg = <0x121B0000 0x1000>; interrupts = <0 35 0>; }; - pdma@10800000 { + pdma at 10800000 { compatible = "arm,pl330", "arm,primecell"; arm,pl330-instance = <2>; reg = <0x10800000 0x1000>; interrupts = <0 33 0>; }; - pdma@11C10000 { + pdma at 11C10000 { compatible = "arm,pl330", "arm,primecell"; arm,pl330-instance = <3>; reg = <0x11C10000 0x1000>; diff --git a/a/content_digest b/N1/content_digest index af99b70..4506c55 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,16 +1,10 @@ "ref\01335820679-28721-1-git-send-email-jon-hunter@ti.com\0" "ref\04FA3F308.6030900@ti.com\0" "ref\0CAJe_ZhfFhZVG4gyaaVUgeQedJiSE=zj9nE28XCNH9DkPVgqj=A@mail.gmail.com\0" - "From\0Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\0" - "Subject\0Re: [PATCH V3 1/2] of: Add generic device tree DMA helpers\0" + "From\0arnd@arndb.de (Arnd Bergmann)\0" + "Subject\0[PATCH V3 1/2] of: Add generic device tree DMA helpers\0" "Date\0Fri, 4 May 2012 19:23:07 +0000\0" - "To\0Jassi Brar <jaswinder.singh-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" - "Cc\0device-tree <devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org>" - Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org> - Jon Hunter <jon-hunter-l0cyMroinI0@public.gmane.org> - Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> - linux-omap <linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - " linux-arm <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Friday 04 May 2012, Jassi Brar wrote:\n" @@ -44,25 +38,25 @@ "Given the example from exynos5250.dtsi, which currently contains this\n" "fragment:\n" "\n" - " pdma0: pdma@121A0000 {\n" + " pdma0: pdma at 121A0000 {\n" " compatible = \"arm,pl330\", \"arm,primecell\";\n" " reg = <0x121A0000 0x1000>;\n" " interrupts = <0 34 0>;\n" " };\n" "\n" - " pdma1: pdma@121B0000 {\n" + " pdma1: pdma at 121B0000 {\n" " compatible = \"arm,pl330\", \"arm,primecell\";\n" " reg = <0x121B0000 0x1000>;\n" " interrupts = <0 35 0>;\n" " };\n" "\n" - " mdma0: pdma@10800000 {\n" + " mdma0: pdma at 10800000 {\n" " compatible = \"arm,pl330\", \"arm,primecell\";\n" " reg = <0x10800000 0x1000>;\n" " interrupts = <0 33 0>;\n" " };\n" "\n" - " mdma1: pdma@11C10000 {\n" + " mdma1: pdma at 11C10000 {\n" " compatible = \"arm,pl330\", \"arm,primecell\";\n" " reg = <0x11C10000 0x1000>;\n" " interrupts = <0 124 0>;\n" @@ -77,28 +71,28 @@ "\t\t#size-cells = <1>;\n" "\t\tranges;\n" "\n" - " pdma@121A0000 {\n" + " pdma at 121A0000 {\n" " compatible = \"arm,pl330\", \"arm,primecell\";\n" "\t\t\tarm,pl330-instance = <0>;\n" " reg = <0x121A0000 0x1000>;\n" " interrupts = <0 34 0>;\n" " };\n" "\n" - " pdma@121B0000 {\n" + " pdma at 121B0000 {\n" " compatible = \"arm,pl330\", \"arm,primecell\";\n" "\t\t\tarm,pl330-instance = <1>;\n" " reg = <0x121B0000 0x1000>;\n" " interrupts = <0 35 0>;\n" " };\n" "\n" - " pdma@10800000 {\n" + " pdma at 10800000 {\n" " compatible = \"arm,pl330\", \"arm,primecell\";\n" "\t\t\tarm,pl330-instance = <2>;\n" " reg = <0x10800000 0x1000>;\n" " interrupts = <0 33 0>;\n" " };\n" "\n" - " pdma@11C10000 {\n" + " pdma at 11C10000 {\n" " compatible = \"arm,pl330\", \"arm,primecell\";\n" "\t\t\tarm,pl330-instance = <3>;\n" " reg = <0x11C10000 0x1000>;\n" @@ -112,4 +106,4 @@ "\n" "\tArnd" -8cf2bb1280a821d56029696da5eccd0b21f949ac43c30fe51317827b13afaf32 +521839411d3ba70237ea49d4eb54cab77f1e808c512d3272743f44464248dc6a
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.