mbox series

[U-Boot,v2,0/3] net: phy: allow disabling SmartEEE for Atheros PHYs

Message ID 1548262809-19361-1-git-send-email-vladimir.oltean@nxp.com
Headers show
Series net: phy: allow disabling SmartEEE for Atheros PHYs | expand

Message

Vladimir Oltean Jan. 23, 2019, 5 p.m. UTC
Changes in v2:
  * Removed patch 1/2 (promote phy_{read,write}_mmd_indirect from ti.c to generic code)
  * Adapted to PHY API changes introduced by Carlo Caione
  * Cleaned up Atheros PHY driver to remove duplicated code and use macros where possible

Vladimir Oltean (3):
  net: phy: ar803x: Use phy_read_mmd and phy_write_mmd functions
  net: phy: ar803x: Address packet drops at low traffic rate due to
    SmartEEE feature
  net: phy: ar803x: Use common functions for RGMII internal delays

 drivers/net/phy/Kconfig   |  21 +++++++++
 drivers/net/phy/atheros.c | 110 +++++++++++++++++++++++++++++++---------------
 2 files changed, 95 insertions(+), 36 deletions(-)