[PATCH net-next v4 00/10] Convert LAN78xx to PHYLINK
From: Oleksij Rempel
Date: Tue Mar 18 2025 - 05:34:48 EST
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 (10):
net: usb: lan78xx: handle errors in lan7801 PHY initialization
net: usb: lan78xx: handle errors in LED configuration during PHY init
net: usb: lan78xx: Convert to PHYlink for improved PHY and MAC
management
net: usb: lan78xx: improve error reporting on PHY attach failure
net: usb: lan78xx: Improve error handling in PHY initialization
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: Transition get/set_pause to phylink
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 | 827 ++++++++++++++++++--------------------
2 files changed, 402 insertions(+), 428 deletions(-)
--
2.39.5