All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <87h9b9kinx.fsf@free-electrons.com>

diff --git a/a/1.txt b/N1/1.txt
index 25f9ae4..696fba1 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -20,23 +20,23 @@ Change the prefix to "ARM: dts: mvebu: armada-395-gp:"
 
 As for the other board, try to add information about the connector used:
 
-> +			serial at 12000 {
+> +			serial@12000 {
 Here,
 
 > +				status = "okay";
 > +			};
 > +
-> +			usb at 58000 {
+> +			usb@58000 {
 here
 > +				status = "okay";
 > +			};
 > +
-> +			sata at a8000 {
+> +			sata@a8000 {
 here
 > +				status = "okay";
 > +			};
 > +
-> +			flash at d0000 {
+> +			flash@d0000 {
 > +				status = "okay";
 > +				pinctrl-0 = <&nand_pins>;
 > +				pinctrl-names = "default";
@@ -52,26 +52,26 @@ here
 > +					#address-cells = <1>;
 > +					#size-cells = <1>;
 > +
-> +					partition at 0 {
+> +					partition@0 {
 > +						label = "U-Boot";
 > +						reg = <0x00000000 0x00600000>;
 > +						read-only;
 > +					};
 > +
-> +					partition at 800000 {
+> +					partition@800000 {
 > +						label = "uImage";
 > +						reg = <0x00600000 0x00400000>;
 > +						read-only;
 > +					};
 > +
-> +					partition at 1000000 {
+> +					partition@1000000 {
 > +						label = "Root";
 > +						reg = <0x00a00000 0x3f600000>;
 > +					};
 > +				};
 > +			};
 > +
-> +			sdhci at d8000 {
+> +			sdhci@d8000 {
 here
 > +				clock-frequency = <200000000>;
 > +				broken-cd;
@@ -81,7 +81,7 @@ here
 > +				no-1-8-v;
 > +			};
 > +
-> +			usb3 at f0000 {
+> +			usb3@f0000 {
 here
 > +				status = "okay";
 > +			};
@@ -95,12 +95,12 @@ here
 > +			 * mini PCIe slot on the board.
 > +			 */
 and here for each slot
-> +			pcie at 2,0 {
+> +			pcie@2,0 {
 > +				/* Port 1, Lane 0 */
 > +				status = "okay";
 > +			};
 > +
-> +			pcie at 4,0 {
+> +			pcie@4,0 {
 > +				/* Port 3, Lane 0 */
 > +				status = "okay";
 > +			};
diff --git a/a/content_digest b/N1/content_digest
index 9cf19bc..07d8fc0 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,21 @@
  "ref\01469105055-25181-1-git-send-email-jaz@semihalf.com\0"
  "ref\01469105055-25181-20-git-send-email-jaz@semihalf.com\0"
- "From\0gregory.clement@free-electrons.com (Gregory CLEMENT)\0"
- "Subject\0[PATCH 18/18] ARM: mvebu: a395-gp: add support for the Armada 395 GP Board\0"
+ "From\0Gregory CLEMENT <gregory.clement@free-electrons.com>\0"
+ "Subject\0Re: [PATCH 18/18] ARM: mvebu: a395-gp: add support for the Armada 395 GP Board\0"
  "Date\0Thu, 28 Jul 2016 15:15:46 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Grzegorz Jaszczyk <jaz@semihalf.com>\0"
+ "Cc\0devicetree@vger.kernel.org"
+  linux-kernel@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+  robh+dt@kernel.org
+  mark.rutland@arm.com
+  jason@lakedaemon.net
+  andrew@lunn.ch
+  sebastian.hesselbarth@gmail.com
+  linux@armlinux.org.uk
+  thomas.petazzoni@free-electrons.com
+  mw@semihalf.com
+ " alior@marvell.com\0"
  "\00:1\0"
  "b\0"
  "Hi Grzegorz,\n"
@@ -28,23 +40,23 @@
  "\n"
  "As for the other board, try to add information about the connector used:\n"
  "\n"
- "> +\t\t\tserial at 12000 {\n"
+ "> +\t\t\tserial@12000 {\n"
  "Here,\n"
  "\n"
  "> +\t\t\t\tstatus = \"okay\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tusb at 58000 {\n"
+ "> +\t\t\tusb@58000 {\n"
  "here\n"
  "> +\t\t\t\tstatus = \"okay\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tsata at a8000 {\n"
+ "> +\t\t\tsata@a8000 {\n"
  "here\n"
  "> +\t\t\t\tstatus = \"okay\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tflash at d0000 {\n"
+ "> +\t\t\tflash@d0000 {\n"
  "> +\t\t\t\tstatus = \"okay\";\n"
  "> +\t\t\t\tpinctrl-0 = <&nand_pins>;\n"
  "> +\t\t\t\tpinctrl-names = \"default\";\n"
@@ -60,26 +72,26 @@
  "> +\t\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t\t#size-cells = <1>;\n"
  "> +\n"
- "> +\t\t\t\t\tpartition at 0 {\n"
+ "> +\t\t\t\t\tpartition@0 {\n"
  "> +\t\t\t\t\t\tlabel = \"U-Boot\";\n"
  "> +\t\t\t\t\t\treg = <0x00000000 0x00600000>;\n"
  "> +\t\t\t\t\t\tread-only;\n"
  "> +\t\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\t\tpartition at 800000 {\n"
+ "> +\t\t\t\t\tpartition@800000 {\n"
  "> +\t\t\t\t\t\tlabel = \"uImage\";\n"
  "> +\t\t\t\t\t\treg = <0x00600000 0x00400000>;\n"
  "> +\t\t\t\t\t\tread-only;\n"
  "> +\t\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\t\tpartition at 1000000 {\n"
+ "> +\t\t\t\t\tpartition@1000000 {\n"
  "> +\t\t\t\t\t\tlabel = \"Root\";\n"
  "> +\t\t\t\t\t\treg = <0x00a00000 0x3f600000>;\n"
  "> +\t\t\t\t\t};\n"
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tsdhci at d8000 {\n"
+ "> +\t\t\tsdhci@d8000 {\n"
  "here\n"
  "> +\t\t\t\tclock-frequency = <200000000>;\n"
  "> +\t\t\t\tbroken-cd;\n"
@@ -89,7 +101,7 @@
  "> +\t\t\t\tno-1-8-v;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tusb3 at f0000 {\n"
+ "> +\t\t\tusb3@f0000 {\n"
  "here\n"
  "> +\t\t\t\tstatus = \"okay\";\n"
  "> +\t\t\t};\n"
@@ -103,12 +115,12 @@
  "> +\t\t\t * mini PCIe slot on the board.\n"
  "> +\t\t\t */\n"
  "and here for each slot\n"
- "> +\t\t\tpcie at 2,0 {\n"
+ "> +\t\t\tpcie@2,0 {\n"
  "> +\t\t\t\t/* Port 1, Lane 0 */\n"
  "> +\t\t\t\tstatus = \"okay\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tpcie at 4,0 {\n"
+ "> +\t\t\tpcie@4,0 {\n"
  "> +\t\t\t\t/* Port 3, Lane 0 */\n"
  "> +\t\t\t\tstatus = \"okay\";\n"
  "> +\t\t\t};\n"
@@ -129,4 +141,4 @@
  "development, consulting, training and support.\n"
  http://free-electrons.com
 
-e6b89f0cbefdd31f33e0965ed29f5013f122e3de71dd342af373481265a9ad98
+575fd7bd438301deb4715c5b4376869a81bf3369cc7ea44c3725cf053fb315ef

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.