
This patch set fixes the MAC address fixup procedure which was impacted by several changes in the phy_interface_t used to describe some interfaces. The transitions from "xgmii" to "xfi" and then finally to "10gbase-r" were involved.
The first patch just exports a function to identify the DPMAC id of an UCLASS_ETH device and the DPAA2 driver name as a macro.
Ioana Ciornei (2): drivers: net: ldpaa: export driver name and API to get DPMAC id drivers: net: fsl-mc: fix MAC address fixup procedure
drivers/net/fsl-mc/mc.c | 31 +++++++++++++------------------ drivers/net/ldpaa_eth/ldpaa_eth.c | 7 ++++--- include/net/ldpaa_eth.h | 15 +++++++++++++++ 3 files changed, 32 insertions(+), 21 deletions(-) create mode 100644 include/net/ldpaa_eth.h