Merge branch 'add-TJA1102-support'
authorDavid S. Miller <davem@davemloft.net>
Thu, 23 Apr 2020 02:41:26 +0000 (19:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Apr 2020 02:41:26 +0000 (19:41 -0700)
commitec403d880bcc48ea1f2bdc6589ffcb1301a69f56
tree8e08f0988a40f304d76a762488d7bead42d39b4b
parentd0f0c55e7c4ca7c66877064d7c1f4795025e88f8
parent6a64d3cdc5ef89b2ac629701de5ffb3df1fb7937
Merge branch 'add-TJA1102-support'

Oleksij Rempel says:

====================
add TJA1102 support

changes v5:
- rename __of_mdiobus_register_phy() to of_mdiobus_phy_device_register()

changes v4:
- remove unused phy_id variable

changes v3:
- export part of of_mdiobus_register_phy() and reuse it in tja11xx
  driver
- coding style fixes

changes v2:
- use .match_phy_device
- add irq support
- add add delayed registration for PHY1
====================

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