From: zhangfei.gao@linaro.org (Zhangfei Gao)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/2] add hix5hd2 mac driver
Date: Tue, 3 Jun 2014 13:49:35 +0800 [thread overview]
Message-ID: <1401774577-16683-1-git-send-email-zhangfei.gao@linaro.org> (raw)
v4:
Update indent
Use usleep_range instead of udelay
v3:
Remove .ndo_get_stats as mentioned by Tobias
Add __le32 conversion pointed by Mark
v2:
Update binding accoring to Sergei comments
Update descriptor as Arnd's suggestion
Zhangfei Gao (2):
Documentation: add Device tree bindings for Hisilicon hix5hd2
ethernet
net: hisilicon: add hix5hd2 mac driver
.../bindings/net/hisilicon-hix5hd2-gmac.txt | 36 +
drivers/net/ethernet/Kconfig | 1 +
drivers/net/ethernet/Makefile | 1 +
drivers/net/ethernet/hisilicon/Kconfig | 27 +
drivers/net/ethernet/hisilicon/Makefile | 5 +
drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 1066 ++++++++++++++++++++
6 files changed, 1136 insertions(+)
create mode 100644 Documentation/devicetree/bindings/net/hisilicon-hix5hd2-gmac.txt
create mode 100644 drivers/net/ethernet/hisilicon/Kconfig
create mode 100644 drivers/net/ethernet/hisilicon/Makefile
create mode 100644 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c
--
1.7.9.5
next reply other threads:[~2014-06-03 5:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-03 5:49 Zhangfei Gao [this message]
2014-06-03 5:49 ` [PATCH v4 1/2] Documentation: add Device tree bindings for Hisilicon hix5hd2 ethernet Zhangfei Gao
2014-06-03 5:49 ` [PATCH v4 2/2] net: hisilicon: add hix5hd2 mac driver Zhangfei Gao
2014-06-06 8:19 ` Thierry Reding
2014-06-06 8:24 ` David Miller
2014-06-03 6:39 ` [PATCH v4 0/2] " David Miller
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=1401774577-16683-1-git-send-email-zhangfei.gao@linaro.org \
--to=zhangfei.gao@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/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;
as well as URLs for NNTP newsgroup(s).