9
0
Fork 0
barebox/drivers/net/phy
Jean-Christophe PLAGNIOL-VILLARD 2263e27814 net: introduce phylib
Adapt phylib from linux

switch all the driver to it
reimplement mii bus

This will allow to have
 - phy drivers
 - to only connect the phy at then opening of the device
 - if the phy is not ready or not up fail on open

Same behaviour as in linux and will allow to share code and simplify porting.

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2012-09-25 08:18:58 +02:00
..
Kconfig net: introduce phylib 2012-09-25 08:18:58 +02:00
Makefile net: introduce phylib 2012-09-25 08:18:58 +02:00
generic.c net: introduce phylib 2012-09-25 08:18:58 +02:00
mdio_bus.c net: introduce phylib 2012-09-25 08:18:58 +02:00
phy.c net: introduce phylib 2012-09-25 08:18:58 +02:00