public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fixes for stmmac driver
@ 2026-02-18  8:36 Christophe Roullier
  2026-02-18  8:36 ` [PATCH 1/3] net: stmmac: fix pinctrl management during suspend/resume Christophe Roullier
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Christophe Roullier @ 2026-02-18  8:36 UTC (permalink / raw)
  To: Andrew Lunn, David S . Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Maxime Coquelin, Alexandre Torgue, Russell King,
	Maxime Chevallier, Vladimir Oltean, Christophe Roullier
  Cc: netdev, linux-stm32, linux-arm-kernel, linux-kernel

First commit fix error when :
1 - Deactivated eth0 (ip link set eth0 down)
2 - Perform low power procedure
3 - Reactivate eth0 (ip link set eth0 up)
=> eth0: stmmac_hw_setup: DMA engine initialization failed
         stm32-dwmac 5800a000.ethernet eth0: stmmac_open: Hw setup failed

Second commit fix error when ethernet driver is unbind,
ethernet pinouts always set.

Third commit fix bad cleaning when error during stmmac_mdio_register.

Christophe Roullier (3):
  net: stmmac: fix pinctrl management during suspend/resume
  net: stmmac: restore pinctrl when driver remove.
  net: stmmac: manage error case during stmmac_dvr_probe

 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-02-19 22:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-18  8:36 [PATCH 0/3] Fixes for stmmac driver Christophe Roullier
2026-02-18  8:36 ` [PATCH 1/3] net: stmmac: fix pinctrl management during suspend/resume Christophe Roullier
2026-02-18  8:48   ` Russell King (Oracle)
2026-02-18  8:36 ` [PATCH 2/3] net: stmmac: restore pinctrl when driver remove Christophe Roullier
2026-02-18  8:55   ` Russell King (Oracle)
2026-02-19 19:11     ` Linus Walleij
2026-02-19 19:25       ` Russell King (Oracle)
2026-02-19 22:20         ` Linus Walleij
2026-02-18  8:36 ` [PATCH 3/3] net: stmmac: manage error case during stmmac_dvr_probe Christophe Roullier
2026-02-18  8:50   ` 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