]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'net-stmmac-qcom-ethqos-cleanups-and-re-organise-serdes-handling'
authorJakub Kicinski <kuba@kernel.org>
Wed, 25 Feb 2026 01:43:25 +0000 (17:43 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 25 Feb 2026 01:43:25 +0000 (17:43 -0800)
commita09eb622f383e6ceff7d55072cba4d4b8234d5d5
treed2fab21f7ffe0efaea93fc54a4bb446ca9d57fc0
parent583706230ea4d5f7f88563cd63056220a5f48c73
parent9192320a65b7b1496fa9d39f7207d6d1fca48b06
Merge branch 'net-stmmac-qcom-ethqos-cleanups-and-re-organise-serdes-handling'

Russell King says:

====================
net: stmmac: qcom-ethqos: cleanups and re-organise SerDes handling

As the last series had issues with stability, I've changed the approach
in this series to concentrate on keeping much of the SerDes related
code within the qcom-ethqos driver rather than trying to move it out at
this stage. This means it should be possible to bisect these patches and
pinpoint exactly the code movement that causes any instability.

This series starts with various cleanups to qcom-ethqos (the first four
patches) before beginning to move code, passing phylink's phy interface
(which will change) to the fix_mac_speed() method, and then using that
to configure the serdes and inband setting before moving the SerDes
code.

This patch set has been tested.
====================

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