]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mdio-nodes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 17 Jun 2021 19:06:53 +0000 (12:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jun 2021 19:06:53 +0000 (12:06 -0700)
commitb7faf004e9bed66c04fe513701401fb52d2ebac1
tree2a88d859ace28417f566ffaa2b864c7da4e2100e
parent7fc40f75ba2de6e474b685a9cf5aaeba18f66e6d
parente2e923696da42307a6674e784c9d93c3cda109d0
Merge branch 'mdio-nodes'

Ioana Ciornei says:

====================
net: mdio: setup both fwnode and of_node

The first patch in this series fixes a bug introduced by mistake in the
previous ACPI MDIO patch set.

The next two patches are adding a new helper which takes a device and a
fwnode_handle and populates both the of_node and fwnode so that we make
sure that a bug like this does not happen anymore.
Also, the new helper is used in the MDIO area.
====================

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