]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: stmmac: stm32: convert to suspend()/resume() methods
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Mon, 11 Aug 2025 18:51:19 +0000 (19:51 +0100)
committerJakub Kicinski <kuba@kernel.org>
Wed, 13 Aug 2025 01:04:54 +0000 (18:04 -0700)
commitc7308b2f3d0d045005bc9d2110ac5d5085a4fe0c
tree37723a7ae3a1472c8b0ad54fb12df9c5ac3301b4
parentd7a276a5768ffe4f3dbcb0a2d9d037f117b53784
net: stmmac: stm32: convert to suspend()/resume() methods

Convert stm32 to use the new suspend() and resume() methods rather
than implementing these in custom wrappers around the main driver's
suspend/resume methods. This allows this driver to use the stmmac
simple PM ops structure.

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Link: https://patch.msgid.link/E1ulXc7-008grH-Dh@rmk-PC.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/stmicro/stmmac/dwmac-stm32.c