]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dpaa2-eth-of_node'
authorDavid S. Miller <davem@davemloft.net>
Fri, 21 May 2021 21:05:04 +0000 (14:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 May 2021 21:05:04 +0000 (14:05 -0700)
commit81da2401422d0d124d161e60aa8e0eb4a1d82d14
tree6dca9961a60361745610bcc196c6362adc55b93f
parent50c8b11c3cd86f1da1497184e0ab1a89ce39e425
parente56797f01286d1ec79727ee5f7deabe6e9e52831
Merge branch 'dpaa2-eth-of_node'

Ioana Ciornei says:

====================
dpaa2-eth: setup the of_node

This patch set allows DSA to work with a DPAA2 master device by setting
up the of_node to point to the corresponding MAC DTS node, so that
of_find_net_device_by_node() can find it.
As an added benefit, udev rules can now be used to create a naming
scheme based on the physical MAC.

The second patch renames the debugfs directory to use the DPNI name
instead of the netdev name, since the latter can be changed after probe
time.
====================

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