Re: [PATCH] Add Broadcom PHY support

2006-12-05 Thread Andy Fleming
On Dec 5, 2006, at 00:03, Benjamin Herrenschmidt wrote: I believe that this fiber enabling can be done by defining config_init in the phy_driver struct. struct phy_driver { /* Called to initialize the PHY, * including after a reset */ int (*config_init)(struct phy

Re: [PATCH] Add Broadcom PHY support

2006-12-04 Thread Benjamin Herrenschmidt
> I believe that this fiber enabling can be done by defining config_init in the > phy_driver struct. > > struct phy_driver { > > /* Called to initialize the PHY, >* including after a reset */ > int (*config_init)(struct phy_device *phydev); > > }; Well... I don't know fo

Re: [PATCH] Add Broadcom PHY support

2006-12-04 Thread Amy Fong
> On Fri, 2006-09-15 at 16:15 -0400, Amy Fong wrote: > > [PATCH] Add Broadcom PHY support > > > > This patch adds a driver to support the bcm5421s and bcm5461s PHY > > > > Kernel version: linux-2.6.18-rc6 > > > > Signed-off-by: Amy Fong > > Some 5421's need special initialisation (see drivers

Re: [PATCH] Add Broadcom PHY support

2006-12-04 Thread Benjamin Herrenschmidt
On Fri, 2006-09-15 at 16:15 -0400, Amy Fong wrote: > [PATCH] Add Broadcom PHY support > > This patch adds a driver to support the bcm5421s and bcm5461s PHY > > Kernel version: linux-2.6.18-rc6 > > Signed-off-by: Amy Fong Some 5421's need special initialisation (see drivers/net/sungem_phy.c),