]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'net-stmmac-qcom-ethqos-more-cleanups'
authorJakub Kicinski <kuba@kernel.org>
Tue, 31 Mar 2026 00:36:52 +0000 (17:36 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 31 Mar 2026 00:36:52 +0000 (17:36 -0700)
commit0fb03e7038e4f91d44776021ce301af8d4efe0ce
treeca13c61b6846d8d57c74a218f21a9ec37034a2ee
parent911e2c050963ccf239faec6ae9dee0f5e8f1cc5c
parent7f9f301660051353282e579affcd40e7075ab223
Merge branch 'net-stmmac-qcom-ethqos-more-cleanups'

Russell King says:

====================
net: stmmac: qcom-ethqos: more cleanups

Further cleanups to qcom-ethqos, mainly concentrating on the RGMII
code, making it clearer what the differences are for each speed, thus
making the code more readable.

I'm still not really happy with this. The speed specific configuration
remains split between ethqos_fix_mac_speed_rgmii() and
ethqos_rgmii_macro_init(), where the latter is only ever called from
the former. So, I think further work is needed here - maybe it needs
restructuring into the various componenet parts of the RGMII block?
====================

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