All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] net: phy: add LAN8742 phy support
@ 2022-04-27 12:19 Yuiko Oshino
  2022-04-27 12:19 ` [PATCH net-next v2 1/2] net: phy: microchip: update LAN88xx phy ID and phy ID mask Yuiko Oshino
  2022-04-27 12:19 ` [PATCH net-next v2 2/2] net: phy: smsc: add LAN8742 phy support Yuiko Oshino
  0 siblings, 2 replies; 6+ messages in thread
From: Yuiko Oshino @ 2022-04-27 12:19 UTC (permalink / raw)
  To: woojung.huh, yuiko.oshino, davem, netdev, andrew, ravi.hegde,
	UNGLinuxDriver

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(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-04-27 17:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-27 12:19 [PATCH net-next v2 0/2] net: phy: add LAN8742 phy support Yuiko Oshino
2022-04-27 12:19 ` [PATCH net-next v2 1/2] net: phy: microchip: update LAN88xx phy ID and phy ID mask Yuiko Oshino
2022-04-27 15:36   ` Andrew Lunn
2022-04-27 16:02     ` Yuiko.Oshino
2022-04-27 17:30       ` Andrew Lunn
2022-04-27 12:19 ` [PATCH net-next v2 2/2] net: phy: smsc: add LAN8742 phy support Yuiko Oshino

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.