[U-Boot] [PATCH 6/7] phylib: Add a bunch of PHY drivers from tsec

2011-03-29 Thread Andy Fleming
The tsec driver had a bunch of PHY drivers already written. This converts them all into PHY Lib drivers, and serves as the first set of PHY drivers for PHY Lib. Signed-off-by: Andy Fleming --- drivers/net/phy/Makefile | 10 ++ drivers/net/phy/atheros.c| 37 + drivers/net/phy/broa

Re: [U-Boot] [PATCH 6/7] phylib: Add a bunch of PHY drivers from tsec

2011-03-30 Thread Detlev Zundel
Hi Andy, > The tsec driver had a bunch of PHY drivers already written. This > converts them all into PHY Lib drivers, and serves as the first > set of PHY drivers for PHY Lib. > > Signed-off-by: Andy Fleming [...] > diff --git a/drivers/net/phy/atheros.c b/drivers/net/phy/atheros.c > new file m

Re: [U-Boot] [PATCH 6/7] phylib: Add a bunch of PHY drivers from tsec

2011-03-30 Thread Andy Fleming
On Mar 30, 2011, at 7:26 AM, Detlev Zundel wrote: > Hi Andy, > >> The tsec driver had a bunch of PHY drivers already written. This >> converts them all into PHY Lib drivers, and serves as the first >> set of PHY drivers for PHY Lib. >> >> Signed-off-by: Andy Fleming > > [...] > >> diff --git