]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge branch 'net-stmmac-loongson1-cleanups'
authorJakub Kicinski <kuba@kernel.org>
Thu, 19 Jun 2025 22:25:26 +0000 (15:25 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 19 Jun 2025 22:26:03 +0000 (15:26 -0700)
commit9ce3f34c433707f26ec422bba8bb60921450875f
tree1103c4d4d34eb526eb8529ebe20379ebc158d9e5
parentc8e32755ba2b99efa38c8fdfa74522ca796139b5
parente3527bf4dc338ebf12488fdec3e7a952bf3db5dd
Merge branch 'net-stmmac-loongson1-cleanups'

Russell King says:

====================
net: stmmac: loongson1: cleanups

A couple of patches to cleanup loongson1. First, introducing a match
data struct to allow the per-match data to be extended beyond the init
function pointer, and then adding a setup method to allow the resource
base address to be translated to the MAC index at probe time rather
than repeatedly in the setup function.
====================

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