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

diff --git a/a/1.txt b/N1/1.txt
index 709e2bb..9e0a049 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,13 +1,13 @@
 Hi Jamie,
  
- On lun., sept. 05 2016, Jamie Lentin <jm@lentin.co.uk> wrote:
+ On lun., sept. 05 2016, Jamie Lentin <jm-Pj/HzkgeCk7QXOPxS62xeg@public.gmane.org> wrote:
 
 > This is a router based on the mv88f5181 chipset.
 >
 > http://www.netgear.com/support/product/WNR854T.aspx
 > http://wiki.openwrt.org/toh/netgear/wnr854t
 >
-> Signed-off-by: Jamie Lentin <jm@lentin.co.uk>
+> Signed-off-by: Jamie Lentin <jm-Pj/HzkgeCk7QXOPxS62xeg@public.gmane.org>
 > ---
 > This removes the contentious vendor partitioning scheme and goes back
 > to the original partitioning scheme used in non-DT ports to this board.
@@ -75,7 +75,7 @@ Gregory
 > +++ b/arch/arm/boot/dts/orion5x-netgear-wnr854t.dts
 > @@ -0,0 +1,197 @@
 > +/*
-> + * Copyright (C) 2016 Jamie Lentin <jm@lentin.co.uk>
+> + * Copyright (C) 2016 Jamie Lentin <jm-Pj/HzkgeCk7QXOPxS62xeg@public.gmane.org>
 > + *
 > + * This file is licensed under the terms of the GNU General Public
 > + * License version 2. This program is licensed "as is" without any
@@ -124,17 +124,17 @@ Gregory
 > +		pinctrl-0 = <&pmx_power_led &pmx_power_led_blink &pmx_wan_led>;
 > +		pinctrl-names = "default";
 > +
-> +		led at 0 {
+> +		led@0 {
 > +			label = "wnr854t:green:power";
 > +			gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
 > +		};
 > +
-> +		led at 1 {
+> +		led@1 {
 > +			label = "wnr854t:blink:power";
 > +			gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
 > +		};
 > +
-> +		led at 2 {
+> +		led@2 {
 > +			label = "wnr854t:green:wan";
 > +			gpios = <&gpio0 3 GPIO_ACTIVE_LOW>;
 > +		};
@@ -146,7 +146,7 @@ Gregory
 > +
 > +	devbus,keep-config;
 > +
-> +	flash at 0 {
+> +	flash@0 {
 > +		compatible = "cfi-flash";
 > +		reg = <0 0x800000>;
 > +		bank-width = <2>;
@@ -156,22 +156,22 @@ Gregory
 > +			#address-cells = <1>;
 > +			#size-cells = <1>;
 > +
-> +			partition at 0 {
+> +			partition@0 {
 > +				label = "kernel";
 > +				reg = <0x0 0x100000>;
 > +			};
 > +
-> +			partition at 100000 {
+> +			partition@100000 {
 > +				label = "rootfs";
 > +				reg = <0x100000 0x660000>;
 > +			};
 > +
-> +			partition at 760000 {
+> +			partition@760000 {
 > +				label = "uboot_env";
 > +				reg = <0x760000 0x20000>;
 > +			};
 > +
-> +			partition at 780000 {
+> +			partition@780000 {
 > +				label = "uboot";
 > +				reg = <0x780000 0x80000>;
 > +				read-only;
@@ -183,7 +183,7 @@ Gregory
 > +&mdio {
 > +	status = "okay";
 > +
-> +	switch: switch at 0 {
+> +	switch: switch@0 {
 > +		compatible = "marvell,mv88e6085";
 > +		#address-cells = <1>;
 > +		#size-cells = <0>;
@@ -194,32 +194,32 @@ Gregory
 > +			#address-cells = <1>;
 > +			#size-cells = <0>;
 > +
-> +			port at 0 {
+> +			port@0 {
 > +				reg = <0>;
 > +				label = "lan3";
 > +			};
 > +
-> +			port at 1 {
+> +			port@1 {
 > +				reg = <1>;
 > +				label = "lan4";
 > +			};
 > +
-> +			port at 2 {
+> +			port@2 {
 > +				reg = <2>;
 > +				label = "wan";
 > +			};
 > +
-> +			port at 3 {
+> +			port@3 {
 > +				reg = <3>;
 > +				label = "cpu";
 > +			};
 > +
-> +			port at 5 {
+> +			port@5 {
 > +				reg = <5>;
 > +				label = "lan1";
 > +			};
 > +
-> +			port at 7 {
+> +			port@7 {
 > +				reg = <7>;
 > +				label = "lan2";
 > +			};
@@ -230,7 +230,7 @@ Gregory
 > +&eth {
 > +	status = "okay";
 > +
-> +	ethernet-port at 0 {
+> +	ethernet-port@0 {
 > +		/* Hardwired to DSA switch */
 > +		speed = <1000>;
 > +		duplex = <1>;
@@ -390,3 +390,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 02f457a..38c0247 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,21 +1,31 @@
  "ref\01472203264-21089-7-git-send-email-jm@lentin.co.uk\0"
  "ref\01473109646-23366-1-git-send-email-jm@lentin.co.uk\0"
- "From\0gregory.clement@free-electrons.com (Gregory CLEMENT)\0"
- "Subject\0[PATCH 6/8 v2] arm: orion5x: Add DT-based support for Netgear WNR854T\0"
+ "ref\01473109646-23366-1-git-send-email-jm-Pj/HzkgeCk7QXOPxS62xeg@public.gmane.org\0"
+ "From\0Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
+ "Subject\0Re: [PATCH 6/8 v2] arm: orion5x: Add DT-based support for Netgear WNR854T\0"
  "Date\0Thu, 08 Sep 2016 14:41:35 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Jamie Lentin <jm-Pj/HzkgeCk7QXOPxS62xeg@public.gmane.org>\0"
+ "Cc\0Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>"
+  Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
+  Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+  Vivien Didelot <vivien.didelot-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org>
+  Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>
+  Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+  Imre Kaloz <kaloz-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "Hi Jamie,\n"
  " \n"
- " On lun., sept. 05 2016, Jamie Lentin <jm@lentin.co.uk> wrote:\n"
+ " On lun., sept. 05 2016, Jamie Lentin <jm-Pj/HzkgeCk7QXOPxS62xeg@public.gmane.org> wrote:\n"
  "\n"
  "> This is a router based on the mv88f5181 chipset.\n"
  ">\n"
  "> http://www.netgear.com/support/product/WNR854T.aspx\n"
  "> http://wiki.openwrt.org/toh/netgear/wnr854t\n"
  ">\n"
- "> Signed-off-by: Jamie Lentin <jm@lentin.co.uk>\n"
+ "> Signed-off-by: Jamie Lentin <jm-Pj/HzkgeCk7QXOPxS62xeg@public.gmane.org>\n"
  "> ---\n"
  "> This removes the contentious vendor partitioning scheme and goes back\n"
  "> to the original partitioning scheme used in non-DT ports to this board.\n"
@@ -83,7 +93,7 @@
  "> +++ b/arch/arm/boot/dts/orion5x-netgear-wnr854t.dts\n"
  "> @@ -0,0 +1,197 @@\n"
  "> +/*\n"
- "> + * Copyright (C) 2016 Jamie Lentin <jm@lentin.co.uk>\n"
+ "> + * Copyright (C) 2016 Jamie Lentin <jm-Pj/HzkgeCk7QXOPxS62xeg@public.gmane.org>\n"
  "> + *\n"
  "> + * This file is licensed under the terms of the GNU General Public\n"
  "> + * License version 2. This program is licensed \"as is\" without any\n"
@@ -132,17 +142,17 @@
  "> +\t\tpinctrl-0 = <&pmx_power_led &pmx_power_led_blink &pmx_wan_led>;\n"
  "> +\t\tpinctrl-names = \"default\";\n"
  "> +\n"
- "> +\t\tled at 0 {\n"
+ "> +\t\tled@0 {\n"
  "> +\t\t\tlabel = \"wnr854t:green:power\";\n"
  "> +\t\t\tgpios = <&gpio0 0 GPIO_ACTIVE_LOW>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tled at 1 {\n"
+ "> +\t\tled@1 {\n"
  "> +\t\t\tlabel = \"wnr854t:blink:power\";\n"
  "> +\t\t\tgpios = <&gpio0 2 GPIO_ACTIVE_LOW>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tled at 2 {\n"
+ "> +\t\tled@2 {\n"
  "> +\t\t\tlabel = \"wnr854t:green:wan\";\n"
  "> +\t\t\tgpios = <&gpio0 3 GPIO_ACTIVE_LOW>;\n"
  "> +\t\t};\n"
@@ -154,7 +164,7 @@
  "> +\n"
  "> +\tdevbus,keep-config;\n"
  "> +\n"
- "> +\tflash at 0 {\n"
+ "> +\tflash@0 {\n"
  "> +\t\tcompatible = \"cfi-flash\";\n"
  "> +\t\treg = <0 0x800000>;\n"
  "> +\t\tbank-width = <2>;\n"
@@ -164,22 +174,22 @@
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <1>;\n"
  "> +\n"
- "> +\t\t\tpartition at 0 {\n"
+ "> +\t\t\tpartition@0 {\n"
  "> +\t\t\t\tlabel = \"kernel\";\n"
  "> +\t\t\t\treg = <0x0 0x100000>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tpartition at 100000 {\n"
+ "> +\t\t\tpartition@100000 {\n"
  "> +\t\t\t\tlabel = \"rootfs\";\n"
  "> +\t\t\t\treg = <0x100000 0x660000>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tpartition at 760000 {\n"
+ "> +\t\t\tpartition@760000 {\n"
  "> +\t\t\t\tlabel = \"uboot_env\";\n"
  "> +\t\t\t\treg = <0x760000 0x20000>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tpartition at 780000 {\n"
+ "> +\t\t\tpartition@780000 {\n"
  "> +\t\t\t\tlabel = \"uboot\";\n"
  "> +\t\t\t\treg = <0x780000 0x80000>;\n"
  "> +\t\t\t\tread-only;\n"
@@ -191,7 +201,7 @@
  "> +&mdio {\n"
  "> +\tstatus = \"okay\";\n"
  "> +\n"
- "> +\tswitch: switch at 0 {\n"
+ "> +\tswitch: switch@0 {\n"
  "> +\t\tcompatible = \"marvell,mv88e6085\";\n"
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <0>;\n"
@@ -202,32 +212,32 @@
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\tport at 0 {\n"
+ "> +\t\t\tport@0 {\n"
  "> +\t\t\t\treg = <0>;\n"
  "> +\t\t\t\tlabel = \"lan3\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tport at 1 {\n"
+ "> +\t\t\tport@1 {\n"
  "> +\t\t\t\treg = <1>;\n"
  "> +\t\t\t\tlabel = \"lan4\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tport at 2 {\n"
+ "> +\t\t\tport@2 {\n"
  "> +\t\t\t\treg = <2>;\n"
  "> +\t\t\t\tlabel = \"wan\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tport at 3 {\n"
+ "> +\t\t\tport@3 {\n"
  "> +\t\t\t\treg = <3>;\n"
  "> +\t\t\t\tlabel = \"cpu\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tport at 5 {\n"
+ "> +\t\t\tport@5 {\n"
  "> +\t\t\t\treg = <5>;\n"
  "> +\t\t\t\tlabel = \"lan1\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tport at 7 {\n"
+ "> +\t\t\tport@7 {\n"
  "> +\t\t\t\treg = <7>;\n"
  "> +\t\t\t\tlabel = \"lan2\";\n"
  "> +\t\t\t};\n"
@@ -238,7 +248,7 @@
  "> +&eth {\n"
  "> +\tstatus = \"okay\";\n"
  "> +\n"
- "> +\tethernet-port at 0 {\n"
+ "> +\tethernet-port@0 {\n"
  "> +\t\t/* Hardwired to DSA switch */\n"
  "> +\t\tspeed = <1000>;\n"
  "> +\t\tduplex = <1>;\n"
@@ -397,6 +407,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
 
-fd18ae416c7d38783e8a1bcc37ffee363226431f3d5a67ffa24173ce4475839c
+6b9aca5a85358712f9ef7e26a0ab66005657ee55cd594ebae2955ab66f938685

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.