From: Jakub Kicinski Date: Fri, 6 Mar 2026 02:43:08 +0000 (-0800) Subject: Merge branch 'net-stmmac-qcom-ethqos-further-serdes-reorganisation' X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a13309fa840fa7d651e6df0e174023003829461;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'net-stmmac-qcom-ethqos-further-serdes-reorganisation' Russell King says: ==================== net: stmmac: qcom-ethqos: further serdes reorganisation This is part 2 of the qcom-ethqos series, part 1 and patch 2 of part 2 has now been merged. This part of the series focuses on the generic PHY driver, but these changes have dependencies on the ethernet driver, hence why it will need to go via net-next. Furthermore, subsequent changes depend on these patches. The underlying ideas here are: - get rid of the driver using phy_set_speed() with SPEED_1000 and SPEED_2500 which makes no sense for an ethernet SerDes due to the PCS 8B10B data encoding, which inflates the data rate at the SerDes compared to the MAC. This is replaced with phy_set_mode_ext(). - allow phy_power_on() / phy_set_mode*() to be called in any order. Mohd has tested this series, although not in the resulting merge order. ==================== Link: https://patch.msgid.link/aacD3osfaZkLsGxm@shell.armlinux.org.uk Signed-off-by: Jakub Kicinski --- 2a13309fa840fa7d651e6df0e174023003829461