]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'net-stmmac-replace-speed_mode_2500-method'
authorJakub Kicinski <kuba@kernel.org>
Sat, 3 May 2025 01:25:11 +0000 (18:25 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 3 May 2025 01:25:11 +0000 (18:25 -0700)
commitb88c382bed1ca90a82334b60564270d1eddc6066
tree9e3dfb65d3c78849ba8cb70f9acf909e76890c73
parentcb9d6b2c2a605f7ee54d18f126d772b4280ee83a
parent9d165dc58055d98658941a33fef9e5da866af3e9
Merge branch 'net-stmmac-replace-speed_mode_2500-method'

Russell King says:

====================
net: stmmac: replace speed_mode_2500() method

This series replaces the speed_mode_2500() method with a new method
that is more flexible, allowing the platform glue driver to populate
phylink's supported_interfaces and set the PHY-side interface mode.

The only user of this method is currently dwmac-intel, which we
update to use this new method.
====================

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