This patchset adds the missing ethernet PHY patches from the Marvell U-Boot SDK version to support and fix higher connection speeds. This is done in preparation for the integration of the Octeon TX2 CN913x support, which uses the updated version of this code.
Thanks, Stefan Igal Liberman (1): net: phy: marvell: add support for 88E2110 phy Marcin Wojtas (1): net: phy: marvell: extend 88E2110 to use both 2.5GHz modes Stefan Chulski (3): net: phy: marvell: remove hardcoded PHY 2210 lane swap net: phy: marvell: Fix PHY 221 2.5G speed detection net: phy: marvell: Fix 2210 link and speed detection resolution drivers/net/phy/marvell.c | 200 ++++++++++++++++++++++++++++++++++++++ include/linux/ethtool.h | 3 +- 2 files changed, 202 insertions(+), 1 deletion(-) -- 2.31.0