From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Sun, 2 Oct 2016 18:04:55 +0530 Subject: [U-Boot] [PATCH v3 0/3] net: fec_mxc: Convert to DM Message-ID: <1475411698-14640-1-git-send-email-jteki@openedev.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Jagan Teki This series convert fec_mxc to DM and tested both dm and non-dm code. This is on top of engicam qdl[1] 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] https://www.mail-archive.com/u-boot at lists.denx.de/msg226671.html 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(-) -- 2.7.4