mbox series

[net-next,v4,00/10] Convert LAN78xx to PHYLINK

Message ID 20250318093410.3047828-1-o.rempel@pengutronix.de (mailing list archive)
Headers show
Series Convert LAN78xx to PHYLINK | expand

Message

Oleksij Rempel March 18, 2025, 9:34 a.m. UTC
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