mbox series

[net-next,v2,0/2] net: phy: add LAN8742 phy support

Message ID 20220427121957.13099-1-yuiko.oshino@microchip.com (mailing list archive)
Headers show
Series net: phy: add LAN8742 phy support | expand

Message

Yuiko Oshino April 27, 2022, 12:19 p.m. UTC
add LAN8742 phy support
update LAN88xx phy ID and phy ID mask so that it can coexist with LAN8742

The current phy IDs on the available hardware.
    LAN8742 0x0007C130, 0x0007C131
    LAN88xx 0x0007C132

v1->v2:
-removed "REVIEW REQUEST3" from the PATCH 1/2.

Yuiko Oshino (2):
  net: phy: microchip: update LAN88xx phy ID and phy ID mask.
  net: phy: smsc: add LAN8742 phy support.

 drivers/net/phy/microchip.c |  6 +++---
 drivers/net/phy/smsc.c      | 27 +++++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 3 deletions(-)