Merge branch 'lan8742-phy'
authorDavid S. Miller <davem@davemloft.net>
Mon, 9 May 2022 11:20:57 +0000 (12:20 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 May 2022 11:20:57 +0000 (12:20 +0100)
commit1728c0567f70583d5e8aa698ce5778c481cc8de7
tree59e1f32fad9a97125c7ad01f46738c30efdcf92c
parent613707eb8bb07164d8b01771ef7cbfeb291b588c
parent53ad228682899689d8a3a0f91e399febe88a1db3
Merge branch 'lan8742-phy'

Yuiko Oshino says:

====================
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

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>