[PATCH V2 47/53] net: dwc_eth_qos: introduce eqos hook eqos_get_enetaddr

2022-07-26 Thread sbabic
> From: Peng Fan > i.MX has specific hook to get MAC address, so introduce a hook and move > i.MX code to its own driver > Signed-off-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX S

[PATCH V2 47/53] net: dwc_eth_qos: introduce eqos hook eqos_get_enetaddr

2022-07-26 Thread Peng Fan (OSS)
From: Peng Fan i.MX has specific hook to get MAC address, so introduce a hook and move i.MX code to its own driver Signed-off-by: Peng Fan --- drivers/net/dwc_eth_qos.c | 9 ++--- drivers/net/dwc_eth_qos.h | 1 + drivers/net/dwc_eth_qos_imx.c | 12 +++- 3 files changed, 1