Hi Jagan, On 19/10/2016 13:23, Jagan Teki wrote: > From: Jagan Teki <[email protected]> > > This series convert fec_mxc to DM and tested both dm and > non-dm code and it is on top of [1] with u-boot-imx/master > branch. > > Changes for v7: > - Remove fec_set_dev_name in dm probe > > Changes for v6: > - Add Acked-by tags in commit message > > Changes for v5: > - Add stub fec calls to minimize the #ifdef's > - Use same func names on eth_ops > - Remove reset_gpio in fec_mxc.h > - Add new patches, for cleanup driver > > 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 > > [1] [PATCH v7 00/21] imx6: Add Engicam i.CoreM6 QDL support > > Jagan Teki (5): > net: fec_mxc: Remove unneeded eth_device arg from fec_get_hwaddr > net: fec_mxc: Convert into driver model > net: fec_mxc: Driver cleanups > 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 | 516 > +++++++++++++++++++++++------------ > drivers/net/fec_mxc.h | 31 +-- > 7 files changed, 378 insertions(+), 267 deletions(-) >
Applied to u-boot-imx, -next branch, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: [email protected] ===================================================================== _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

