[PATCH net-next v5 0/6] Convert LAN78xx to PHYLINK
From: Oleksij Rempel
Date: Wed Mar 19 2025 - 04:50:10 EST
changes v5:
- merge ethtool pause configuration patch with PHYlink patch
- merge some other small cleanup to a single patch
changes v4:
- split "Improve error handling in PHY initialization" patch and move
some parts before PHYlink porting to address some of compile warning
as early as possible.
- add cleanup patch to remove unused struct members
This patch series refactors the LAN78xx USB Ethernet driver to use the
PHYLINK API.
Oleksij Rempel (6):
net: usb: lan78xx: Improve error handling in PHY initialization
net: usb: lan78xx: Convert to PHYlink for improved PHY and MAC
management
net: usb: lan78xx: Use ethtool_op_get_link to reflect current link
status
net: usb: lan78xx: port link settings to phylink API
net: usb: lan78xx: Integrate EEE support with phylink LPI API
net: usb: lan78xx: remove unused struct members
drivers/net/usb/Kconfig | 3 +-
drivers/net/usb/lan78xx.c | 820 ++++++++++++++++++--------------------
2 files changed, 394 insertions(+), 429 deletions(-)
--
2.39.5