From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> Here are the changes required to enable 2.5G ethernet on sa8775p-ride. As advised by Andrew Lunn and Russell King, I am reusing the existing stmmac infrastructure to enable the SGMII loopback and so I dropped the patches adding new callbacks to the driver core. This no longer has any build-time dependencies on the PHY changes so sending it out separately. Changes since v1: - split out the stmmac patches into their own series - don't add new callbacks to the stmmac core, reuse existing infrastructure instead - don't try to add a new PHY mode (OCSGMII) but reuse 2500BASEX instead Link to v1: https://lore.kernel.org/linux-arm-kernel/20240619184550.34524-1-brgl@xxxxxxxx/T/ Bartosz Golaszewski (2): net: stmmac: qcom-ethqos: add support for 2.5G BASEX mode net: stmmac: qcom-ethqos: add a DMA-reset quirk for sa8775p-ride .../stmicro/stmmac/dwmac-qcom-ethqos.c | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) -- 2.43.0