Message ID | 20220427115142.12642-1-yuiko.oshino@microchip.com (mailing list archive) |
---|---|
Headers | show |
Series | net: phy: add LAN8742 phy support | expand |
HI Yuiko, Thanks for update. I think it's ready to submit. Woojung > -----Original Message----- > From: Yuiko Oshino <yuiko.oshino@microchip.com> > Sent: Wednesday, April 27, 2022 7:52 AM > To: Woojung Huh - C21699 <Woojung.Huh@microchip.com>; Yuiko Oshino - > C18177 <Yuiko.Oshino@microchip.com>; davem@davemloft.net; > netdev@vger.kernel.org; andrew@lunn.ch; Ravi Hegde - C21689 > <Ravi.Hegde@microchip.com>; UNGLinuxDriver > <UNGLinuxDriver@microchip.com> > Subject: [PATCH net-next 0/2] net: phy: add LAN8742 phy support > > 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 > > 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(-) > > -- > 2.25.1