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

diff --git a/a/1.txt b/N1/1.txt
index 317b44a..db6b6fb 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,6 +1,6 @@
 Hi Willy,
  
- On dim., f?vr. 12 2017, Willy Tarreau <w@1wt.eu> wrote:
+ On dim., févr. 12 2017, Willy Tarreau <w@1wt.eu> wrote:
 
 > This commit adds the device tree description for the Synology DS116 NAS.
 >
@@ -21,7 +21,7 @@ Hi Willy,
 >
 > With this DTS, my NAS is 100% functional starting with kernel 4.9.
 >
-> Reviewed-by: Andrew Lunn <andrew@lunn.ch>
+> Reviewed-by: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
 > Signed-off-by: Willy Tarreau <w@1wt.eu>
 
 Applied on mvebu/dt-4.12
@@ -126,25 +126,25 @@ Gregory
 > +			  MBUS_ID(0x0c, 0x04) 0 0xf1200000 0x100000>;
 > +
 > +		internal-regs {
-> +			i2c at 11000 {
+> +			i2c@11000 {
 > +				pinctrl-names = "default";
 > +				pinctrl-0 = <&i2c0_pins>;
 > +				status = "okay";
 > +				clock-frequency = <100000>;
 > +
-> +				eeprom at 57 {
+> +				eeprom@57 {
 > +					compatible = "atmel,24c64";
 > +					reg = <0x57>;
 > +				};
 > +			};
 > +
-> +			serial at 12000 {
+> +			serial@12000 {
 > +				pinctrl-names = "default";
 > +				pinctrl-0 = <&uart0_pins>;
 > +				status = "okay";
 > +			};
 > +
-> +			serial at 12100 {
+> +			serial@12100 {
 > +				/* A PIC16F1829 is connected to uart1 at 9600 bps,
 > +				 * and takes single-character orders :
 > +				 *   "1" : power off // already handled by the poweroff node
@@ -165,13 +165,13 @@ Gregory
 > +				status = "okay";
 > +			};
 > +
-> +			poweroff at 12100 {
+> +			poweroff@12100 {
 > +				compatible = "synology,power-off";
 > +				reg = <0x12100 0x100>;
 > +				clocks = <&coreclk 0>;
 > +			};
 > +
-> +			ethernet at 70000 {
+> +			ethernet@70000 {
 > +				pinctrl-names = "default";
 > +				phy = <&phy0>;
 > +				phy-mode = "sgmii";
@@ -181,38 +181,38 @@ Gregory
 > +			};
 > +
 > +
-> +			mdio at 72004 {
+> +			mdio@72004 {
 > +				pinctrl-names = "default";
 > +				pinctrl-0 = <&mdio_pins>;
 > +
-> +				phy0: ethernet-phy at 1 {
+> +				phy0: ethernet-phy@1 {
 > +					reg = <1>;
 > +				};
 > +			};
 > +
-> +			sata at a8000 {
+> +			sata@a8000 {
 > +				pinctrl-names = "default";
 > +				pinctrl-0 = <&sata0_pins>;
 > +				status = "okay";
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +
-> +				sata0: sata-port at 0 {
+> +				sata0: sata-port@0 {
 > +					reg = <0>;
 > +					target-supply = <&reg_5v_sata0>;
 > +				};
 > +			};
 > +
-> +			bm at c8000 {
+> +			bm@c8000 {
 > +				status = "okay";
 > +			};
 > +
-> +			usb3 at f0000 {
+> +			usb3@f0000 {
 > +				usb-phy = <&usb3_0_phy>;
 > +				status = "okay";
 > +			};
 > +
-> +			usb3 at f8000 {
+> +			usb3@f8000 {
 > +				usb-phy = <&usb3_1_phy>;
 > +				status = "okay";
 > +			};
@@ -317,7 +317,7 @@ Gregory
 > +	pinctrl-0 = <&spi0_pins>;
 > +	status = "okay";
 > +
-> +	spi-flash at 0 {
+> +	spi-flash@0 {
 > +		#address-cells = <1>;
 > +		#size-cells = <1>;
 > +		compatible = "macronix,mx25l6405d", "jedec,spi-nor";
@@ -332,35 +332,35 @@ Gregory
 > +		 * enumerated. The MAC address and the serial number are listed
 > +		 * in the "vendor" partition.
 > +		 */
-> +		partition at 00000000 {
+> +		partition@00000000 {
 > +			label = "RedBoot";
 > +			reg = <0x00000000 0x000f0000>;
 > +			read-only;
 > +		};
 > +
-> +		partition at 000c0000 {
+> +		partition@000c0000 {
 > +			label = "zImage";
 > +			reg = <0x000f0000 0x002d0000>;
 > +		};
 > +
-> +		partition at 00390000 {
+> +		partition@00390000 {
 > +			label = "rd.gz";
 > +			reg = <0x003c0000 0x00410000>;
 > +		};
 > +
-> +		partition at 007d0000 {
+> +		partition@007d0000 {
 > +			label = "vendor";
 > +			reg = <0x007d0000 0x00010000>;
 > +			read-only;
 > +		};
 > +
-> +		partition at 007e0000 {
+> +		partition@007e0000 {
 > +			label = "RedBoot config";
 > +			reg = <0x007e0000 0x00010000>;
 > +			read-only;
 > +		};
 > +
-> +		partition at 007f0000 {
+> +		partition@007f0000 {
 > +			label = "FIS directory";
 > +			reg = <0x007f0000 0x00010000>;
 > +			read-only;
@@ -393,3 +393,7 @@ Gregory Clement, Free Electrons
 Kernel, drivers, real-time and embedded Linux
 development, consulting, training and support.
 http://free-electrons.com
+--
+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 95581a3..a3f22ef 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,13 +1,20 @@
  "ref\01486891835-6641-1-git-send-email-w@1wt.eu\0"
- "From\0gregory.clement@free-electrons.com (Gregory CLEMENT)\0"
- "Subject\0[PATCH v3] ARM: dts: armada-385-synology-ds116: add support for Synology DS116 NAS\0"
+ "ref\01486891835-6641-1-git-send-email-w-K+wRfnb2/UA@public.gmane.org\0"
+ "From\0Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v3] ARM: dts: armada-385-synology-ds116: add support for Synology DS116 NAS\0"
  "Date\0Wed, 15 Feb 2017 16:06:54 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Willy Tarreau <w@1wt.eu>\0"
+ "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>
+  Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
+  Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
+ " Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "Hi Willy,\n"
  " \n"
- " On dim., f?vr. 12 2017, Willy Tarreau <w@1wt.eu> wrote:\n"
+ " On dim., f\303\251vr. 12 2017, Willy Tarreau <w@1wt.eu> wrote:\n"
  "\n"
  "> This commit adds the device tree description for the Synology DS116 NAS.\n"
  ">\n"
@@ -28,7 +35,7 @@
  ">\n"
  "> With this DTS, my NAS is 100% functional starting with kernel 4.9.\n"
  ">\n"
- "> Reviewed-by: Andrew Lunn <andrew@lunn.ch>\n"
+ "> Reviewed-by: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\n"
  "> Signed-off-by: Willy Tarreau <w@1wt.eu>\n"
  "\n"
  "Applied on mvebu/dt-4.12\n"
@@ -133,25 +140,25 @@
  "> +\t\t\t  MBUS_ID(0x0c, 0x04) 0 0xf1200000 0x100000>;\n"
  "> +\n"
  "> +\t\tinternal-regs {\n"
- "> +\t\t\ti2c at 11000 {\n"
+ "> +\t\t\ti2c@11000 {\n"
  "> +\t\t\t\tpinctrl-names = \"default\";\n"
  "> +\t\t\t\tpinctrl-0 = <&i2c0_pins>;\n"
  "> +\t\t\t\tstatus = \"okay\";\n"
  "> +\t\t\t\tclock-frequency = <100000>;\n"
  "> +\n"
- "> +\t\t\t\teeprom at 57 {\n"
+ "> +\t\t\t\teeprom@57 {\n"
  "> +\t\t\t\t\tcompatible = \"atmel,24c64\";\n"
  "> +\t\t\t\t\treg = <0x57>;\n"
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tserial at 12000 {\n"
+ "> +\t\t\tserial@12000 {\n"
  "> +\t\t\t\tpinctrl-names = \"default\";\n"
  "> +\t\t\t\tpinctrl-0 = <&uart0_pins>;\n"
  "> +\t\t\t\tstatus = \"okay\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tserial at 12100 {\n"
+ "> +\t\t\tserial@12100 {\n"
  "> +\t\t\t\t/* A PIC16F1829 is connected to uart1 at 9600 bps,\n"
  "> +\t\t\t\t * and takes single-character orders :\n"
  "> +\t\t\t\t *   \"1\" : power off // already handled by the poweroff node\n"
@@ -172,13 +179,13 @@
  "> +\t\t\t\tstatus = \"okay\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tpoweroff at 12100 {\n"
+ "> +\t\t\tpoweroff@12100 {\n"
  "> +\t\t\t\tcompatible = \"synology,power-off\";\n"
  "> +\t\t\t\treg = <0x12100 0x100>;\n"
  "> +\t\t\t\tclocks = <&coreclk 0>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tethernet at 70000 {\n"
+ "> +\t\t\tethernet@70000 {\n"
  "> +\t\t\t\tpinctrl-names = \"default\";\n"
  "> +\t\t\t\tphy = <&phy0>;\n"
  "> +\t\t\t\tphy-mode = \"sgmii\";\n"
@@ -188,38 +195,38 @@
  "> +\t\t\t};\n"
  "> +\n"
  "> +\n"
- "> +\t\t\tmdio at 72004 {\n"
+ "> +\t\t\tmdio@72004 {\n"
  "> +\t\t\t\tpinctrl-names = \"default\";\n"
  "> +\t\t\t\tpinctrl-0 = <&mdio_pins>;\n"
  "> +\n"
- "> +\t\t\t\tphy0: ethernet-phy at 1 {\n"
+ "> +\t\t\t\tphy0: ethernet-phy@1 {\n"
  "> +\t\t\t\t\treg = <1>;\n"
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tsata at a8000 {\n"
+ "> +\t\t\tsata@a8000 {\n"
  "> +\t\t\t\tpinctrl-names = \"default\";\n"
  "> +\t\t\t\tpinctrl-0 = <&sata0_pins>;\n"
  "> +\t\t\t\tstatus = \"okay\";\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\t\tsata0: sata-port at 0 {\n"
+ "> +\t\t\t\tsata0: sata-port@0 {\n"
  "> +\t\t\t\t\treg = <0>;\n"
  "> +\t\t\t\t\ttarget-supply = <&reg_5v_sata0>;\n"
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tbm at c8000 {\n"
+ "> +\t\t\tbm@c8000 {\n"
  "> +\t\t\t\tstatus = \"okay\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tusb3 at f0000 {\n"
+ "> +\t\t\tusb3@f0000 {\n"
  "> +\t\t\t\tusb-phy = <&usb3_0_phy>;\n"
  "> +\t\t\t\tstatus = \"okay\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tusb3 at f8000 {\n"
+ "> +\t\t\tusb3@f8000 {\n"
  "> +\t\t\t\tusb-phy = <&usb3_1_phy>;\n"
  "> +\t\t\t\tstatus = \"okay\";\n"
  "> +\t\t\t};\n"
@@ -324,7 +331,7 @@
  "> +\tpinctrl-0 = <&spi0_pins>;\n"
  "> +\tstatus = \"okay\";\n"
  "> +\n"
- "> +\tspi-flash at 0 {\n"
+ "> +\tspi-flash@0 {\n"
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <1>;\n"
  "> +\t\tcompatible = \"macronix,mx25l6405d\", \"jedec,spi-nor\";\n"
@@ -339,35 +346,35 @@
  "> +\t\t * enumerated. The MAC address and the serial number are listed\n"
  "> +\t\t * in the \"vendor\" partition.\n"
  "> +\t\t */\n"
- "> +\t\tpartition at 00000000 {\n"
+ "> +\t\tpartition@00000000 {\n"
  "> +\t\t\tlabel = \"RedBoot\";\n"
  "> +\t\t\treg = <0x00000000 0x000f0000>;\n"
  "> +\t\t\tread-only;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tpartition at 000c0000 {\n"
+ "> +\t\tpartition@000c0000 {\n"
  "> +\t\t\tlabel = \"zImage\";\n"
  "> +\t\t\treg = <0x000f0000 0x002d0000>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tpartition at 00390000 {\n"
+ "> +\t\tpartition@00390000 {\n"
  "> +\t\t\tlabel = \"rd.gz\";\n"
  "> +\t\t\treg = <0x003c0000 0x00410000>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tpartition at 007d0000 {\n"
+ "> +\t\tpartition@007d0000 {\n"
  "> +\t\t\tlabel = \"vendor\";\n"
  "> +\t\t\treg = <0x007d0000 0x00010000>;\n"
  "> +\t\t\tread-only;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tpartition at 007e0000 {\n"
+ "> +\t\tpartition@007e0000 {\n"
  "> +\t\t\tlabel = \"RedBoot config\";\n"
  "> +\t\t\treg = <0x007e0000 0x00010000>;\n"
  "> +\t\t\tread-only;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tpartition at 007f0000 {\n"
+ "> +\t\tpartition@007f0000 {\n"
  "> +\t\t\tlabel = \"FIS directory\";\n"
  "> +\t\t\treg = <0x007f0000 0x00010000>;\n"
  "> +\t\t\tread-only;\n"
@@ -399,6 +406,10 @@
  "Gregory Clement, Free Electrons\n"
  "Kernel, drivers, real-time and embedded Linux\n"
  "development, consulting, training and support.\n"
- http://free-electrons.com
+ "http://free-electrons.com\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
 
-3c3c021e3943cc29af6836a17780dfb19e7ca01a4f8122730e93a2a782df82ae
+3317ff6fdef320809821eac038bb14751a10b834b597168be8ff3f2f145804f2

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.