From: David S. Miller Date: Fri, 21 May 2021 21:05:04 +0000 (-0700) Subject: Merge branch 'dpaa2-eth-of_node' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b12a6b7193e1362d297eb30e229ca0392b0583a2;p=linux.git 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 --- b12a6b7193e1362d297eb30e229ca0392b0583a2