public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jagan Teki <jteki@openedev.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/3] net: fec_mxc: Convert to DM
Date: Sun,  2 Oct 2016 18:04:55 +0530	[thread overview]
Message-ID: <1475411698-14640-1-git-send-email-jteki@openedev.com> (raw)

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

             reply	other threads:[~2016-10-02 12:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-02 12:34 Jagan Teki [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1475411698-14640-1-git-send-email-jteki@openedev.com \
    --to=jteki@openedev.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox