All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20160901095857.GA27385@gobelin>

diff --git a/a/1.txt b/N1/1.txt
index ac29797..c01bab9 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,11 +1,11 @@
 On Thu, Sep 01, 2016 at 10:47:04AM +0530, Sekhar Nori wrote:
 > On Thursday 01 September 2016 05:14 AM, Kevin Hilman wrote:
-> > Karl Beldan <kbeldan@baylibre.com> writes:
+> > Karl Beldan <kbeldan-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> writes:
 > > 
 > >> This adds DT support for the NAND connected to the SoC AEMIF.
 > >> Passed torture hashing a 40MB file on top of UBIFS using subpages.
 > >>
-> >> Signed-off-by: Karl Beldan <kbeldan@baylibre.com>
+> >> Signed-off-by: Karl Beldan <kbeldan-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
 > >> ---
 > >> v2:
 > >>
@@ -92,16 +92,16 @@ Karl
 > > +				#address-cells = <1>;
 > > +				#size-cells = <1>;
 > > +
-> > +				partition at 0 {
+> > +				partition@0 {
 > > +					label = "u-boot env";
 > > +					reg = <0 0x020000>;
 > > +				};
-> > +				partition at 0x020000 {
+> > +				partition@0x020000 {
 > > +					/* The LCDK defaults to booting from this partition */
 > > +					label = "u-boot";
 > > +					reg = <0x020000 0x080000>;
 > > +				};
-> > +				partition at 0x0a0000 {
+> > +				partition@0x0a0000 {
 > > +					label = "space";
 > > +					reg = <0x0a0000 0>;
 > > +				};
@@ -114,3 +114,7 @@ Karl
 > 
 > Regards,
 > Sekhar
+--
+To unsubscribe from this list: send the line "unsubscribe devicetree" in
+the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 5546d53..86706ac 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,20 +1,29 @@
  "ref\020160829153242.18615-1-kbeldan@baylibre.com\0"
  "ref\07h37lk5wrd.fsf@baylibre.com\0"
  "ref\03945712b-d02f-d97a-2356-9383d7fe1984@ti.com\0"
- "From\0karl.beldan@gmail.com (Karl Beldan)\0"
- "Subject\0[PATCH] ARM: dts: da850-lcdk: Add NAND to DT\0"
+ "ref\03945712b-d02f-d97a-2356-9383d7fe1984-l0cyMroinI0@public.gmane.org\0"
+ "From\0Karl Beldan <karl.beldan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH] ARM: dts: da850-lcdk: Add NAND to DT\0"
  "Date\0Thu, 1 Sep 2016 10:00:25 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Sekhar Nori <nsekhar-l0cyMroinI0@public.gmane.org>"
+ " Kevin Hilman <khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>\0"
+ "Cc\0Karl Beldan <kbeldan-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>"
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
+  Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org>
+ " Karl Beldan <karl.beldan+oss-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On Thu, Sep 01, 2016 at 10:47:04AM +0530, Sekhar Nori wrote:\n"
  "> On Thursday 01 September 2016 05:14 AM, Kevin Hilman wrote:\n"
- "> > Karl Beldan <kbeldan@baylibre.com> writes:\n"
+ "> > Karl Beldan <kbeldan-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> writes:\n"
  "> > \n"
  "> >> This adds DT support for the NAND connected to the SoC AEMIF.\n"
  "> >> Passed torture hashing a 40MB file on top of UBIFS using subpages.\n"
  "> >>\n"
- "> >> Signed-off-by: Karl Beldan <kbeldan@baylibre.com>\n"
+ "> >> Signed-off-by: Karl Beldan <kbeldan-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>\n"
  "> >> ---\n"
  "> >> v2:\n"
  "> >>\n"
@@ -101,16 +110,16 @@
  "> > +\t\t\t\t#address-cells = <1>;\n"
  "> > +\t\t\t\t#size-cells = <1>;\n"
  "> > +\n"
- "> > +\t\t\t\tpartition at 0 {\n"
+ "> > +\t\t\t\tpartition@0 {\n"
  "> > +\t\t\t\t\tlabel = \"u-boot env\";\n"
  "> > +\t\t\t\t\treg = <0 0x020000>;\n"
  "> > +\t\t\t\t};\n"
- "> > +\t\t\t\tpartition at 0x020000 {\n"
+ "> > +\t\t\t\tpartition@0x020000 {\n"
  "> > +\t\t\t\t\t/* The LCDK defaults to booting from this partition */\n"
  "> > +\t\t\t\t\tlabel = \"u-boot\";\n"
  "> > +\t\t\t\t\treg = <0x020000 0x080000>;\n"
  "> > +\t\t\t\t};\n"
- "> > +\t\t\t\tpartition at 0x0a0000 {\n"
+ "> > +\t\t\t\tpartition@0x0a0000 {\n"
  "> > +\t\t\t\t\tlabel = \"space\";\n"
  "> > +\t\t\t\t\treg = <0x0a0000 0>;\n"
  "> > +\t\t\t\t};\n"
@@ -122,6 +131,10 @@
  "> Rest of the patch looks good to me.\n"
  "> \n"
  "> Regards,\n"
- > Sekhar
+ "> Sekhar\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
+ "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-bd3da13e679ef4fe716b48492141d3eb21b3d485ccc215e0f2cee5def24a0d5c
+eefaa84e4d8c124dbd1709fbcd6c96789e09d9085f7f34acb5bd0d2375c6b6d0

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.