mbox series

[net-next,0/2] net: phy: add and use helper phy_advertise_eee_all

Message ID 14ee6c37-3b4f-454e-9760-ca41848fffc2@gmail.com (mailing list archive)
Headers show
Series net: phy: add and use helper phy_advertise_eee_all | expand

Message

Heiner Kallweit Feb. 3, 2024, 11:19 a.m. UTC
Per default phylib preserves the EEE advertising at the time of
phy probing. The EEE advertising can be changed from user space,
in addition this helper allows to set the EEE advertising to all
supported modes from drivers in kernel space.

Heiner Kallweit (2):
  net: phy: add helper phy_advertise_eee_all
  r8169: use new helper phy_advertise_eee_all

 drivers/net/ethernet/realtek/r8169_main.c |  3 +--
 drivers/net/phy/phy_device.c              | 12 ++++++++++++
 include/linux/phy.h                       |  1 +
 3 files changed, 14 insertions(+), 2 deletions(-)