Re: [PATCH v2] ibm_newemac: Add MII mode support to the EMAC RGMII bridge.

2008-07-10 Thread Jeff Garzik
Benjamin Herrenschmidt wrote: On Tue, 2008-07-08 at 08:03 -0700, Grant Erickson wrote: This patch adds support to the RGMII handler in the EMAC driver for the MII PHY mode such that device tree entries of the form `phy-mode = mii;' are recognized and handled appropriately. While logically, in

[PATCH v2] ibm_newemac: Add MII mode support to the EMAC RGMII bridge.

2008-07-08 Thread Grant Erickson
This patch adds support to the RGMII handler in the EMAC driver for the MII PHY mode such that device tree entries of the form `phy-mode = mii;' are recognized and handled appropriately. While logically, in software, gmii and mii modes are the same, they are wired differently, so it makes sense

Re: [PATCH v2] ibm_newemac: Add MII mode support to the EMAC RGMII bridge.

2008-07-08 Thread Stefan Roese
On Tuesday 08 July 2008, Grant Erickson wrote: This patch adds support to the RGMII handler in the EMAC driver for the MII PHY mode such that device tree entries of the form `phy-mode = mii;' are recognized and handled appropriately. While logically, in software, gmii and mii modes are the

Re: [PATCH v2] ibm_newemac: Add MII mode support to the EMAC RGMII bridge.

2008-07-08 Thread Benjamin Herrenschmidt
On Tue, 2008-07-08 at 08:03 -0700, Grant Erickson wrote: This patch adds support to the RGMII handler in the EMAC driver for the MII PHY mode such that device tree entries of the form `phy-mode = mii;' are recognized and handled appropriately. While logically, in software, gmii and mii modes