[PATCH net-next v1 0/7] port asix ax88772 to the PHYlib

From: Oleksij Rempel
Date: Fri Jun 04 2021 - 09:43:07 EST


Port ax88772 part of asix driver to the phylib to be able to use more
advanced external PHY attached to this controller.

Oleksij Rempel (7):
net: usb: asix: ax88772_bind: use devm_kzalloc() instead of kzalloc()
net: usb: asix: ax88772: add phylib support
net: usb/phy: asix: add support for ax88772A/C PHYs
net: usb: asix: ax88772: add generic selftest support
net: usb: asix: add error handling for asix_mdio_* functions
net: phy: do not print dump stack if device was removed
usbnet: run unbind() before unregister_netdev()

drivers/net/phy/ax88796b.c | 74 ++++++++++++++++-
drivers/net/phy/phy.c | 3 +
drivers/net/usb/Kconfig | 2 +
drivers/net/usb/asix.h | 10 +++
drivers/net/usb/asix_common.c | 68 +++++++++++++--
drivers/net/usb/asix_devices.c | 148 +++++++++++++++++++++++----------
drivers/net/usb/ax88172a.c | 14 ----
drivers/net/usb/usbnet.c | 6 +-
8 files changed, 253 insertions(+), 72 deletions(-)

--
2.29.2