All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <53105CC6.1090902@samsung.com>

diff --git a/a/1.txt b/N1/1.txt
index 695ce40..a2cf521 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -10,7 +10,7 @@ On 2014-02-26 12:51, Grant Likely wrote:
 > >
 > > Signed-off-by: Grant Likely <grant.likely@linaro.org>
 > > [joshc: Based on binding document proposed (in non-patch form) here:
-> >  http://lkml.kernel.org/g/20131030134702.19B57C402A0 at trevor.secretlab.ca
+> >  http://lkml.kernel.org/g/20131030134702.19B57C402A0@trevor.secretlab.ca
 > >  adapted to support #memory-region-cells]
 > > Signed-off-by: Josh Cartwright <joshc@codeaurora.org>
 > > Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
@@ -129,9 +129,9 @@ memory regions?
 > > +Example
 > > +-------
 > > +This example defines 3 contiguous regions are defined for Linux kernel:
-> > +one default of all device drivers (named linux,cma at 72000000 and 64MiB in size),
-> > +one dedicated to the framebuffer device (named framebuffer at 78000000, 8MiB), and
-> > +one for multimedia processing (named multimedia-memory at 77000000, 64MiB).
+> > +one default of all device drivers (named linux,cma@72000000 and 64MiB in size),
+> > +one dedicated to the framebuffer device (named framebuffer@78000000, 8MiB), and
+> > +one for multimedia processing (named multimedia-memory@77000000, 64MiB).
 > > +
 > > +/ {
 > > +	#address-cells = <1>;
@@ -156,12 +156,12 @@ memory regions?
 > > +			linux,cma-default;
 > > +		};
 > > +
-> > +		display_reserved: framebuffer at 78000000 {
+> > +		display_reserved: framebuffer@78000000 {
 > > +			#memory-region-cells = <0>;
 > > +			reg = <0x78000000 0x800000>;
 > > +		};
 > > +
-> > +		multimedia_reserved: multimedia at 77000000 {
+> > +		multimedia_reserved: multimedia@77000000 {
 > > +			compatible = "acme,multimedia-memory";
 > > +			#memory-region-cells = <1>;
 > > +			reg = <0x77000000 0x4000000>;
@@ -170,17 +170,17 @@ memory regions?
 > > +
 > > +	/* ... */
 > > +
-> > +	fb0: video at 12300000 {
+> > +	fb0: video@12300000 {
 > > +		memory-region = <&display_reserved>;
 > > +		/* ... */
 > > +	};
 > > +
-> > +	scaler: scaler at 12500000 {
+> > +	scaler: scaler@12500000 {
 > > +		memory-region = <&multimedia_reserved 0xdeadbeef>;
 > > +		/* ... */
 > > +	};
 > > +
-> > +	codec: codec at 12600000 {
+> > +	codec: codec@12600000 {
 > > +		memory-region = <&multimedia_reserved 0xfeebdaed>;
 > > +		/* ... */
 > > +	};
diff --git a/a/content_digest b/N1/content_digest
index 66200fa..61db85a 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,10 +1,35 @@
  "ref\01392985527-6260-1-git-send-email-m.szyprowski@samsung.com\0"
  "ref\01392985527-6260-2-git-send-email-m.szyprowski@samsung.com\0"
  "ref\020140226115108.211D2C40A89@trevor.secretlab.ca\0"
- "From\0m.szyprowski@samsung.com (Marek Szyprowski)\0"
- "Subject\0[PATCH v5 01/11] of: document bindings for reserved-memory nodes\0"
+ "From\0Marek Szyprowski <m.szyprowski@samsung.com>\0"
+ "Subject\0Re: [PATCH v5 01/11] of: document bindings for reserved-memory nodes\0"
  "Date\0Fri, 28 Feb 2014 10:54:14 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Grant Likely <grant.likely@linaro.org>"
+  linux-kernel@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+  linaro-mm-sig@lists.linaro.org
+  devicetree@vger.kernel.org
+ " linux-doc@vger.kernel.org\0"
+ "Cc\0Benjamin Herrenschmidt <benh@kernel.crashing.org>"
+  Arnd Bergmann <arnd@arndb.de>
+  Michal Nazarewicz <mina86@mina86.com>
+  Tomasz Figa <t.figa@samsung.com>
+  Sascha Hauer <s.hauer@pengutronix.de>
+  Laura Abbott <lauraa@codeaurora.org>
+  Rob Herring <robh+dt@kernel.org>
+  Olof Johansson <olof@lixom.net>
+  Pawel Moll <pawel.moll@arm.com>
+  Mark Rutland <mark.rutland@arm.com>
+  Stephen Warren <swarren@wwwdotorg.org>
+  Ian Campbell <ian.campbell@citrix.com>
+  Tomasz Figa <tomasz.figa@gmail.com>
+  Kumar Gala <galak@codeaurora.org>
+  Nishanth Peethambaran <nishanth.p@gmail.com>
+  Marc <marc.ceeeee@gmail.com>
+  Josh Cartwright <joshc@codeaurora.org>
+  Catalin Marinas <catalin.marinas@arm.com>
+  Will Deacon <will.deacon@arm.com>
+ " Paul Mackerras <paulus@samba.org>\0"
  "\00:1\0"
  "b\0"
  "Hello,\n"
@@ -19,7 +44,7 @@
  "> >\n"
  "> > Signed-off-by: Grant Likely <grant.likely@linaro.org>\n"
  "> > [joshc: Based on binding document proposed (in non-patch form) here:\n"
- "> >  http://lkml.kernel.org/g/20131030134702.19B57C402A0 at trevor.secretlab.ca\n"
+ "> >  http://lkml.kernel.org/g/20131030134702.19B57C402A0@trevor.secretlab.ca\n"
  "> >  adapted to support #memory-region-cells]\n"
  "> > Signed-off-by: Josh Cartwright <joshc@codeaurora.org>\n"
  "> > Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>\n"
@@ -138,9 +163,9 @@
  "> > +Example\n"
  "> > +-------\n"
  "> > +This example defines 3 contiguous regions are defined for Linux kernel:\n"
- "> > +one default of all device drivers (named linux,cma at 72000000 and 64MiB in size),\n"
- "> > +one dedicated to the framebuffer device (named framebuffer at 78000000, 8MiB), and\n"
- "> > +one for multimedia processing (named multimedia-memory at 77000000, 64MiB).\n"
+ "> > +one default of all device drivers (named linux,cma@72000000 and 64MiB in size),\n"
+ "> > +one dedicated to the framebuffer device (named framebuffer@78000000, 8MiB), and\n"
+ "> > +one for multimedia processing (named multimedia-memory@77000000, 64MiB).\n"
  "> > +\n"
  "> > +/ {\n"
  "> > +\t#address-cells = <1>;\n"
@@ -165,12 +190,12 @@
  "> > +\t\t\tlinux,cma-default;\n"
  "> > +\t\t};\n"
  "> > +\n"
- "> > +\t\tdisplay_reserved: framebuffer at 78000000 {\n"
+ "> > +\t\tdisplay_reserved: framebuffer@78000000 {\n"
  "> > +\t\t\t#memory-region-cells = <0>;\n"
  "> > +\t\t\treg = <0x78000000 0x800000>;\n"
  "> > +\t\t};\n"
  "> > +\n"
- "> > +\t\tmultimedia_reserved: multimedia at 77000000 {\n"
+ "> > +\t\tmultimedia_reserved: multimedia@77000000 {\n"
  "> > +\t\t\tcompatible = \"acme,multimedia-memory\";\n"
  "> > +\t\t\t#memory-region-cells = <1>;\n"
  "> > +\t\t\treg = <0x77000000 0x4000000>;\n"
@@ -179,17 +204,17 @@
  "> > +\n"
  "> > +\t/* ... */\n"
  "> > +\n"
- "> > +\tfb0: video at 12300000 {\n"
+ "> > +\tfb0: video@12300000 {\n"
  "> > +\t\tmemory-region = <&display_reserved>;\n"
  "> > +\t\t/* ... */\n"
  "> > +\t};\n"
  "> > +\n"
- "> > +\tscaler: scaler at 12500000 {\n"
+ "> > +\tscaler: scaler@12500000 {\n"
  "> > +\t\tmemory-region = <&multimedia_reserved 0xdeadbeef>;\n"
  "> > +\t\t/* ... */\n"
  "> > +\t};\n"
  "> > +\n"
- "> > +\tcodec: codec at 12600000 {\n"
+ "> > +\tcodec: codec@12600000 {\n"
  "> > +\t\tmemory-region = <&multimedia_reserved 0xfeebdaed>;\n"
  "> > +\t\t/* ... */\n"
  "> > +\t};\n"
@@ -205,4 +230,4 @@
  "Marek Szyprowski, PhD\n"
  Samsung R&D Institute Poland
 
-23a5d5091e036e4eb9627dc077a4af7f863b46955c70420d58e1812de7646a86
+7d81702c70a9fb5b12bbf1419935ba05eb7558a4370c2a692c4da2033254027b

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.