Skip to content

net: stmmac: Rebase to v6.10

Andrew Halaney requested to merge ahalaney/centos-stream-9:stmmac-to-v610 into main

JIRA: https://issues.redhat.com/browse/RHEL-6297

Let's rebase stmmac to v6.10. The following patches were purposely avoided:

c5f3ffe35cc9 ("net: stmmac: dwmac-qcom-ethqos: Drop an if with an always false condition")
5580b559a80a ("net: stmmac: dwmac-qcom-ethqos: Convert to platform remove callback returning void")

Because they don't make sense, see this MR's backport of "net: stmmac: dwmac-tegra: Convert to platform remove callback returning void" for an explanation.

727e373f897d ("net: stmmac: use xpcs_create_mdiodev()")
58329b03a595 ("net: stmmac: Signal to PHY/PCS drivers to keep RX clock on")
f951a64922a8 ("net: stmmac: Move MAC caps init to phylink MAC caps getter")

Were avoided due to requiring changes in other net (pcs, phylink, etc) subsystems at this moment that I didn't want to bring in this late for y-stream.

Signed-off-by: Andrew Halaney ahalaney@redhat.com

Edited by Andrew Halaney

Merge request reports