Re: [U-Boot] [RFC PATCH 3/3] phylib: add generic phy driver

2009-08-26 Thread Mike Frysinger
On Wednesday 26 August 2009 16:13:03 Jean-Christophe PLAGNIOL-VILLARD wrote: > +void generic_phy_register(void) > +{ > + struct phy_driver generic_phy = { > + .name = "Generic PHY", > + .phy_id = 0x, > + .phy_id_mask = 0x, > + .fea

[U-Boot] [RFC PATCH 3/3] phylib: add generic phy driver

2009-08-26 Thread Jean-Christophe PLAGNIOL-VILLARD
this driver must be the last one registered to be the last one probed Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- drivers/net/phy/Makefile |1 + drivers/net/phy/generic.c | 35 +++ drivers/net/phy/phylib.c |8 include/phydev.h