Re: [PATCH] Add support for configuring the PHY connection interface

2006-11-14 Thread Jeff Garzik
Andy Fleming wrote: Most PHYs connect to an ethernet controller over a GMII or MII interface. However, a growing number are connected over different interfaces, such as RGMII or SGMII. The ethernet driver will tell the PHY what type of connection it is by setting it manually, or passing it in

Re: [PATCH] Add support for configuring the PHY connection interface

2006-11-08 Thread Ingo Oeser
Hi Andy, Andy Fleming wrote: diff --git a/arch/powerpc/sysdev/fsl_soc.c b/arch/powerpc/sysdev/fsl_soc.c index b4b5b4a..b053370 100644 --- a/arch/powerpc/sysdev/fsl_soc.c +++ b/arch/powerpc/sysdev/fsl_soc.c @@ -211,6 +211,36 @@ static int __init gfar_set_flags(struct return

[PATCH] Add support for configuring the PHY connection interface

2006-11-07 Thread Andy Fleming
Most PHYs connect to an ethernet controller over a GMII or MII interface. However, a growing number are connected over different interfaces, such as RGMII or SGMII. The ethernet driver will tell the PHY what type of connection it is by setting it manually, or passing it in through phy_connect

Re: [PATCH] Add support for configuring the PHY connection interface

2006-11-07 Thread Kumar Gala
On Nov 8, 2006, at 12:10 AM, Andy Fleming wrote: Most PHYs connect to an ethernet controller over a GMII or MII interface. However, a growing number are connected over different interfaces, such as RGMII or SGMII. The ethernet driver will tell the PHY what type of connection it is by setting

Re: [PATCH] Add support for configuring the PHY connection interface

2006-11-07 Thread Andy Fleming
On Nov 8, 2006, at 00:16, Kumar Gala wrote: On Nov 8, 2006, at 12:10 AM, Andy Fleming wrote: Most PHYs connect to an ethernet controller over a GMII or MII interface. However, a growing number are connected over different interfaces, such as RGMII or SGMII. The ethernet driver will tell