Re: [PATCH RFC net-next 0/9] net: stmmac: qcom-ethqos: cleanups and re-organise SerDes handling
From: Mohd Ayaan Anwar <mohd.anwar@oss.qualcomm.com>
Date: 2026-02-17 18:31:00
Also in:
imx, linux-arm-kernel, linux-arm-msm
On Thu, Feb 12, 2026 at 12:09:10AM +0000, Russell King (Oracle) wrote:
Hi, 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. Please test this patch set, and let me know whether this works, or where it breaks. Thanks. .../ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c | 3 +- drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c | 11 +- .../net/ethernet/stmicro/stmmac/dwmac-loongson.c | 3 +- .../ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c | 114 ++++++++++++--------- .../net/ethernet/stmicro/stmmac/dwmac-socfpga.c | 3 +- drivers/net/ethernet/stmicro/stmmac/dwmac-sti.c | 11 +- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 3 +- include/linux/stmmac.h | 3 +- 8 files changed, 90 insertions(+), 61 deletions(-)
Tested without issues on: - QCS9100 Ride R3 (AQR115C PHY, 2500BASE-X) - 2.5G/1G/100M - IQ9 EVK (QCA8081 PHY, 2500BASE-X) - 2.5G - QCS615 Ride (KSZ9031 PHY, RGMII) [0][1] - 1G/100M Tested-by: Mohd Ayaan Anwar <mohd.anwar@oss.qualcomm.com> Ayaan --- [0] https://lore.kernel.org/netdev/20250819-qcs615_eth-v4-6-5050ed3402cb@oss.qualcomm.com/t/#ma85cac924488d580b971e6477e7df30dc7e48045 (local) [1] Ethernet is not yet enabled for this board in the upstream kernel. The changes from [0] were applied locally to test this series. I am trying to figure out how the board deals with RGMII delays so that I can revive the series.