]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit20cbbc51615a56d5028cc6c8bc94fde6709b7ecf
tree8e08f0988a40f304d76a762488d7bead42d39b4b
parentf1706d19e4b57e0908f0d6de1430453623804d45
parent9a4a3d1dfb1a505595e90b2f8c431aba813d9751
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>