public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] net: stmmac: fix serdes power methods
@ 2026-02-03 10:00 Russell King (Oracle)
  2026-02-03 10:01 ` [PATCH net-next 1/4] net: stmmac: add wrappers for serdes_power[up|down]() methods Russell King (Oracle)
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Russell King (Oracle) @ 2026-02-03 10:00 UTC (permalink / raw)
  To: Andrew Lunn
  Cc: Alexandre Torgue, Andrew Lunn, David S. Miller, Eric Dumazet,
	Jakub Kicinski, linux-arm-kernel, linux-stm32, Mohd Ayaan Anwar,
	netdev, Paolo Abeni

The stmmac serdes powerup/powerdown methods are not guaranteed to be
called in a balancing fashion, but these are used to call the generic
PHY subsystem's phy_power_up() and phy_power_down() methods which do
require balanced calls.

This series addresses this by making the stmmac serdes methods balanced.

 drivers/net/ethernet/stmicro/stmmac/stmmac.h      |  1 +
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 65 ++++++++++++++---------
 2 files changed, 41 insertions(+), 25 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] 7+ messages in thread

end of thread, other threads:[~2026-02-05 10:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-03 10:00 [PATCH net-next 0/4] net: stmmac: fix serdes power methods Russell King (Oracle)
2026-02-03 10:01 ` [PATCH net-next 1/4] net: stmmac: add wrappers for serdes_power[up|down]() methods Russell King (Oracle)
2026-02-03 10:01 ` [PATCH net-next 2/4] net: stmmac: add state tracking for legacy serdes power state Russell King (Oracle)
2026-02-03 10:01 ` [PATCH net-next 3/4] net: stmmac: add missing serdes power down in error paths Russell King (Oracle)
2026-02-03 10:01 ` [PATCH net-next 4/4] net: stmmac: move serdes power methods to stmmac_[open|release]() Russell King (Oracle)
2026-02-05  5:00 ` [PATCH net-next 0/4] net: stmmac: fix serdes power methods patchwork-bot+netdevbpf
2026-02-05 10:28 ` Mohd Ayaan Anwar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox