From: Jagan Teki <jteki@openedev.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v7 0/5] net: fec_mxc: Convert to DM
Date: Wed, 19 Oct 2016 16:53:21 +0530 [thread overview]
Message-ID: <1476876206-32048-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 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(-)
--
2.7.4
next reply other threads:[~2016-10-19 11:23 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-19 11:23 Jagan Teki [this message]
2016-10-19 11:23 ` [U-Boot] [PATCH v7 1/5] net: fec_mxc: Remove unneeded eth_device arg from fec_get_hwaddr Jagan Teki
2016-10-19 11:23 ` [U-Boot] [PATCH v7 2/5] net: fec_mxc: Convert into driver model Jagan Teki
2016-10-19 17:35 ` Jagan Teki
2016-10-19 18:02 ` Joe Hershberger
2016-10-19 11:23 ` [U-Boot] [PATCH v7 3/5] net: fec_mxc: Driver cleanups Jagan Teki
2016-10-19 11:23 ` [U-Boot] [PATCH v7 4/5] ARM: dts: imx6qdl-icore: Add FEC support Jagan Teki
2016-10-19 11:23 ` [U-Boot] [PATCH v7 5/5] icorem6: Use CONFIG_DM_ETH support Jagan Teki
2016-10-20 5:59 ` [U-Boot] [PATCH v7 0/5] net: fec_mxc: Convert to DM Jagan Teki
2016-11-06 15:54 ` Jagan Teki
2016-11-14 8:26 ` Stefano Babic
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=1476876206-32048-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