All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3] net: add opencore 10/100 ethernet mac driver
Date: Sun, 25 Apr 2010 23:12:42 -0700	[thread overview]
Message-ID: <4BD52EDA.2000003@gmail.com> (raw)
In-Reply-To: <1271341958-3464-1-git-send-email-thomas@wytron.com.tw>

Thomas,

On 4/15/2010 7:32 AM, Thomas Chou wrote:
> This patch ports the opencore 10/100 ethernet mac driver ethoc.c
> from linux kernel to u-boot.
>
> Signed-off-by: Thomas Chou<thomas@wytron.com.tw>
> ---
> use iobase of struct eth_device.
> add dev_num to ethoc_initialize.
>
>   drivers/net/Makefile |    1 +
>   drivers/net/ethoc.c  |  511 ++++++++++++++++++++++++++++++++++++++++++++++++++
>   include/netdev.h     |    1 +
>   3 files changed, 513 insertions(+), 0 deletions(-)
>   create mode 100644 drivers/net/ethoc.c
>    
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

      reply	other threads:[~2010-04-26  6:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-24  6:24 [U-Boot] [PATCH] net: add opencore 10/100 ethernet mac driver Thomas Chou
2010-03-24  7:54 ` Mike Frysinger
2010-03-24 13:38   ` Thomas Chou
2010-03-24 13:34 ` [U-Boot] [PATCH v2] " Thomas Chou
2010-03-31  3:07   ` Scott McNutt
2010-03-31  4:07     ` Ben Warren
2010-04-01  7:09     ` Michal Simek
2010-04-05  6:31   ` Ben Warren
2010-04-07  3:34     ` Thomas Chou
2010-04-07 17:26       ` Ben Warren
2010-04-15 14:32 ` [U-Boot] [PATCH v3] " Thomas Chou
2010-04-26  6:12   ` Ben Warren [this message]

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=4BD52EDA.2000003@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.