diff for duplicates of <53188B73.4000109@free-electrons.com> diff --git a/a/1.txt b/N1/1.txt index 380c50d..e7d9b14 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -13,9 +13,9 @@ On 06/03/2014 15:46, Andrew Lunn 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 @@ -32,11 +32,11 @@ On 06/03/2014 15:46, Andrew Lunn wrote: >> eth2 = ð2; >> }; >> ->> 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. @@ -70,3 +70,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 4d5404f..c446567 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,10 +4,21 @@ "ref\020140306142117.GL4780@lunn.ch\0" "ref\0531886B4.2070002@free-electrons.com\0" "ref\020140306144600.GM4780@lunn.ch\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\020140306144600.GM4780-g2DYL2Zd6BY@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 15:51:31 +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:46, Andrew Lunn wrote:\n" @@ -25,9 +36,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" @@ -44,11 +55,11 @@ ">> \t\teth2 = ð2;\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" @@ -81,6 +92,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 -35f40299d5e23cc10b4319a4bade7695c48c95c41b296c0eae4cdf9af9456994 +8b5e2a8ea06a5adeb4898bf3f59d8aeb4a53727b12a92c6c66e33978cb319e47
diff --git a/a/1.txt b/N2/1.txt index 380c50d..8c20d41 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -13,9 +13,9 @@ On 06/03/2014 15:46, Andrew Lunn 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 @@ -32,11 +32,11 @@ On 06/03/2014 15:46, Andrew Lunn wrote: >> eth2 = ð2; >> }; >> ->> 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. diff --git a/a/content_digest b/N2/content_digest index 4d5404f..48c2d00 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -4,10 +4,20 @@ "ref\020140306142117.GL4780@lunn.ch\0" "ref\0531886B4.2070002@free-electrons.com\0" "ref\020140306144600.GM4780@lunn.ch\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 15:51:31 +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:46, Andrew Lunn wrote:\n" @@ -25,9 +35,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" @@ -44,11 +54,11 @@ ">> \t\teth2 = ð2;\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" @@ -83,4 +93,4 @@ "development, consulting, training and support.\n" http://free-electrons.com -35f40299d5e23cc10b4319a4bade7695c48c95c41b296c0eae4cdf9af9456994 +330635f93e8b5b9e6f756d2d26df508c4d83d623fccc56794a5315d370992da0
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.