[U-Boot] [PATCH v4 0/3] net: fec_mxc: Convert to DM

From: Jagan Teki jagan@amarulasolutions.com
This series convert fec_mxc to DM and tested both dm and non-dm code and it is on top of u-boot-imx/master
Changes for v4: - rebase to u-boot-imx/master
Changes for v3: - Add ARM: dts: imx6qdl-icore: Add FEC support - icorem6: Use CONFIG_DM_ETH support
Changes for v2: - Add TODO for implementing the enet reset code
Jagan Teki (3): net: fec_mxc: Convert into driver model ARM: dts: imx6qdl-icore: Add FEC support icorem6: Use CONFIG_DM_ETH support
arch/arm/cpu/armv7/mx6/Kconfig | 1 + arch/arm/dts/imx6qdl-icore.dtsi | 24 +++ board/engicam/icorem6/icorem6.c | 71 --------- configs/imx6qdl_icore_mmc_defconfig | 1 - configs/imx6qdl_icore_nand_defconfig | 1 - drivers/net/fec_mxc.c | 273 +++++++++++++++++++++++++++++++---- drivers/net/fec_mxc.h | 11 ++ 7 files changed, 283 insertions(+), 99 deletions(-)
participants (1)
-
Jagan Teki