[PATCH net-next v5 0/6] Convert LAN78xx to PHYLINK

Oleksij Rempel posted 6 patches 9 months ago
There is a newer version of this series
drivers/net/usb/Kconfig   |   3 +-
drivers/net/usb/lan78xx.c | 820 ++++++++++++++++++--------------------
2 files changed, 394 insertions(+), 429 deletions(-)
[PATCH net-next v5 0/6] Convert LAN78xx to PHYLINK
Posted by Oleksij Rempel 9 months ago
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