]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'net-stmmac-qcom-ethqos-further-serdes-reorganisation'
authorJakub Kicinski <kuba@kernel.org>
Fri, 6 Mar 2026 02:43:08 +0000 (18:43 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 6 Mar 2026 02:43:09 +0000 (18:43 -0800)
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 <kuba@kernel.org>

Trivial merge