diff for duplicates of <2882257.eZXPo1Jdx9@lenovo> diff --git a/a/1.txt b/N1/1.txt index c0e45ec..a8c7d4a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,4 +1,4 @@ -Le lundi 25 novembre 2013, 16:27:04 Jonas Jensen a ?crit : +Le lundi 25 novembre 2013, 16:27:04 Jonas Jensen a écrit : > The kernel now has a MDIO bus driver and a phy_driver (RTL8201CP), > connect to this PHY using OF. > @@ -65,33 +65,33 @@ Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> > + > Example: > -> + mdio0: mdio at 90900090 { +> + mdio0: mdio@90900090 { > + compatible = "moxa,moxart-mdio"; > + reg = <0x90900090 0x8>; > + #address-cells = <1>; > + #size-cells = <0>; > + -> + ethphy0: ethernet-phy at 1 { +> + ethphy0: ethernet-phy@1 { > + device_type = "ethernet-phy"; > + compatible = "moxa,moxart-rtl8201cp", "ethernet-phy-ieee802.3-c22"; > + reg = <1>; > + }; > + }; > + -> + mdio1: mdio at 92000090 { +> + mdio1: mdio@92000090 { > + compatible = "moxa,moxart-mdio"; > + reg = <0x92000090 0x8>; > + #address-cells = <1>; > + #size-cells = <0>; > + -> + ethphy1: ethernet-phy at 1 { +> + ethphy1: ethernet-phy@1 { > + device_type = "ethernet-phy"; > + compatible = "moxa,moxart-rtl8201cp", "ethernet-phy-ieee802.3-c22"; > + reg = <1>; > + }; > + }; > + -> mac0: mac at 90900000 { +> mac0: mac@90900000 { > compatible = "moxa,moxart-mac"; > - reg = <0x90900000 0x100>; > + reg = <0x90900000 0x90>; @@ -99,7 +99,7 @@ Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> > + phy-handle = <ðphy0>; > }; > -> mac1: mac at 92000000 { +> mac1: mac@92000000 { > compatible = "moxa,moxart-mac"; > - reg = <0x92000000 0x100>; > + reg = <0x92000000 0x90>; diff --git a/a/content_digest b/N1/content_digest index 7d01a54..7a97edc 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,12 +1,17 @@ "ref\01385393228-22416-1-git-send-email-jonas.jensen@gmail.com\0" "ref\01385393228-22416-2-git-send-email-jonas.jensen@gmail.com\0" - "From\0f.fainelli@gmail.com (Florian Fainelli)\0" - "Subject\0[PATCH v2 2/6] net: MOXA ART: connect to PHY\0" + "From\0Florian Fainelli <f.fainelli@gmail.com>\0" + "Subject\0Re: [PATCH v2 2/6] net: MOXA ART: connect to PHY\0" "Date\0Tue, 26 Nov 2013 07:49:17 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Jonas Jensen <jonas.jensen@gmail.com>\0" + "Cc\0netdev@vger.kernel.org" + davem@davemloft.net + linux-arm-kernel@lists.infradead.org + linux-kernel@vger.kernel.org + " bhutchings@solarflare.com\0" "\00:1\0" "b\0" - "Le lundi 25 novembre 2013, 16:27:04 Jonas Jensen a ?crit :\n" + "Le lundi 25 novembre 2013, 16:27:04 Jonas Jensen a \303\251crit :\n" "> The kernel now has a MDIO bus driver and a phy_driver (RTL8201CP),\n" "> connect to this PHY using OF.\n" "> \n" @@ -73,33 +78,33 @@ "> +\n" "> Example:\n" "> \n" - "> +\tmdio0: mdio at 90900090 {\n" + "> +\tmdio0: mdio@90900090 {\n" "> +\t\tcompatible = \"moxa,moxart-mdio\";\n" "> +\t\treg = <0x90900090 0x8>;\n" "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\tethphy0: ethernet-phy at 1 {\n" + "> +\t\tethphy0: ethernet-phy@1 {\n" "> +\t\t\tdevice_type = \"ethernet-phy\";\n" "> +\t\t\tcompatible = \"moxa,moxart-rtl8201cp\", \"ethernet-phy-ieee802.3-c22\";\n" "> +\t\t\treg = <1>;\n" "> +\t\t};\n" "> +\t};\n" "> +\n" - "> +\tmdio1: mdio at 92000090 {\n" + "> +\tmdio1: mdio@92000090 {\n" "> +\t\tcompatible = \"moxa,moxart-mdio\";\n" "> +\t\treg = <0x92000090 0x8>;\n" "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\tethphy1: ethernet-phy at 1 {\n" + "> +\t\tethphy1: ethernet-phy@1 {\n" "> +\t\t\tdevice_type = \"ethernet-phy\";\n" "> +\t\t\tcompatible = \"moxa,moxart-rtl8201cp\", \"ethernet-phy-ieee802.3-c22\";\n" "> +\t\t\treg = <1>;\n" "> +\t\t};\n" "> +\t};\n" "> +\n" - "> \tmac0: mac at 90900000 {\n" + "> \tmac0: mac@90900000 {\n" "> \t\tcompatible = \"moxa,moxart-mac\";\n" "> -\t\treg =\t<0x90900000 0x100>;\n" "> +\t\treg = <0x90900000 0x90>;\n" @@ -107,7 +112,7 @@ "> +\t\tphy-handle = <ðphy0>;\n" "> \t};\n" "> \n" - "> \tmac1: mac at 92000000 {\n" + "> \tmac1: mac@92000000 {\n" "> \t\tcompatible = \"moxa,moxart-mac\";\n" "> -\t\treg =\t<0x92000000 0x100>;\n" "> +\t\treg = <0x92000000 0x90>;\n" @@ -281,4 +286,4 @@ "-- \n" Florian -341a471578d6112ce8d74d4a972b52509e70cb1a7bec593f75107e7076944a87 +d888d981d14cea9dc65bc69a981f9aecc4c45e667806a36512afac963c2b0c6f
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.