All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v1 0/2] Fix ethtool --show-eee for stmmac
@ 2024-11-12  7:24 Choong Yong Liang
  2024-11-12  7:24 ` [PATCH net v1 1/2] net: phy: Introduce phy_update_eee() to update eee_cfg values Choong Yong Liang
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Choong Yong Liang @ 2024-11-12  7:24 UTC (permalink / raw)
  To: Andrew Lunn, Heiner Kallweit, Russell King, David S . Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Alexandre Torgue,
	Jose Abreu, Maxime Coquelin
  Cc: netdev, linux-kernel, linux-stm32, linux-arm-kernel

This fix ensures that 'ethtool --show-eee' displays the correct
status for stmmac.

Choong Yong Liang (2):
  net: phy: Introduce phy_update_eee() to update eee_cfg values
  net: stmmac: update eee_cfg after mac link up/down

 .../net/ethernet/stmicro/stmmac/stmmac_main.c |  4 ++++
 drivers/net/phy/phy_device.c                  | 24 +++++++++++++++++++
 include/linux/phy.h                           |  2 ++
 3 files changed, 30 insertions(+)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-11-14 11:11 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-12  7:24 [PATCH net v1 0/2] Fix ethtool --show-eee for stmmac Choong Yong Liang
2024-11-12  7:24 ` [PATCH net v1 1/2] net: phy: Introduce phy_update_eee() to update eee_cfg values Choong Yong Liang
2024-11-12 11:03   ` Heiner Kallweit
2024-11-12 13:04     ` Andrew Lunn
2024-11-13 10:10       ` Choong Yong Liang
2024-11-13 21:48         ` Heiner Kallweit
2024-11-14  4:35           ` Choong Yong Liang
2024-11-13 23:05         ` Andrew Lunn
2024-11-14  4:37           ` Choong Yong Liang
2024-11-14  9:02         ` Russell King (Oracle)
2024-11-14  9:12           ` Russell King (Oracle)
2024-11-14 10:15             ` Russell King (Oracle)
2024-11-12  7:24 ` [PATCH net v1 2/2] net: stmmac: update eee_cfg after mac link up/down Choong Yong Liang
2024-11-12  9:24 ` [PATCH net v1 0/2] Fix ethtool --show-eee for stmmac Russell King (Oracle)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.