]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Merge branch 'net-stmmac-improbe-suspend-resume-architecture'
authorJakub Kicinski <kuba@kernel.org>
Wed, 13 Aug 2025 01:04:56 +0000 (18:04 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 13 Aug 2025 01:04:56 +0000 (18:04 -0700)
Russell King says:

====================
net: stmmac: improbe suspend/resume architecture

This series improves the stmmac suspend/resume architecture by
providing a couple of method hooks in struct plat_stmmacenet_data which
are called by core code, and thus are available for any of the
platform glue drivers, whether using a platform or PCI device.

As these methods are called by core code, we can also provide a simple
PM ops structure also in the core code for converted glue drivers to
use.

The remainder of the patches convert the various drivers.
====================

Link: https://patch.msgid.link/aJo7kvoub5voHOUQ@shell.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge