All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20161114171034.GC24546@lunn.ch>

diff --git a/a/1.txt b/N1/1.txt
index 44e66e8..7b041bd 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,9 +1,9 @@
-> +		mdio_mux_1: mdio at 1 {
+> +		mdio_mux_1: mdio@1 {
 > +			reg = <1>;
 > +			#address-cells = <1>;
 > +			#size-cells = <0>;
 > +
-> +			switch0: switch0 at 0 {
+> +			switch0: switch0@0 {
 > +				compatible = "marvell,mv88e6390";
 
 Hi Andrey
@@ -12,12 +12,12 @@ The driver for this is not in net-next yet. And when it is, it will
 probably be called "marvell,mv88e6190", keeping to the pattern of the
 lowest product ID which supports these features.
 
-> +					port at 4 {
+> +					port@4 {
 > +						reg = <4>;
 > +						label = "lan4";
 > +					};
 > +
-> +					port at 9 {
+> +					port@9 {
 > +						reg = <9>;
 > +						label = "lan4";
 > +						phy-handle = <&switch0phy0>;
@@ -29,7 +29,7 @@ moment. It needs clause 45 MDIO to talk to the PHY, which we don't
 have yet. Hence it cannot find it, and so give an error.
 
 > +
-> +					switch0port10: port at 10 {
+> +					switch0port10: port@10 {
 > +						reg = <10>;
 > +						label = "dsa";
 > +						phy-mode = "xgmii";
@@ -52,7 +52,7 @@ wrong.
 > +				mdio {
 > +					#address-cells = <1>;
 > +					#size-cells = <0>;
-> +					switch0phy0: switch0phy0 at 0 {
+> +					switch0phy0: switch0phy0@0 {
 > +						reg = <0>;
 > +					};
 
@@ -62,3 +62,7 @@ Also, it is on the external mdio bus, not the internal mdio bus. The
 will appear eventually.
 
   Andrew
+--
+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 3d44c84..4139bc9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,17 +1,28 @@
  "ref\01479141306-15141-1-git-send-email-andrew.smirnov@gmail.com\0"
  "ref\01479141306-15141-2-git-send-email-andrew.smirnov@gmail.com\0"
- "From\0andrew@lunn.ch (Andrew Lunn)\0"
- "Subject\0[PATCH 2/2] ARM: dts: vf610-zii-dev: Add .dts file for rev. C\0"
+ "ref\01479141306-15141-2-git-send-email-andrew.smirnov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0"
+ "From\0Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\0"
+ "Subject\0Re: [PATCH 2/2] ARM: dts: vf610-zii-dev: Add .dts file for rev. C\0"
  "Date\0Mon, 14 Nov 2016 18:10:34 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Andrey Smirnov <andrew.smirnov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
+  Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@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>
+  Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
+  Stefan Agner <stefan-XLVq0VzYD2Y@public.gmane.org>
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " cphealy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0"
  "\00:1\0"
  "b\0"
- "> +\t\tmdio_mux_1: mdio at 1 {\n"
+ "> +\t\tmdio_mux_1: mdio@1 {\n"
  "> +\t\t\treg = <1>;\n"
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\tswitch0: switch0 at 0 {\n"
+ "> +\t\t\tswitch0: switch0@0 {\n"
  "> +\t\t\t\tcompatible = \"marvell,mv88e6390\";\n"
  "\n"
  "Hi Andrey\n"
@@ -20,12 +31,12 @@
  "probably be called \"marvell,mv88e6190\", keeping to the pattern of the\n"
  "lowest product ID which supports these features.\n"
  "\n"
- "> +\t\t\t\t\tport at 4 {\n"
+ "> +\t\t\t\t\tport@4 {\n"
  "> +\t\t\t\t\t\treg = <4>;\n"
  "> +\t\t\t\t\t\tlabel = \"lan4\";\n"
  "> +\t\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\t\tport at 9 {\n"
+ "> +\t\t\t\t\tport@9 {\n"
  "> +\t\t\t\t\t\treg = <9>;\n"
  "> +\t\t\t\t\t\tlabel = \"lan4\";\n"
  "> +\t\t\t\t\t\tphy-handle = <&switch0phy0>;\n"
@@ -37,7 +48,7 @@
  "have yet. Hence it cannot find it, and so give an error.\n"
  "\n"
  "> +\n"
- "> +\t\t\t\t\tswitch0port10: port at 10 {\n"
+ "> +\t\t\t\t\tswitch0port10: port@10 {\n"
  "> +\t\t\t\t\t\treg = <10>;\n"
  "> +\t\t\t\t\t\tlabel = \"dsa\";\n"
  "> +\t\t\t\t\t\tphy-mode = \"xgmii\";\n"
@@ -60,7 +71,7 @@
  "> +\t\t\t\tmdio {\n"
  "> +\t\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t\t#size-cells = <0>;\n"
- "> +\t\t\t\t\tswitch0phy0: switch0phy0 at 0 {\n"
+ "> +\t\t\t\t\tswitch0phy0: switch0phy0@0 {\n"
  "> +\t\t\t\t\t\treg = <0>;\n"
  "> +\t\t\t\t\t};\n"
  "\n"
@@ -69,6 +80,10 @@
  "6390 family has two MDIO busses. I have patches to support this, which\n"
  "will appear eventually.\n"
  "\n"
-   Andrew
+ "  Andrew\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
 
-ce974a6dd0cfe034719b00a9cbba4c59b30154e1d1781f8976cc4083f71abbf4
+1629580122cd003114c6639dcdd0bdd3be6ea2c209f08fa92681bd163fa8b951

diff --git a/a/1.txt b/N2/1.txt
index 44e66e8..d354f79 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,9 +1,9 @@
-> +		mdio_mux_1: mdio at 1 {
+> +		mdio_mux_1: mdio@1 {
 > +			reg = <1>;
 > +			#address-cells = <1>;
 > +			#size-cells = <0>;
 > +
-> +			switch0: switch0 at 0 {
+> +			switch0: switch0@0 {
 > +				compatible = "marvell,mv88e6390";
 
 Hi Andrey
@@ -12,12 +12,12 @@ The driver for this is not in net-next yet. And when it is, it will
 probably be called "marvell,mv88e6190", keeping to the pattern of the
 lowest product ID which supports these features.
 
-> +					port at 4 {
+> +					port@4 {
 > +						reg = <4>;
 > +						label = "lan4";
 > +					};
 > +
-> +					port at 9 {
+> +					port@9 {
 > +						reg = <9>;
 > +						label = "lan4";
 > +						phy-handle = <&switch0phy0>;
@@ -29,7 +29,7 @@ moment. It needs clause 45 MDIO to talk to the PHY, which we don't
 have yet. Hence it cannot find it, and so give an error.
 
 > +
-> +					switch0port10: port at 10 {
+> +					switch0port10: port@10 {
 > +						reg = <10>;
 > +						label = "dsa";
 > +						phy-mode = "xgmii";
@@ -52,7 +52,7 @@ wrong.
 > +				mdio {
 > +					#address-cells = <1>;
 > +					#size-cells = <0>;
-> +					switch0phy0: switch0phy0 at 0 {
+> +					switch0phy0: switch0phy0@0 {
 > +						reg = <0>;
 > +					};
 
diff --git a/a/content_digest b/N2/content_digest
index 3d44c84..50c8676 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,17 +1,27 @@
  "ref\01479141306-15141-1-git-send-email-andrew.smirnov@gmail.com\0"
  "ref\01479141306-15141-2-git-send-email-andrew.smirnov@gmail.com\0"
- "From\0andrew@lunn.ch (Andrew Lunn)\0"
- "Subject\0[PATCH 2/2] ARM: dts: vf610-zii-dev: Add .dts file for rev. C\0"
+ "From\0Andrew Lunn <andrew@lunn.ch>\0"
+ "Subject\0Re: [PATCH 2/2] ARM: dts: vf610-zii-dev: Add .dts file for rev. C\0"
  "Date\0Mon, 14 Nov 2016 18:10:34 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Andrey Smirnov <andrew.smirnov@gmail.com>\0"
+ "Cc\0linux-arm-kernel@lists.infradead.org"
+  Shawn Guo <shawnguo@kernel.org>
+  Rob Herring <robh+dt@kernel.org>
+  Mark Rutland <mark.rutland@arm.com>
+  Russell King <linux@armlinux.org.uk>
+  Sascha Hauer <kernel@pengutronix.de>
+  Stefan Agner <stefan@agner.ch>
+  devicetree@vger.kernel.org
+  linux-kernel@vger.kernel.org
+ " cphealy@gmail.com\0"
  "\00:1\0"
  "b\0"
- "> +\t\tmdio_mux_1: mdio at 1 {\n"
+ "> +\t\tmdio_mux_1: mdio@1 {\n"
  "> +\t\t\treg = <1>;\n"
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\tswitch0: switch0 at 0 {\n"
+ "> +\t\t\tswitch0: switch0@0 {\n"
  "> +\t\t\t\tcompatible = \"marvell,mv88e6390\";\n"
  "\n"
  "Hi Andrey\n"
@@ -20,12 +30,12 @@
  "probably be called \"marvell,mv88e6190\", keeping to the pattern of the\n"
  "lowest product ID which supports these features.\n"
  "\n"
- "> +\t\t\t\t\tport at 4 {\n"
+ "> +\t\t\t\t\tport@4 {\n"
  "> +\t\t\t\t\t\treg = <4>;\n"
  "> +\t\t\t\t\t\tlabel = \"lan4\";\n"
  "> +\t\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\t\tport at 9 {\n"
+ "> +\t\t\t\t\tport@9 {\n"
  "> +\t\t\t\t\t\treg = <9>;\n"
  "> +\t\t\t\t\t\tlabel = \"lan4\";\n"
  "> +\t\t\t\t\t\tphy-handle = <&switch0phy0>;\n"
@@ -37,7 +47,7 @@
  "have yet. Hence it cannot find it, and so give an error.\n"
  "\n"
  "> +\n"
- "> +\t\t\t\t\tswitch0port10: port at 10 {\n"
+ "> +\t\t\t\t\tswitch0port10: port@10 {\n"
  "> +\t\t\t\t\t\treg = <10>;\n"
  "> +\t\t\t\t\t\tlabel = \"dsa\";\n"
  "> +\t\t\t\t\t\tphy-mode = \"xgmii\";\n"
@@ -60,7 +70,7 @@
  "> +\t\t\t\tmdio {\n"
  "> +\t\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t\t#size-cells = <0>;\n"
- "> +\t\t\t\t\tswitch0phy0: switch0phy0 at 0 {\n"
+ "> +\t\t\t\t\tswitch0phy0: switch0phy0@0 {\n"
  "> +\t\t\t\t\t\treg = <0>;\n"
  "> +\t\t\t\t\t};\n"
  "\n"
@@ -71,4 +81,4 @@
  "\n"
    Andrew
 
-ce974a6dd0cfe034719b00a9cbba4c59b30154e1d1781f8976cc4083f71abbf4
+3191625166f418974ada1b3ce1ac0153edd2f766b15c947691e20d13727d6ead

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.