Re: [PATCH 2/6] phylib: add the ICPlus IP175C PHY driver

2007-05-09 Thread Jeff Garzik
Kim Phillips wrote: + /* master reset */ + err = phydev->bus->write(phydev->bus, 30, 0, 0x175c); + if (err < 0) + return err; + + /* data sheet specifies reset period is 2 msec */ + udelay(3000); + +

[PATCH 2/6] phylib: add the ICPlus IP175C PHY driver

2007-05-08 Thread Kim Phillips
The ICPlus IP175C sports a 100Mbit/s 4-port switch in addition to a dedicated 100Mbit/s WAN port. Signed-off-by: Michael Barkowski <[EMAIL PROTECTED]> Signed-off-by: Kim Phillips <[EMAIL PROTECTED]> --- drivers/net/phy/Kconfig |6 ++ drivers/net/phy/Makefile |1 + drivers/net/phy/icplus.