[PATCH 0/2] drivers: net: phy: at803x: add clk setup with dt

Michael Grzeschik m.grzeschik at pengutronix.de
Tue Jun 30 05:49:32 EDT 2020


This series makes the first step to remove the phy_fixups for at80xx
phys, which is usually hardcoded to prepare clk, delay and SmartEEE
glitch fixup. With further support of all these settings in the dts, the
fixups can be removed.

Michael Grzeschik (2):
  net: phy: add uapi/linux/mdio.h from kernel for MDIO MMD access
  drivers: net: phy: at803x: add phy clk setup via dts

 drivers/net/phy/at803x.c  | 181 ++++++++++++++++++++-
 drivers/net/phy/dp83867.c |   3 +-
 drivers/net/phy/micrel.c  |   5 +-
 include/uapi/linux/mdio.h | 327 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 507 insertions(+), 9 deletions(-)
 create mode 100644 include/uapi/linux/mdio.h

-- 
2.27.0




More information about the barebox mailing list