netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] net: phy: disable EEE on TI PHYs
@ 2025-11-13 11:27 Russell King (Oracle)
  2025-11-13 11:29 ` [PATCH net-next v2 1/2] net: phy: allow drivers to disable EEE support via .get_features() Russell King (Oracle)
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Russell King (Oracle) @ 2025-11-13 11:27 UTC (permalink / raw)
  To: Andrew Lunn, Heiner Kallweit
  Cc: David S. Miller, Emanuele Ghidoli, Eric Dumazet, Fabio Estevam,
	Jakub Kicinski, Laurent Pinchart, netdev, Oleksij Rempel,
	Paolo Abeni

Hi,

Towards the end of October, we discussed EEE on TI PHYs which seems to
cause problems with the stmmac hardware. This problem was never fully
diagnosed, but it was identified that TI PHYs do not support LPI
signalling, but report that EEE is supported, and they implement the
advertisement registers and that functionality.

This series allows PHY drivers to disable EEE support.

v2:
- integrate Oleksij Rempel's review comments, and merge update
  into patch 2 to allow EEE on non-1G variants.

 drivers/net/phy/dp83867.c    |  1 +
 drivers/net/phy/dp83869.c    |  1 +
 drivers/net/phy/phy-core.c   |  2 --
 drivers/net/phy/phy_device.c | 32 +++++++++++++++++++++++++++++---
 include/linux/phy.h          |  1 +
 5 files changed, 32 insertions(+), 5 deletions(-)

-- 
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!

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

end of thread, other threads:[~2025-11-13 21:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-13 11:27 [PATCH net-next v2 0/2] net: phy: disable EEE on TI PHYs Russell King (Oracle)
2025-11-13 11:29 ` [PATCH net-next v2 1/2] net: phy: allow drivers to disable EEE support via .get_features() Russell King (Oracle)
2025-11-13 11:29 ` [PATCH net-next v2 2/2] net: phy: TI PHYs use phy_get_features_no_eee() Russell King (Oracle)
2025-11-13 20:11 ` [PATCH net-next v2 0/2] net: phy: disable EEE on TI PHYs Heiner Kallweit
2025-11-13 21:46   ` Russell King (Oracle)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).