net: phy updates

Sascha Hauer s.hauer at pengutronix.de
Thu Sep 18 00:11:11 PDT 2014


This series gets direct phy register accesses out of the generic code
path. This is necessary for phys which have a different register
layout not handled correctly by the generic code. Also the phy link
status check is moved to a poller callback. With this we get periodic
link status updates printed on the console.

Sascha

----------------------------------------------------------------
Sascha Hauer (4):
      net: phy: introduce phy_aneg_done
      net: phy: Use xzalloc for small allocations
      net: phy: don't use 'dev' as name for variables of type struct phy_device
      net: phy: Use poller for periodic link check

 drivers/net/Kconfig   |   1 +
 drivers/net/phy/phy.c | 189 +++++++++++++++++++++++++++++++++-----------------
 include/linux/phy.h   |   4 ++
 net/eth.c             |  23 ++----
 4 files changed, 139 insertions(+), 78 deletions(-)



More information about the barebox mailing list