mbox series

[net,0/2] net:usb:lan78xx: move LAN7800 internal phy register accesses to the phy driver.

Message ID cover.1676490952.git.yuiko.oshino@microchip.com
Headers show
Series net:usb:lan78xx: move LAN7800 internal phy register accesses to the phy driver. | expand

Message

Yuiko Oshino Feb. 16, 2023, 2:20 p.m. UTC
Move the LAN7800 internal phy register accesses from lan78xx.c to the new lan88xx_link_change_notify() in the microchip.c, the phy driver.

Yuiko Oshino (2):
  net:usb:lan78xx: fix accessing the LAN7800's internal phy specific
    registers from the MAC driver
  net:phy:microchip: fix accessing the LAN7800's internal phy specific
    registers from the MAC driver

 drivers/net/phy/microchip.c | 32 ++++++++++++++++++++++++++++++++
 drivers/net/usb/lan78xx.c   | 27 +--------------------------
 2 files changed, 33 insertions(+), 26 deletions(-)