All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5421AE7C.30504@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 9ae4872..b19e1d1 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -5,20 +5,20 @@ On 09/23/2014 07:02 PM, Arnd Bergmann wrote:
 >>>> For reference, this is what we have for MVEBU SoCs with multiple ports
 >>>> per controller:
 >>>>
->>>> eth: ethernet-ctrl at 72000 {
+>>>> eth: ethernet-ctrl@72000 {
 >>>>           compatible = "marvell,orion-eth";
 >> ...
 >>>>           reg = <0x72000 0x4000>;
 >> ...
 >>>>
->>>>           ethernet-port at 0 {
+>>>>           ethernet-port@0 {
 >>>>                   compatible = "marvell,orion-eth-port";
 >> ...
 >>>>                   phy-handle = <&ethphy>;
 >>>>           };
 >>>> };
 >>>>
->>>> mdio: mdio-bus at 72004 {
+>>>> mdio: mdio-bus@72004 {
 >>>>           compatible = "marvell,orion-mdio";
 >> ...
 >>>>           reg = <0x72004 0x84>;
@@ -68,25 +68,25 @@ controller, e.g.
 
 (one final example to make sure we agree on the same)
 
-eth0: ethernet at f7b90000 {
+eth0: ethernet@f7b90000 {
 	compatible = "marvell,pxa168-eth";
 	reg = <...>;
 	#address-cells = <1>;
 	#size-cells = <0>;
 	phy-handle = <&ethphy0>;
 
-	ethphy0: ethernet-phy at 0 {
+	ethphy0: ethernet-phy@0 {
 		reg = <0>;
 	};
 };
 
-cec0: cec at f7f00baa {
+cec0: cec@f7f00baa {
 	compatible = "marvell,berlin-cec";
 	reg = <...>;
 	#address-cells = <1>;
 	#size-cells = <0>;
 	
-	hecphy0: hdmi-ethernet-phy at 0 {
+	hecphy0: hdmi-ethernet-phy@0 {
 		reg = <0>;
 	};
 };
@@ -96,3 +96,8 @@ With berlin2cd-google-chromecast.dts overwriting
 &eth0 { phy-handle = <&hecphy0>; };
 
 Sebastian
+
+--
+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 40ad9ef..0208d44 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,10 +2,19 @@
  "ref\09401592.hUYDkriFVO@wuerfel\0"
  "ref\05421A28E.7060600@gmail.com\0"
  "ref\05150779.ibmzDh88cj@wuerfel\0"
- "From\0sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)\0"
- "Subject\0[PATCH v4 3/9] Documentation: bindings: net: add the Marvell PXA168 Ethernet controller\0"
+ "From\0Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v4 3/9] Documentation: bindings: net: add the Marvell PXA168 Ethernet controller\0"
  "Date\0Tue, 23 Sep 2014 19:31:40 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\0"
+ "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
+  thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org
+  zmxu-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  Antoine Tenart <antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org
+ " jszhang-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On 09/23/2014 07:02 PM, Arnd Bergmann wrote:\n"
@@ -15,20 +24,20 @@
  ">>>> For reference, this is what we have for MVEBU SoCs with multiple ports\n"
  ">>>> per controller:\n"
  ">>>>\n"
- ">>>> eth: ethernet-ctrl at 72000 {\n"
+ ">>>> eth: ethernet-ctrl@72000 {\n"
  ">>>>           compatible = \"marvell,orion-eth\";\n"
  ">> ...\n"
  ">>>>           reg = <0x72000 0x4000>;\n"
  ">> ...\n"
  ">>>>\n"
- ">>>>           ethernet-port at 0 {\n"
+ ">>>>           ethernet-port@0 {\n"
  ">>>>                   compatible = \"marvell,orion-eth-port\";\n"
  ">> ...\n"
  ">>>>                   phy-handle = <&ethphy>;\n"
  ">>>>           };\n"
  ">>>> };\n"
  ">>>>\n"
- ">>>> mdio: mdio-bus at 72004 {\n"
+ ">>>> mdio: mdio-bus@72004 {\n"
  ">>>>           compatible = \"marvell,orion-mdio\";\n"
  ">> ...\n"
  ">>>>           reg = <0x72004 0x84>;\n"
@@ -78,25 +87,25 @@
  "\n"
  "(one final example to make sure we agree on the same)\n"
  "\n"
- "eth0: ethernet at f7b90000 {\n"
+ "eth0: ethernet@f7b90000 {\n"
  "\tcompatible = \"marvell,pxa168-eth\";\n"
  "\treg = <...>;\n"
  "\t#address-cells = <1>;\n"
  "\t#size-cells = <0>;\n"
  "\tphy-handle = <&ethphy0>;\n"
  "\n"
- "\tethphy0: ethernet-phy at 0 {\n"
+ "\tethphy0: ethernet-phy@0 {\n"
  "\t\treg = <0>;\n"
  "\t};\n"
  "};\n"
  "\n"
- "cec0: cec at f7f00baa {\n"
+ "cec0: cec@f7f00baa {\n"
  "\tcompatible = \"marvell,berlin-cec\";\n"
  "\treg = <...>;\n"
  "\t#address-cells = <1>;\n"
  "\t#size-cells = <0>;\n"
  "\t\n"
- "\thecphy0: hdmi-ethernet-phy at 0 {\n"
+ "\thecphy0: hdmi-ethernet-phy@0 {\n"
  "\t\treg = <0>;\n"
  "\t};\n"
  "};\n"
@@ -105,6 +114,11 @@
  "\n"
  "&eth0 { phy-handle = <&hecphy0>; };\n"
  "\n"
- Sebastian
+ "Sebastian\n"
+ "\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
 
-a70cf90329eb253305dc003b4732e3980faab1cdc03e79515352addbd0044212
+b06e22260f8e0e2fbb02141c5550b533fe1072b1515afddc9e0e89881fa0c764

diff --git a/a/1.txt b/N2/1.txt
index 9ae4872..fc6414f 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -5,20 +5,20 @@ On 09/23/2014 07:02 PM, Arnd Bergmann wrote:
 >>>> For reference, this is what we have for MVEBU SoCs with multiple ports
 >>>> per controller:
 >>>>
->>>> eth: ethernet-ctrl at 72000 {
+>>>> eth: ethernet-ctrl@72000 {
 >>>>           compatible = "marvell,orion-eth";
 >> ...
 >>>>           reg = <0x72000 0x4000>;
 >> ...
 >>>>
->>>>           ethernet-port at 0 {
+>>>>           ethernet-port@0 {
 >>>>                   compatible = "marvell,orion-eth-port";
 >> ...
 >>>>                   phy-handle = <&ethphy>;
 >>>>           };
 >>>> };
 >>>>
->>>> mdio: mdio-bus at 72004 {
+>>>> mdio: mdio-bus@72004 {
 >>>>           compatible = "marvell,orion-mdio";
 >> ...
 >>>>           reg = <0x72004 0x84>;
@@ -68,25 +68,25 @@ controller, e.g.
 
 (one final example to make sure we agree on the same)
 
-eth0: ethernet at f7b90000 {
+eth0: ethernet@f7b90000 {
 	compatible = "marvell,pxa168-eth";
 	reg = <...>;
 	#address-cells = <1>;
 	#size-cells = <0>;
 	phy-handle = <&ethphy0>;
 
-	ethphy0: ethernet-phy at 0 {
+	ethphy0: ethernet-phy@0 {
 		reg = <0>;
 	};
 };
 
-cec0: cec at f7f00baa {
+cec0: cec@f7f00baa {
 	compatible = "marvell,berlin-cec";
 	reg = <...>;
 	#address-cells = <1>;
 	#size-cells = <0>;
 	
-	hecphy0: hdmi-ethernet-phy at 0 {
+	hecphy0: hdmi-ethernet-phy@0 {
 		reg = <0>;
 	};
 };
diff --git a/a/content_digest b/N2/content_digest
index 40ad9ef..59c433f 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,10 +2,19 @@
  "ref\09401592.hUYDkriFVO@wuerfel\0"
  "ref\05421A28E.7060600@gmail.com\0"
  "ref\05150779.ibmzDh88cj@wuerfel\0"
- "From\0sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)\0"
- "Subject\0[PATCH v4 3/9] Documentation: bindings: net: add the Marvell PXA168 Ethernet controller\0"
+ "From\0Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>\0"
+ "Subject\0Re: [PATCH v4 3/9] Documentation: bindings: net: add the Marvell PXA168 Ethernet controller\0"
  "Date\0Tue, 23 Sep 2014 19:31:40 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Arnd Bergmann <arnd@arndb.de>\0"
+ "Cc\0linux-arm-kernel@lists.infradead.org"
+  thomas.petazzoni@free-electrons.com
+  zmxu@marvell.com
+  devicetree@vger.kernel.org
+  netdev@vger.kernel.org
+  Antoine Tenart <antoine.tenart@free-electrons.com>
+  linux-kernel@vger.kernel.org
+  alexandre.belloni@free-electrons.com
+ " jszhang@marvell.com\0"
  "\00:1\0"
  "b\0"
  "On 09/23/2014 07:02 PM, Arnd Bergmann wrote:\n"
@@ -15,20 +24,20 @@
  ">>>> For reference, this is what we have for MVEBU SoCs with multiple ports\n"
  ">>>> per controller:\n"
  ">>>>\n"
- ">>>> eth: ethernet-ctrl at 72000 {\n"
+ ">>>> eth: ethernet-ctrl@72000 {\n"
  ">>>>           compatible = \"marvell,orion-eth\";\n"
  ">> ...\n"
  ">>>>           reg = <0x72000 0x4000>;\n"
  ">> ...\n"
  ">>>>\n"
- ">>>>           ethernet-port at 0 {\n"
+ ">>>>           ethernet-port@0 {\n"
  ">>>>                   compatible = \"marvell,orion-eth-port\";\n"
  ">> ...\n"
  ">>>>                   phy-handle = <&ethphy>;\n"
  ">>>>           };\n"
  ">>>> };\n"
  ">>>>\n"
- ">>>> mdio: mdio-bus at 72004 {\n"
+ ">>>> mdio: mdio-bus@72004 {\n"
  ">>>>           compatible = \"marvell,orion-mdio\";\n"
  ">> ...\n"
  ">>>>           reg = <0x72004 0x84>;\n"
@@ -78,25 +87,25 @@
  "\n"
  "(one final example to make sure we agree on the same)\n"
  "\n"
- "eth0: ethernet at f7b90000 {\n"
+ "eth0: ethernet@f7b90000 {\n"
  "\tcompatible = \"marvell,pxa168-eth\";\n"
  "\treg = <...>;\n"
  "\t#address-cells = <1>;\n"
  "\t#size-cells = <0>;\n"
  "\tphy-handle = <&ethphy0>;\n"
  "\n"
- "\tethphy0: ethernet-phy at 0 {\n"
+ "\tethphy0: ethernet-phy@0 {\n"
  "\t\treg = <0>;\n"
  "\t};\n"
  "};\n"
  "\n"
- "cec0: cec at f7f00baa {\n"
+ "cec0: cec@f7f00baa {\n"
  "\tcompatible = \"marvell,berlin-cec\";\n"
  "\treg = <...>;\n"
  "\t#address-cells = <1>;\n"
  "\t#size-cells = <0>;\n"
  "\t\n"
- "\thecphy0: hdmi-ethernet-phy at 0 {\n"
+ "\thecphy0: hdmi-ethernet-phy@0 {\n"
  "\t\treg = <0>;\n"
  "\t};\n"
  "};\n"
@@ -107,4 +116,4 @@
  "\n"
  Sebastian
 
-a70cf90329eb253305dc003b4732e3980faab1cdc03e79515352addbd0044212
+b4aad084a5db196e713514765d4465916af270b619ffd4864f841a8b63792371

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.