mbox series

[net-next,0/9] net: phy: improve phylib EEE handling

Message ID a002914f-8dc7-4284-bc37-724909af9160@gmail.com (mailing list archive)
Headers show
Series net: phy: improve phylib EEE handling | expand

Message

Heiner Kallweit Jan. 11, 2025, 9:01 a.m. UTC
This series includes improvements for the EEE handling in phylib.

Heiner Kallweit (9):
  net: phy: rename eee_broken_modes to eee_disabled_modes
  net: phy: rename phy_set_eee_broken to phy_disable_eee_mode
  net: phy: c45: don't accept disabled EEE modes in
    genphy_c45_ethtool_set_eee
  net: phy: move definition of phy_is_started before
    phy_disable_eee_mode
  net: phy: improve phy_disable_eee_mode
  net: phy: remove disabled EEE modes from advertising in phy_probe
  net: phy: c45: Don't silently remove disabled EEE modes any longer
    when writing advertisement register
  net: phy: c45: use cached EEE advertisement in
    genphy_c45_ethtool_get_eee
  net: phy: c45: remove local advertisement parameter from
    genphy_c45_eee_is_active

 drivers/net/ethernet/realtek/r8169_main.c |  6 +--
 drivers/net/phy/phy-c45.c                 | 45 +++++++++--------------
 drivers/net/phy/phy-core.c                |  2 +-
 drivers/net/phy/phy.c                     |  4 +-
 drivers/net/phy/phy_device.c              | 23 ++++++------
 include/linux/phy.h                       | 24 ++++++------
 6 files changed, 47 insertions(+), 57 deletions(-)