All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthias Kaehlcke <matthias@kaehlcke.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/3] Add EP93xx ethernet driver
Date: Mon, 1 Feb 2010 08:12:24 +0100	[thread overview]
Message-ID: <20100201071224.GE8053@darwin> (raw)
In-Reply-To: <4B666594.3040203@gmail.com>

Hi Ben,

El Sun, Jan 31, 2010 at 09:24:36PM -0800 Ben Warren ha dit:

> Matthias Kaehlcke wrote:
> >Added ethernet driver for EP93xx SoCs
> >
> >Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
> >---
> > drivers/net/Makefile     |    1 +
> > drivers/net/ep93xx_eth.c |  653 ++++++++++++++++++++++++++++++++++++++++++++++
> > drivers/net/ep93xx_eth.h |  144 ++++++++++
> > include/common.h         |    5 +
> > include/netdev.h         |    1 +
> > 5 files changed, 804 insertions(+), 0 deletions(-)
> > create mode 100644 drivers/net/ep93xx_eth.c
> > create mode 100644 drivers/net/ep93xx_eth.h
> Applied to net repo.
> Thanks a lot,

thanks to you for the reviews and the helpfull comments!

-- 
Matthias Kaehlcke
Embedded Linux Developer
Barcelona

              La posibilidad de realizar un suenyo es lo
                 que hace que la vida sea interesante
                                                                 .''`.
    using free software / Debian GNU/Linux | http://debian.org  : :'  :
                                                                `. `'`
gpg --keyserver pgp.mit.edu --recv-keys 47D8E5D4                  `-

  reply	other threads:[~2010-02-01  7:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1264955406.git.matthias@kaehlcke.net>
2010-01-31 16:39 ` [U-Boot] [PATCH 1/3] ARM: Add support for EP93xx SoCs Matthias Kaehlcke
2010-01-31 16:39 ` [U-Boot] [PATCH 2/3] Add EP93xx ethernet driver Matthias Kaehlcke
2010-02-01  5:24   ` Ben Warren
2010-02-01  7:12     ` Matthias Kaehlcke [this message]
2010-01-31 16:39 ` [U-Boot] [PATCH 3/3] Add support for EDB93xx boards Matthias Kaehlcke
     [not found] <cover.1265053904.git.matthias@kaehlcke.net>
2010-02-01 20:29 ` [U-Boot] [PATCH 2/3] Add EP93xx ethernet driver Matthias Kaehlcke
     [not found] <cover.1264351928.git.matthias@kaehlcke.net>
2010-01-24 16:56 ` Matthias Kaehlcke
2010-01-25  4:09   ` Ben Warren
     [not found] <cover.1263903884.git.matthias@kaehlcke.net>
2010-01-19 19:16 ` Matthias Kaehlcke
2010-01-19 21:30   ` Ben Warren
2010-01-19 21:42     ` Matthias Kaehlcke
2009-12-23 19:26 [U-Boot] [PATCH 2/3] Add EP93XX " Matthias Kaehlcke

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=20100201071224.GE8053@darwin \
    --to=matthias@kaehlcke.net \
    --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.