All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <op.xsrcplz12s3iss@ecaz>

diff --git a/a/1.txt b/N1/1.txt
index d52c173..0ed618a 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,6 +1,6 @@
 Hi Andrew,
 
-On Mon, 19 Jan 2015 19:21:13 +0100, Andrew Lunn <andrew@lunn.ch> wrote:
+On Mon, 19 Jan 2015 19:21:13 +0100, Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> wrote:
 
 > Thanks for the v2. I have a few comments, and some points we will need
 > to discuss.
@@ -60,7 +60,7 @@ hand we could receive patches to "correct" the marketing name in the LEDs.
 >
 > It would be nice to document the jumper and pinout here.
 >
->> +			serial at 12000 {
+>> +			serial@12000 {
 >> +				status = "okay";
 >> +			};
 
@@ -75,7 +75,7 @@ Do you mean serial console pinout?
 Ok, I have that locally already, too.
 
 >
->> +			nand at d0000 {
+>> +			nand@d0000 {
 >> +				status = "okay";
 >> +				num-cs = <1>;
 >> +				marvell,nand-keep-config;
@@ -84,18 +84,18 @@ Ok, I have that locally already, too.
 >> +				nand-ecc-strength = <4>;
 >> +				nand-ecc-step-size = <512>;
 >> +
->> +				partition at 0 {
+>> +				partition@0 {
 >> +					label = "u-boot";
 >> +					reg = <0x0000000 0x100000>;  /* 1MB */
 >> +					read-only;
 >> +				};
 >> +
->> +				partition at 100000 {
+>> +				partition@100000 {
 >> +					label = "u_env";
 >> +					reg = <0x100000 0x40000>;    /* 256KB */
 >> +				};
 >> +
->> +				partition at 140000 {
+>> +				partition@140000 {
 >> +					label = "s_env";
 >> +					reg = <0x140000 0x40000>;    /* 256KB */
 >> +				};
@@ -106,13 +106,13 @@ Ok, I have that locally already, too.
 See below.
 
 >> +
->> +				partition at 900000 {
+>> +				partition@900000 {
 >> +					label = "devinfo";
 >> +					reg = <0x900000 0x100000>;    /* 1MB */
 >> +					read-only;
 >> +				};
 >> +
->> +				partition at a00000 {
+>> +				partition@a00000 {
 >> +					label = "kernel1";
 >> +					reg = <0xa00000 0x2800000>;    /* 3MB + rootfs1 */
 >
@@ -146,3 +146,7 @@ See above.
 
 
 Imre
+--
+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 bf48e37..176ce56 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,14 +1,21 @@
  "ref\01421687701-5667-1-git-send-email-kaloz@openwrt.org\0"
  "ref\020150119182113.GH32663@lunn.ch\0"
- "From\0kaloz@openwrt.org (Imre Kaloz)\0"
- "Subject\0[PATCHv2] mvebu: add Linksys WRT1900AC (Mamba) support\0"
+ "ref\020150119182113.GH32663-g2DYL2Zd6BY@public.gmane.org\0"
+ "From\0Imre Kaloz <kaloz-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>\0"
+ "Subject\0Re: [PATCHv2] mvebu: add Linksys WRT1900AC (Mamba) support\0"
  "Date\0Tue, 20 Jan 2015 11:57:11 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\0"
+ "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
+  thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org
+  Sebastian Hesselbarth <sebastian.hesselbarth-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
+ " Gregory Clement <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "Hi Andrew,\n"
  "\n"
- "On Mon, 19 Jan 2015 19:21:13 +0100, Andrew Lunn <andrew@lunn.ch> wrote:\n"
+ "On Mon, 19 Jan 2015 19:21:13 +0100, Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> wrote:\n"
  "\n"
  "> Thanks for the v2. I have a few comments, and some points we will need\n"
  "> to discuss.\n"
@@ -68,7 +75,7 @@
  ">\n"
  "> It would be nice to document the jumper and pinout here.\n"
  ">\n"
- ">> +\t\t\tserial at 12000 {\n"
+ ">> +\t\t\tserial@12000 {\n"
  ">> +\t\t\t\tstatus = \"okay\";\n"
  ">> +\t\t\t};\n"
  "\n"
@@ -83,7 +90,7 @@
  "Ok, I have that locally already, too.\n"
  "\n"
  ">\n"
- ">> +\t\t\tnand at d0000 {\n"
+ ">> +\t\t\tnand@d0000 {\n"
  ">> +\t\t\t\tstatus = \"okay\";\n"
  ">> +\t\t\t\tnum-cs = <1>;\n"
  ">> +\t\t\t\tmarvell,nand-keep-config;\n"
@@ -92,18 +99,18 @@
  ">> +\t\t\t\tnand-ecc-strength = <4>;\n"
  ">> +\t\t\t\tnand-ecc-step-size = <512>;\n"
  ">> +\n"
- ">> +\t\t\t\tpartition at 0 {\n"
+ ">> +\t\t\t\tpartition@0 {\n"
  ">> +\t\t\t\t\tlabel = \"u-boot\";\n"
  ">> +\t\t\t\t\treg = <0x0000000 0x100000>;  /* 1MB */\n"
  ">> +\t\t\t\t\tread-only;\n"
  ">> +\t\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\t\tpartition at 100000 {\n"
+ ">> +\t\t\t\tpartition@100000 {\n"
  ">> +\t\t\t\t\tlabel = \"u_env\";\n"
  ">> +\t\t\t\t\treg = <0x100000 0x40000>;    /* 256KB */\n"
  ">> +\t\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\t\tpartition at 140000 {\n"
+ ">> +\t\t\t\tpartition@140000 {\n"
  ">> +\t\t\t\t\tlabel = \"s_env\";\n"
  ">> +\t\t\t\t\treg = <0x140000 0x40000>;    /* 256KB */\n"
  ">> +\t\t\t\t};\n"
@@ -114,13 +121,13 @@
  "See below.\n"
  "\n"
  ">> +\n"
- ">> +\t\t\t\tpartition at 900000 {\n"
+ ">> +\t\t\t\tpartition@900000 {\n"
  ">> +\t\t\t\t\tlabel = \"devinfo\";\n"
  ">> +\t\t\t\t\treg = <0x900000 0x100000>;    /* 1MB */\n"
  ">> +\t\t\t\t\tread-only;\n"
  ">> +\t\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\t\tpartition at a00000 {\n"
+ ">> +\t\t\t\tpartition@a00000 {\n"
  ">> +\t\t\t\t\tlabel = \"kernel1\";\n"
  ">> +\t\t\t\t\treg = <0xa00000 0x2800000>;    /* 3MB + rootfs1 */\n"
  ">\n"
@@ -153,6 +160,10 @@
  "\n"
  "\n"
  "\n"
- Imre
+ "Imre\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
 
-1bd300a7cdce180745f13d68210334ef57fc0dcc50bf9bad9797db44cee3edf6
+1a0ca1dfad7b17375bbbee461a9a516b5da909b26386b10afbbdc505ccaaf964

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.