diff for duplicates of <201301292141.03931.florian@openwrt.org> diff --git a/a/1.txt b/N1/1.txt index 97da31a..dfcc014 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,4 +1,4 @@ -Le mardi 29 janvier 2013 19:13:06, Jason Gunthorpe a =E9crit : +Le mardi 29 janvier 2013 19:13:06, Jason Gunthorpe a ?crit : > On Tue, Jan 29, 2013 at 04:24:08PM +0100, Florian Fainelli wrote: > > This patch converts the Marvell MV643XX ethernet driver to use the > > Marvell Orion MDIO driver. As a result, PowerPC and ARM platforms @@ -8,48 +8,44 @@ Le mardi 29 janvier 2013 19:13:06, Jason Gunthorpe a =E9crit : > > of this shared register (shared_base + 0x4 - shared_base + 0x84). The > > Ethernet driver is also updated to look up for a PHY device using the > > Orion MDIO bus driver. ->=20 +> > Can you finish off this job by making the mv643xx_eth driver accept > the standard phy-handle OF property instead of using a phy address? -I can certainly do that, at the same time we need to continue supporting th= -e=20 -"old" platform device style registration without breaking them (PowerPC in= -=20 -particular, and the hopefully yet to be converted orion5x). So the phy_scan= -()=20 +I can certainly do that, at the same time we need to continue supporting the +"old" platform device style registration without breaking them (PowerPC in +particular, and the hopefully yet to be converted orion5x). So the phy_scan() as I modified it will probably still be there. ->=20 +> > Ie the end result should be something like: ->=20 -> smi0: mdio@72000 { -> device_type =3D "mdio"; -> compatible =3D "marvell,orion-mdio"; -> reg =3D <0x72004 0x4>; ->=20 -> #address-cells =3D <1>; -> #size-cells =3D <0>; -> PHY1: ethernet-phy@1 { -> reg =3D <1>; -> device_type =3D "ethernet-phy"; -> phy-id =3D <0x01410e90>; +> +> smi0: mdio at 72000 { +> device_type = "mdio"; +> compatible = "marvell,orion-mdio"; +> reg = <0x72004 0x4>; +> +> #address-cells = <1>; +> #size-cells = <0>; +> PHY1: ethernet-phy at 1 { +> reg = <1>; +> device_type = "ethernet-phy"; +> phy-id = <0x01410e90>; > }; > }; ->=20 +> > egiga0 { -> device_type =3D "network"; -> compatible =3D "marvell,mv643xx-eth"; -> reg =3D <0x72000 0x4000>; -> port_number =3D <0>; -> phy-handle =3D <&PHY1>; -> interrupts =3D <11>; -> local-mac-address =3D [000000000002]; /* Filled = -by +> device_type = "network"; +> compatible = "marvell,mv643xx-eth"; +> reg = <0x72000 0x4000>; +> port_number = <0>; +> phy-handle = <&PHY1>; +> interrupts = <11>; +> local-mac-address = [000000000002]; /* Filled by > boot loader */ }; ->=20 +> > Regards, > Jason -=2D-=20 -=46lorian +-- +Florian diff --git a/a/content_digest b/N1/content_digest index 38c9d25..349c0dd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,29 +1,13 @@ "ref\01359473048-26551-1-git-send-email-florian@openwrt.org\0" "ref\01359473048-26551-6-git-send-email-florian@openwrt.org\0" "ref\020130129181306.GF25646@obsidianresearch.com\0" - "From\0Florian Fainelli <florian@openwrt.org>\0" - "Subject\0Re: [PATCH 5/5] mv643xx_eth: convert to use the Marvell Orion MDIO driver\0" + "From\0florian@openwrt.org (Florian Fainelli)\0" + "Subject\0[PATCH 5/5] mv643xx_eth: convert to use the Marvell Orion MDIO driver\0" "Date\0Tue, 29 Jan 2013 21:41:03 +0100\0" - "To\0Jason Gunthorpe <jgunthorpe@obsidianresearch.com>\0" - "Cc\0Thomas Petazzoni <thomas.petazzoni@free-electrons.com>" - Andrew Lunn <andrew@lunn.ch> - Russell King <linux@arm.linux.org.uk> - Jason Cooper <jason@lakedaemon.net> - linux-doc@vger.kernel.org - devicetree-discuss@lists.ozlabs.org - linux-kernel@vger.kernel.org - Rob Herring <rob.herring@calxeda.com> - Greg Kroah-Hartman <gregkh@linuxfoundation.org> - Paul Mackerras <paulus@samba.org> - Lennert Buytenhek <buytenh@wantstofly.org> - Rob Landley <rob@landley.net> - netdev@vger.kernel.org - linuxppc-dev@lists.ozlabs.org - davem@davemloft.net - " linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" - "Le mardi 29 janvier 2013 19:13:06, Jason Gunthorpe a =E9crit :\n" + "Le mardi 29 janvier 2013 19:13:06, Jason Gunthorpe a ?crit :\n" "> On Tue, Jan 29, 2013 at 04:24:08PM +0100, Florian Fainelli wrote:\n" "> > This patch converts the Marvell MV643XX ethernet driver to use the\n" "> > Marvell Orion MDIO driver. As a result, PowerPC and ARM platforms\n" @@ -33,50 +17,46 @@ "> > of this shared register (shared_base + 0x4 - shared_base + 0x84). The\n" "> > Ethernet driver is also updated to look up for a PHY device using the\n" "> > Orion MDIO bus driver.\n" - ">=20\n" + "> \n" "> Can you finish off this job by making the mv643xx_eth driver accept\n" "> the standard phy-handle OF property instead of using a phy address?\n" "\n" - "I can certainly do that, at the same time we need to continue supporting th=\n" - "e=20\n" - "\"old\" platform device style registration without breaking them (PowerPC in=\n" - "=20\n" - "particular, and the hopefully yet to be converted orion5x). So the phy_scan=\n" - "()=20\n" + "I can certainly do that, at the same time we need to continue supporting the \n" + "\"old\" platform device style registration without breaking them (PowerPC in \n" + "particular, and the hopefully yet to be converted orion5x). So the phy_scan() \n" "as I modified it will probably still be there.\n" "\n" - ">=20\n" + "> \n" "> Ie the end result should be something like:\n" - ">=20\n" - "> smi0: mdio@72000 {\n" - "> device_type =3D \"mdio\";\n" - "> compatible =3D \"marvell,orion-mdio\";\n" - "> reg =3D <0x72004 0x4>;\n" - ">=20\n" - "> #address-cells =3D <1>;\n" - "> #size-cells =3D <0>;\n" - "> PHY1: ethernet-phy@1 {\n" - "> reg =3D <1>;\n" - "> device_type =3D \"ethernet-phy\";\n" - "> phy-id =3D <0x01410e90>;\n" + "> \n" + "> smi0: mdio at 72000 {\n" + "> device_type = \"mdio\";\n" + "> compatible = \"marvell,orion-mdio\";\n" + "> reg = <0x72004 0x4>;\n" + "> \n" + "> #address-cells = <1>;\n" + "> #size-cells = <0>;\n" + "> PHY1: ethernet-phy at 1 {\n" + "> reg = <1>;\n" + "> device_type = \"ethernet-phy\";\n" + "> phy-id = <0x01410e90>;\n" "> };\n" "> };\n" - ">=20\n" + "> \n" "> egiga0 {\n" - "> device_type =3D \"network\";\n" - "> compatible =3D \"marvell,mv643xx-eth\";\n" - "> reg =3D <0x72000 0x4000>;\n" - "> port_number =3D <0>;\n" - "> phy-handle =3D <&PHY1>;\n" - "> interrupts =3D <11>;\n" - "> local-mac-address =3D [000000000002]; /* Filled =\n" - "by\n" + "> device_type = \"network\";\n" + "> compatible = \"marvell,mv643xx-eth\";\n" + "> reg = <0x72000 0x4000>;\n" + "> port_number = <0>;\n" + "> phy-handle = <&PHY1>;\n" + "> interrupts = <11>;\n" + "> local-mac-address = [000000000002]; /* Filled by\n" "> boot loader */ };\n" - ">=20\n" + "> \n" "> Regards,\n" "> Jason\n" "\n" - "=2D-=20\n" - =46lorian + "-- \n" + Florian -a643646305054a02abc702258216a67bff98b9976e80b1fd2f75c736f163c5b8 +5043423622cf88c6f7f52e1c7a37a5798929a9285e44ea049116c5623999f301
diff --git a/a/1.txt b/N2/1.txt index 97da31a..8b09c79 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,4 +1,4 @@ -Le mardi 29 janvier 2013 19:13:06, Jason Gunthorpe a =E9crit : +Le mardi 29 janvier 2013 19:13:06, Jason Gunthorpe a écrit : > On Tue, Jan 29, 2013 at 04:24:08PM +0100, Florian Fainelli wrote: > > This patch converts the Marvell MV643XX ethernet driver to use the > > Marvell Orion MDIO driver. As a result, PowerPC and ARM platforms @@ -8,48 +8,44 @@ Le mardi 29 janvier 2013 19:13:06, Jason Gunthorpe a =E9crit : > > of this shared register (shared_base + 0x4 - shared_base + 0x84). The > > Ethernet driver is also updated to look up for a PHY device using the > > Orion MDIO bus driver. ->=20 +> > Can you finish off this job by making the mv643xx_eth driver accept > the standard phy-handle OF property instead of using a phy address? -I can certainly do that, at the same time we need to continue supporting th= -e=20 -"old" platform device style registration without breaking them (PowerPC in= -=20 -particular, and the hopefully yet to be converted orion5x). So the phy_scan= -()=20 +I can certainly do that, at the same time we need to continue supporting the +"old" platform device style registration without breaking them (PowerPC in +particular, and the hopefully yet to be converted orion5x). So the phy_scan() as I modified it will probably still be there. ->=20 +> > Ie the end result should be something like: ->=20 +> > smi0: mdio@72000 { -> device_type =3D "mdio"; -> compatible =3D "marvell,orion-mdio"; -> reg =3D <0x72004 0x4>; ->=20 -> #address-cells =3D <1>; -> #size-cells =3D <0>; +> device_type = "mdio"; +> compatible = "marvell,orion-mdio"; +> reg = <0x72004 0x4>; +> +> #address-cells = <1>; +> #size-cells = <0>; > PHY1: ethernet-phy@1 { -> reg =3D <1>; -> device_type =3D "ethernet-phy"; -> phy-id =3D <0x01410e90>; +> reg = <1>; +> device_type = "ethernet-phy"; +> phy-id = <0x01410e90>; > }; > }; ->=20 +> > egiga0 { -> device_type =3D "network"; -> compatible =3D "marvell,mv643xx-eth"; -> reg =3D <0x72000 0x4000>; -> port_number =3D <0>; -> phy-handle =3D <&PHY1>; -> interrupts =3D <11>; -> local-mac-address =3D [000000000002]; /* Filled = -by +> device_type = "network"; +> compatible = "marvell,mv643xx-eth"; +> reg = <0x72000 0x4000>; +> port_number = <0>; +> phy-handle = <&PHY1>; +> interrupts = <11>; +> local-mac-address = [000000000002]; /* Filled by > boot loader */ }; ->=20 +> > Regards, > Jason -=2D-=20 -=46lorian +-- +Florian diff --git a/a/content_digest b/N2/content_digest index 38c9d25..d20893a 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -5,25 +5,27 @@ "Subject\0Re: [PATCH 5/5] mv643xx_eth: convert to use the Marvell Orion MDIO driver\0" "Date\0Tue, 29 Jan 2013 21:41:03 +0100\0" "To\0Jason Gunthorpe <jgunthorpe@obsidianresearch.com>\0" - "Cc\0Thomas Petazzoni <thomas.petazzoni@free-electrons.com>" + "Cc\0davem@davemloft.net" + Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Andrew Lunn <andrew@lunn.ch> Russell King <linux@arm.linux.org.uk> Jason Cooper <jason@lakedaemon.net> linux-doc@vger.kernel.org + Benjamin Herrenschmidt <benh@kernel.crashing.org> devicetree-discuss@lists.ozlabs.org linux-kernel@vger.kernel.org Rob Herring <rob.herring@calxeda.com> - Greg Kroah-Hartman <gregkh@linuxfoundation.org> + Grant Likely <grant.likely@secretlab.ca> + netdev@vger.kernel.org Paul Mackerras <paulus@samba.org> - Lennert Buytenhek <buytenh@wantstofly.org> + linux-arm-kernel@lists.infradead.org Rob Landley <rob@landley.net> - netdev@vger.kernel.org + Greg Kroah-Hartman <gregkh@linuxfoundation.org> linuxppc-dev@lists.ozlabs.org - davem@davemloft.net - " linux-arm-kernel@lists.infradead.org\0" + " Lennert Buytenhek <buytenh@wantstofly.org>\0" "\00:1\0" "b\0" - "Le mardi 29 janvier 2013 19:13:06, Jason Gunthorpe a =E9crit :\n" + "Le mardi 29 janvier 2013 19:13:06, Jason Gunthorpe a \303\251crit :\n" "> On Tue, Jan 29, 2013 at 04:24:08PM +0100, Florian Fainelli wrote:\n" "> > This patch converts the Marvell MV643XX ethernet driver to use the\n" "> > Marvell Orion MDIO driver. As a result, PowerPC and ARM platforms\n" @@ -33,50 +35,46 @@ "> > of this shared register (shared_base + 0x4 - shared_base + 0x84). The\n" "> > Ethernet driver is also updated to look up for a PHY device using the\n" "> > Orion MDIO bus driver.\n" - ">=20\n" + "> \n" "> Can you finish off this job by making the mv643xx_eth driver accept\n" "> the standard phy-handle OF property instead of using a phy address?\n" "\n" - "I can certainly do that, at the same time we need to continue supporting th=\n" - "e=20\n" - "\"old\" platform device style registration without breaking them (PowerPC in=\n" - "=20\n" - "particular, and the hopefully yet to be converted orion5x). So the phy_scan=\n" - "()=20\n" + "I can certainly do that, at the same time we need to continue supporting the \n" + "\"old\" platform device style registration without breaking them (PowerPC in \n" + "particular, and the hopefully yet to be converted orion5x). So the phy_scan() \n" "as I modified it will probably still be there.\n" "\n" - ">=20\n" + "> \n" "> Ie the end result should be something like:\n" - ">=20\n" + "> \n" "> smi0: mdio@72000 {\n" - "> device_type =3D \"mdio\";\n" - "> compatible =3D \"marvell,orion-mdio\";\n" - "> reg =3D <0x72004 0x4>;\n" - ">=20\n" - "> #address-cells =3D <1>;\n" - "> #size-cells =3D <0>;\n" + "> device_type = \"mdio\";\n" + "> compatible = \"marvell,orion-mdio\";\n" + "> reg = <0x72004 0x4>;\n" + "> \n" + "> #address-cells = <1>;\n" + "> #size-cells = <0>;\n" "> PHY1: ethernet-phy@1 {\n" - "> reg =3D <1>;\n" - "> device_type =3D \"ethernet-phy\";\n" - "> phy-id =3D <0x01410e90>;\n" + "> reg = <1>;\n" + "> device_type = \"ethernet-phy\";\n" + "> phy-id = <0x01410e90>;\n" "> };\n" "> };\n" - ">=20\n" + "> \n" "> egiga0 {\n" - "> device_type =3D \"network\";\n" - "> compatible =3D \"marvell,mv643xx-eth\";\n" - "> reg =3D <0x72000 0x4000>;\n" - "> port_number =3D <0>;\n" - "> phy-handle =3D <&PHY1>;\n" - "> interrupts =3D <11>;\n" - "> local-mac-address =3D [000000000002]; /* Filled =\n" - "by\n" + "> device_type = \"network\";\n" + "> compatible = \"marvell,mv643xx-eth\";\n" + "> reg = <0x72000 0x4000>;\n" + "> port_number = <0>;\n" + "> phy-handle = <&PHY1>;\n" + "> interrupts = <11>;\n" + "> local-mac-address = [000000000002]; /* Filled by\n" "> boot loader */ };\n" - ">=20\n" + "> \n" "> Regards,\n" "> Jason\n" "\n" - "=2D-=20\n" - =46lorian + "-- \n" + Florian -a643646305054a02abc702258216a67bff98b9976e80b1fd2f75c736f163c5b8 +5d6d88cf1e0fd2568fbe694324cf47a9c6740a40c9e460b4f83cee37ec5ad6b4
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.