diff for duplicates of <20130829224637.D09183E1222@localhost> diff --git a/a/1.txt b/N1/1.txt index 22552e6..78c967e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -172,9 +172,9 @@ levels of the tree. More below.... > + * global autoconfigured region for contiguous allocations > + * (used only with Contiguous Memory Allocator) > + */ -> + contig_region at 0 { +> + contig_region@0 { -I would expect this to be "region at 0", not "contig_region". Also, the '_' +I would expect this to be "region@0", not "contig_region". Also, the '_' character is strongly discouraged in node names. > + compatible = "linux,contiguous-memory-region"; @@ -207,7 +207,7 @@ cannot be parsed. > + /* > + * special region for framebuffer > + */ -> + display_region: region at 78000000 { +> + display_region: region@78000000 { > + compatible = "linux,contiguous-memory-region", "reserved-memory-region"; > + reg = <0x78000000 0x800000>; > + }; @@ -215,7 +215,7 @@ cannot be parsed. > + /* > + * special region for multimedia processing devices > + */ -> + multimedia_region: region at 77000000 { +> + multimedia_region: region@77000000 { > + compatible = "linux,contiguous-memory-region"; > + reg = <0x77000000 0x4000000>; > + }; @@ -224,17 +224,17 @@ cannot be parsed. > + > + /* ... */ > + -> + fb0: fb at 12300000 { +> + fb0: fb@12300000 { > + status = "okay"; > + memory-region = <&display_region>; > + }; > + -> + scaler: scaler at 12500000 { +> + scaler: scaler@12500000 { > + status = "okay"; > + memory-region = <&multimedia_region>; > + }; > + -> + codec: codec at 12600000 { +> + codec: codec@12600000 { > + status = "okay"; > + memory-region = <&multimedia_region>; > + }; diff --git a/a/content_digest b/N1/content_digest index c7be83b..ad8be22 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,28 @@ "ref\01377527959-5080-1-git-send-email-m.szyprowski@samsung.com\0" "ref\01377527959-5080-4-git-send-email-m.szyprowski@samsung.com\0" - "From\0grant.likely@secretlab.ca (Grant Likely)\0" - "Subject\0[PATCH v7 3/4] drivers: of: add initialization code for dma reserved memory\0" + "From\0Grant Likely <grant.likely@secretlab.ca>\0" + "Subject\0Re: [PATCH v7 3/4] drivers: of: add initialization code for dma reserved memory\0" "Date\0Thu, 29 Aug 2013 23:46:37 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org" + linaro-mm-sig@lists.linaro.org + " devicetree@vger.kernel.org\0" + "Cc\0Mark Rutland <mark.rutland@arm.com>" + Laura Abbott <lauraa@codeaurora.org> + Pawel Moll <pawel.moll@arm.com> + Arnd Bergmann <arnd@arndb.de> + Stephen Warren <swarren@wwwdotorg.org> + Tomasz Figa <t.figa@samsung.com> + Tomasz Figa <tomasz.figa@gmail.com> + Michal Nazarewicz <mina86@mina86.com> + Marc <marc.ceeeee@gmail.com> + Kyungmin Park <kyungmin.park@samsung.com> + Sylwester Nawrocki <s.nawrocki@samsung.com> + Kumar Gala <galak@codeaurora.org> + Olof Johansson <olof@lixom.net> + Ian Campbell <ian.campbell@citrix.com> + Nishanth Peethambaran <nishanth.p@gmail.com> + Sascha Hauer <s.hauer@pengutronix.de> + " Marek Szyprowski <m.szyprowski@samsung.com>\0" "\00:1\0" "b\0" "On Mon, 26 Aug 2013 16:39:18 +0200, Marek Szyprowski <m.szyprowski@samsung.com> wrote:\n" @@ -180,9 +199,9 @@ "> +\t\t\t * global autoconfigured region for contiguous allocations\n" "> +\t\t\t * (used only with Contiguous Memory Allocator)\n" "> +\t\t\t */\n" - "> +\t\t\tcontig_region at 0 {\n" + "> +\t\t\tcontig_region@0 {\n" "\n" - "I would expect this to be \"region at 0\", not \"contig_region\". Also, the '_'\n" + "I would expect this to be \"region@0\", not \"contig_region\". Also, the '_'\n" "character is strongly discouraged in node names.\n" "\n" "> +\t\t\t\tcompatible = \"linux,contiguous-memory-region\";\n" @@ -215,7 +234,7 @@ "> +\t\t\t/*\n" "> +\t\t\t * special region for framebuffer\n" "> +\t\t\t */\n" - "> +\t\t\tdisplay_region: region at 78000000 {\n" + "> +\t\t\tdisplay_region: region@78000000 {\n" "> +\t\t\t\tcompatible = \"linux,contiguous-memory-region\", \"reserved-memory-region\";\n" "> +\t\t\t\treg = <0x78000000 0x800000>;\n" "> +\t\t\t};\n" @@ -223,7 +242,7 @@ "> +\t\t\t/*\n" "> +\t\t\t * special region for multimedia processing devices\n" "> +\t\t\t */\n" - "> +\t\t\tmultimedia_region: region at 77000000 {\n" + "> +\t\t\tmultimedia_region: region@77000000 {\n" "> +\t\t\t\tcompatible = \"linux,contiguous-memory-region\";\n" "> +\t\t\t\treg = <0x77000000 0x4000000>;\n" "> +\t\t\t};\n" @@ -232,17 +251,17 @@ "> +\n" "> +\t/* ... */\n" "> +\n" - "> +\tfb0: fb at 12300000 {\n" + "> +\tfb0: fb@12300000 {\n" "> +\t\tstatus = \"okay\";\n" "> +\t\tmemory-region = <&display_region>;\n" "> +\t};\n" "> +\n" - "> +\tscaler: scaler at 12500000 {\n" + "> +\tscaler: scaler@12500000 {\n" "> +\t\tstatus = \"okay\";\n" "> +\t\tmemory-region = <&multimedia_region>;\n" "> +\t};\n" "> +\n" - "> +\tcodec: codec at 12600000 {\n" + "> +\tcodec: codec@12600000 {\n" "> +\t\tstatus = \"okay\";\n" "> +\t\tmemory-region = <&multimedia_region>;\n" "> +\t};\n" @@ -521,4 +540,4 @@ "> 1.7.9.5\n" > -a7cec69c61df9a6da89c242878c6b2207fdd40fb3e3dee10be4233a698507eb1 +2a212291eacecd7bada44242718e19de47aeeaaf8d9501d8693cad09228cbf6d
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.