JIRA: https://issues.redhat.com/browse/RHEL-29244 Conflicts: Context diffs in the broadcom drivers due to missing 763716a55cb1 ("net: bgmac-platform: handle mac-address deferral") 029497e66bdc ("net: bgmac-bcma: handle deferred probe error due to mac-address") commit 9ca01b25dffffecf6c59339aad6b4736680e9fa3 Author: Jakub Kicinski <kuba@kernel.org> Date: Wed Oct 6 18:06:56 2021 -0700 ethernet: use of_get_ethdev_address() Use the new of_get_ethdev_address() helper for the cases where dev->dev_addr is passed in directly as the destination. @@ expression dev, np; @@ - of_get_mac_address(np, dev->dev_addr) + of_get_ethdev_address(np, dev) Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Andrew Halaney <ahalaney@redhat.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
lpc_eth.c |