public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/3] net: fec_mxc: Convert to DM
@ 2016-10-02 12:34 Jagan Teki
  2016-10-02 12:34 ` [U-Boot] [PATCH v3 1/3] net: fec_mxc: Convert into driver model Jagan Teki
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jagan Teki @ 2016-10-02 12:34 UTC (permalink / raw)
  To: u-boot

From: Jagan Teki <jagan@amarulasolutions.com>

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-10-05 16:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-02 12:34 [U-Boot] [PATCH v3 0/3] net: fec_mxc: Convert to DM Jagan Teki
2016-10-02 12:34 ` [U-Boot] [PATCH v3 1/3] net: fec_mxc: Convert into driver model Jagan Teki
2016-10-05 16:51   ` Simon Glass
2016-10-02 12:34 ` [U-Boot] [PATCH v3 2/3] ARM: dts: imx6qdl-icore: Add FEC support Jagan Teki
2016-10-02 12:34 ` [U-Boot] [PATCH v3 3/3] icorem6: Use CONFIG_DM_ETH support Jagan Teki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox