From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Subject: [PATCH v3 0/2] net: add ENC28J60 support
Date: Wed, 2 Jul 2014 01:03:22 +0400 [thread overview]
Message-ID: <1404248604-15368-1-git-send-email-antonynpavlov@gmail.com> (raw)
Changes since RFC v2:
* drop netif_msg_*() debug level checking and packet dump;
* invoke eth_register() before enc28j60_hw_init()
so dev_dbg() in enc28j60_hw_init() works properly;
* free allocated resources on errors in enc28j60_probe()
Antony Pavlov (2):
net.h: add ETH_ALEN constant; fix whitespaces
net: add ENC28J60 support
drivers/net/Kconfig | 14 +
drivers/net/Makefile | 1 +
drivers/net/enc28j60.c | 1012 +++++++++++++++++++++++++++++++++++++++++++++
drivers/net/enc28j60_hw.h | 307 ++++++++++++++
include/net.h | 8 +-
5 files changed, 1339 insertions(+), 3 deletions(-)
create mode 100644 drivers/net/enc28j60.c
create mode 100644 drivers/net/enc28j60_hw.h
--
2.0.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2014-07-01 21:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-01 21:03 Antony Pavlov [this message]
2014-07-01 21:03 ` [PATCH v3 1/2] net.h: add ETH_ALEN constant; fix whitespaces Antony Pavlov
2014-07-01 21:03 ` [PATCH v3 2/2] net: add ENC28J60 support Antony Pavlov
2014-07-02 5:48 ` [PATCH v3 0/2] " Sascha Hauer
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=1404248604-15368-1-git-send-email-antonynpavlov@gmail.com \
--to=antonynpavlov@gmail.com \
--cc=barebox@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