From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v5] net: add altera triple speeds ethernet mac driver
Date: Sun, 25 Apr 2010 23:13:41 -0700 [thread overview]
Message-ID: <4BD52F15.1000104@gmail.com> (raw)
In-Reply-To: <1271738992-1349-1-git-send-email-thomas@wytron.com.tw>
Thomas,
On 4/19/2010 9:49 PM, Thomas Chou wrote:
> This driver supports the Altera triple speeds 10/100/1000 ethernet
> mac.
>
> Signed-off-by: Thomas Chou<thomas@wytron.com.tw>
> ---
> sort the code to remove func proto.
> change initialization, with dev_num and bases.
> add tse_set_mac_address().
> sgdma code is not folded due to increased code size.
>
> drivers/net/Makefile | 1 +
> drivers/net/altera_tse.c | 935 ++++++++++++++++++++++++++++++++++++++++++++++
> drivers/net/altera_tse.h | 494 ++++++++++++++++++++++++
> include/netdev.h | 2 +
> 4 files changed, 1432 insertions(+), 0 deletions(-)
> create mode 100644 drivers/net/altera_tse.c
> create mode 100644 drivers/net/altera_tse.h
>
>
applied to net repo.
If you'd like this driver to automatically program MAC addresses after
initialization (see a patch that I submitted tonight), please submit a
follow-on to this one and I'll accept for the current release.
regards,
Ben
next prev parent reply other threads:[~2010-04-26 6:13 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-24 6:32 [U-Boot] [PATCH] net: add altera triple speeds ethernet mac driver Thomas Chou
2010-03-24 7:51 ` Mike Frysinger
2010-03-25 9:48 ` [U-Boot] [PATCH v2] " Thomas Chou
2010-03-25 10:02 ` [U-Boot] [PATCH v3] " Thomas Chou
2010-03-28 8:32 ` [U-Boot] [PATCH v4 tabify] " Thomas Chou
2010-04-02 1:43 ` Thomas Chou
2010-04-02 3:57 ` Ben Warren
2010-04-05 6:19 ` Ben Warren
2010-04-07 4:01 ` Thomas Chou
2010-04-07 17:30 ` Ben Warren
2010-04-20 4:49 ` [U-Boot] [PATCH v5] " Thomas Chou
2010-04-26 6:13 ` Ben Warren [this message]
2010-04-26 14:23 ` Thomas Chou
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=4BD52F15.1000104@gmail.com \
--to=biggerbadderben@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.