mbox series

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

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

Message

Yuiko Oshino May 5, 2022, 6:12 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

v3->v4:
- fixed the one tab missing issue in the smsc.c.

v2->v3:
-added comments about the 0xfffffff2 mask that is for the differentiation and the future revisions.

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

Comments

patchwork-bot+netdevbpf@kernel.org May 9, 2022, 1:40 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Thu, 5 May 2022 11:12:50 -0700 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [v4,net-next,1/2] net: phy: microchip: update LAN88xx phy ID and phy ID mask.
    https://git.kernel.org/netdev/net-next/c/e078286a1375
  - [v4,net-next,2/2] net: phy: smsc: add LAN8742 phy support.
    https://git.kernel.org/netdev/net-next/c/53ad22868289

You are awesome, thank you!