[PATCH net-next v2 0/2] add support for DP83TG720S PHY

From: Oleksij Rempel
Date: Tue Dec 12 2023 - 00:42:13 EST


changes v2:
- reorder DP83TG720_PHY in Kconfig in Makefile
- use dp83tg720_config_aneg() directly
- add Reviewed-by to the first patch

Oleksij Rempel (2):
net: phy: c45: add genphy_c45_pma_read_ext_abilities() function
net: phy: Add support for the DP83TG720S Ethernet PHY

drivers/net/phy/Kconfig | 13 +++
drivers/net/phy/Makefile | 1 +
drivers/net/phy/dp83tg720.c | 188 ++++++++++++++++++++++++++++++++++++
drivers/net/phy/phy-c45.c | 129 ++++++++++++++-----------
include/linux/phy.h | 1 +
5 files changed, 277 insertions(+), 55 deletions(-)
create mode 100644 drivers/net/phy/dp83tg720.c

--
2.39.2