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

diff --git a/a/1.txt b/N1/1.txt
index 0ed5cd0..c7e0b9a 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -14,9 +14,9 @@ On 06/03/2014 15:51, Gregory CLEMENT wrote:
 >>>>         };
 >>>>
 >>>>
->>>> 	eth0: ethernet at 70000 {
+>>>> 	eth0: ethernet@70000 {
 >>>> 	}
->>>>         eth1: ethernet at 74000 {
+>>>>         eth1: ethernet@74000 {
 >>>> 	}
 >>>>
 >>>> This at least works for i2c devices. The pdev->id is set using the
@@ -33,11 +33,11 @@ On 06/03/2014 15:51, Gregory CLEMENT wrote:
 >>> 		eth2 = &eth2;
 >>> 	};
 >>>
->>> 	eth1: ethernet at 30000 {
+>>> 	eth1: ethernet@30000 {
 >>> 	}
->>> 	eth2: ethernet at 34000 {
+>>> 	eth2: ethernet@34000 {
 >>> 	}
->>> 	eth0: ethernet at 70000 {
+>>> 	eth0: ethernet@70000 {
 >>> 	}
 >>
 >> Ah, Erm, O.K. 
@@ -59,7 +59,7 @@ On 06/03/2014 15:51, Gregory CLEMENT wrote:
 Well the naming is done in __dev_alloc_name() and it depends on
 the probe order.
 
-So I really wonder if we should not put the ethernet at 70000 before the othe
+So I really wonder if we should not put the ethernet@70000 before the othe
 Ethernet node in the armada-38x.dts file. Otherwise it is very misleading to
 have eth0 for the second interface, eth1 for the third one, and eth2 for
 the first one.
@@ -87,3 +87,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 7c9e836..63a9dad 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -5,10 +5,21 @@
  "ref\0531886B4.2070002@free-electrons.com\0"
  "ref\020140306144600.GM4780@lunn.ch\0"
  "ref\053188B73.4000109@free-electrons.com\0"
- "From\0gregory.clement@free-electrons.com (Gregory CLEMENT)\0"
- "Subject\0[PATCH] ARM: mvebu: add Device Tree for the Armada 385 RD board\0"
+ "ref\053188B73.4000109-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\0"
+ "From\0Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
+ "Subject\0Re: [PATCH] ARM: mvebu: add Device Tree for the Armada 385 RD board\0"
  "Date\0Thu, 06 Mar 2014 16:47:30 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\0"
+ "Cc\0Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>"
+  Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+  Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
+  Ezequiel Garcia <ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  Lior Amsalem <alior-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
+  Tawfik Bayouk <tawfik-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
+  Nadav Haklai <nadavh-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On 06/03/2014 15:51, Gregory CLEMENT wrote:\n"
@@ -27,9 +38,9 @@
  ">>>>         };\n"
  ">>>>\n"
  ">>>>\n"
- ">>>> \teth0: ethernet at 70000 {\n"
+ ">>>> \teth0: ethernet@70000 {\n"
  ">>>> \t}\n"
- ">>>>         eth1: ethernet at 74000 {\n"
+ ">>>>         eth1: ethernet@74000 {\n"
  ">>>> \t}\n"
  ">>>>\n"
  ">>>> This at least works for i2c devices. The pdev->id is set using the\n"
@@ -46,11 +57,11 @@
  ">>> \t\teth2 = &eth2;\n"
  ">>> \t};\n"
  ">>>\n"
- ">>> \teth1: ethernet at 30000 {\n"
+ ">>> \teth1: ethernet@30000 {\n"
  ">>> \t}\n"
- ">>> \teth2: ethernet at 34000 {\n"
+ ">>> \teth2: ethernet@34000 {\n"
  ">>> \t}\n"
- ">>> \teth0: ethernet at 70000 {\n"
+ ">>> \teth0: ethernet@70000 {\n"
  ">>> \t}\n"
  ">>\n"
  ">> Ah, Erm, O.K. \n"
@@ -72,7 +83,7 @@
  "Well the naming is done in __dev_alloc_name() and it depends on\n"
  "the probe order.\n"
  "\n"
- "So I really wonder if we should not put the ethernet at 70000 before the othe\n"
+ "So I really wonder if we should not put the ethernet@70000 before the othe\n"
  "Ethernet node in the armada-38x.dts file. Otherwise it is very misleading to\n"
  "have eth0 for the second interface, eth1 for the third one, and eth2 for\n"
  "the first one.\n"
@@ -99,6 +110,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
 
-7be7defad0ceee9b5c2ff9711e5ca0fff0391a24f00a83c7641bd6c0552ce204
+a21d7cbc786261adddb14db220d0a1ffb6462875fb3192d30d6ef387e9fc59ed

diff --git a/a/1.txt b/N2/1.txt
index 0ed5cd0..29fb992 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -14,9 +14,9 @@ On 06/03/2014 15:51, Gregory CLEMENT wrote:
 >>>>         };
 >>>>
 >>>>
->>>> 	eth0: ethernet at 70000 {
+>>>> 	eth0: ethernet@70000 {
 >>>> 	}
->>>>         eth1: ethernet at 74000 {
+>>>>         eth1: ethernet@74000 {
 >>>> 	}
 >>>>
 >>>> This at least works for i2c devices. The pdev->id is set using the
@@ -33,11 +33,11 @@ On 06/03/2014 15:51, Gregory CLEMENT wrote:
 >>> 		eth2 = &eth2;
 >>> 	};
 >>>
->>> 	eth1: ethernet at 30000 {
+>>> 	eth1: ethernet@30000 {
 >>> 	}
->>> 	eth2: ethernet at 34000 {
+>>> 	eth2: ethernet@34000 {
 >>> 	}
->>> 	eth0: ethernet at 70000 {
+>>> 	eth0: ethernet@70000 {
 >>> 	}
 >>
 >> Ah, Erm, O.K. 
@@ -59,7 +59,7 @@ On 06/03/2014 15:51, Gregory CLEMENT wrote:
 Well the naming is done in __dev_alloc_name() and it depends on
 the probe order.
 
-So I really wonder if we should not put the ethernet at 70000 before the othe
+So I really wonder if we should not put the ethernet@70000 before the othe
 Ethernet node in the armada-38x.dts file. Otherwise it is very misleading to
 have eth0 for the second interface, eth1 for the third one, and eth2 for
 the first one.
diff --git a/a/content_digest b/N2/content_digest
index 7c9e836..b433c2e 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -5,10 +5,20 @@
  "ref\0531886B4.2070002@free-electrons.com\0"
  "ref\020140306144600.GM4780@lunn.ch\0"
  "ref\053188B73.4000109@free-electrons.com\0"
- "From\0gregory.clement@free-electrons.com (Gregory CLEMENT)\0"
- "Subject\0[PATCH] ARM: mvebu: add Device Tree for the Armada 385 RD board\0"
+ "From\0Gregory CLEMENT <gregory.clement@free-electrons.com>\0"
+ "Subject\0Re: [PATCH] ARM: mvebu: add Device Tree for the Armada 385 RD board\0"
  "Date\0Thu, 06 Mar 2014 16:47:30 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Andrew Lunn <andrew@lunn.ch>\0"
+ "Cc\0Jason Cooper <jason@lakedaemon.net>"
+  Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
+  Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+  Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
+  linux-arm-kernel@lists.infradead.org
+  Lior Amsalem <alior@marvell.com>
+  Tawfik Bayouk <tawfik@marvell.com>
+  Nadav Haklai <nadavh@marvell.com>
+  devicetree@vger.kernel.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On 06/03/2014 15:51, Gregory CLEMENT wrote:\n"
@@ -27,9 +37,9 @@
  ">>>>         };\n"
  ">>>>\n"
  ">>>>\n"
- ">>>> \teth0: ethernet at 70000 {\n"
+ ">>>> \teth0: ethernet@70000 {\n"
  ">>>> \t}\n"
- ">>>>         eth1: ethernet at 74000 {\n"
+ ">>>>         eth1: ethernet@74000 {\n"
  ">>>> \t}\n"
  ">>>>\n"
  ">>>> This at least works for i2c devices. The pdev->id is set using the\n"
@@ -46,11 +56,11 @@
  ">>> \t\teth2 = &eth2;\n"
  ">>> \t};\n"
  ">>>\n"
- ">>> \teth1: ethernet at 30000 {\n"
+ ">>> \teth1: ethernet@30000 {\n"
  ">>> \t}\n"
- ">>> \teth2: ethernet at 34000 {\n"
+ ">>> \teth2: ethernet@34000 {\n"
  ">>> \t}\n"
- ">>> \teth0: ethernet at 70000 {\n"
+ ">>> \teth0: ethernet@70000 {\n"
  ">>> \t}\n"
  ">>\n"
  ">> Ah, Erm, O.K. \n"
@@ -72,7 +82,7 @@
  "Well the naming is done in __dev_alloc_name() and it depends on\n"
  "the probe order.\n"
  "\n"
- "So I really wonder if we should not put the ethernet at 70000 before the othe\n"
+ "So I really wonder if we should not put the ethernet@70000 before the othe\n"
  "Ethernet node in the armada-38x.dts file. Otherwise it is very misleading to\n"
  "have eth0 for the second interface, eth1 for the third one, and eth2 for\n"
  "the first one.\n"
@@ -101,4 +111,4 @@
  "development, consulting, training and support.\n"
  http://free-electrons.com
 
-7be7defad0ceee9b5c2ff9711e5ca0fff0391a24f00a83c7641bd6c0552ce204
+ea83a53a3f960c9d354484a22bc64b4c0e03c784830a67d343c8f34f66d5f1b1

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.