This series adds support for the integrated 2.5Gbps PHY in RTL8125.
First three patches add necessary functionality to phylib.
Changes in v2:
- added patch 1
- changed patch 4 to use a fake PHY ID that is injected by the
network driver. This allows to use a dedicated PHY driver.
Heiner Kallweit (4):
net: phy: simplify genphy_config_advert by using the
linkmode_adv_to_xxx_t functions
net: phy: prepare phylib to deal with PHY's extending Clause 22
net: phy: add phy_modify_paged_changed
net: phy: realtek: add support for the 2.5Gbps PHY in RTL8125
drivers/net/phy/phy-core.c | 29 ++++++++++++++---
drivers/net/phy/phy_device.c | 49 +++++++++++-----------------
drivers/net/phy/realtek.c | 62 ++++++++++++++++++++++++++++++++++++
include/linux/phy.h | 10 +++++-
4 files changed, 113 insertions(+), 37 deletions(-)
--
2.22.0