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-Users] Pull request - net
Date: Mon, 07 Jul 2008 00:00:09 -0700	[thread overview]
Message-ID: <4871BEF9.9050802@gmail.com> (raw)

Wolfgang,

The following changes since commit 914f58c5766860373a7d232e961cee5a4b54a55b:
  Wolfgang Denk (1):
        Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash

are available in the git repository at:

  git://git.denx.de/u-boot-net.git master

Ben Warren (1):
      Add mechanisms for CPU and board-specific Ethernet initialization

Hugo Villeneuve (2):
      Remove duplicate definitions in include/lxt971a.h.
      Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.

Nobuhiro Iwamatsu (3):
      net: ne2000: Fix compile error of NE2000
      net: ne2000: Move dev_addr variable from grobal to local.
      net: sh: Renesas SH7763 Ethernet device support

 cpu/arm920t/at91rm9200/lxt972.c |   15 +-
 cpu/arm926ejs/davinci/lxt972.c  |   54 ++---
 cpu/mpc83xx/cpu.c               |   20 ++
 cpu/mpc85xx/cpu.c               |   30 ++
 cpu/mpc86xx/cpu.c               |   27 ++
 drivers/net/Makefile            |    1 +
 drivers/net/ne2000.c            |   14 +-
 drivers/net/ns7520_eth.c        |   42 ++--
 drivers/net/ns9750_eth.c        |   59 ++--
 drivers/net/sh_eth.c            |  603 
+++++++++++++++++++++++++++++++++++++++
 drivers/net/sh_eth.h            |  446 +++++++++++++++++++++++++++++
 include/lxt971a.h               |  100 -------
 include/ns7520_eth.h            |    1 +
 include/ns9750_eth.h            |    1 +
 net/eth.c                       |   32 +--
 15 files changed, 1224 insertions(+), 221 deletions(-)
 create mode 100644 drivers/net/sh_eth.c
 create mode 100644 drivers/net/sh_eth.h


regards,
Ben

             reply	other threads:[~2008-07-07  7:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-07  7:00 Ben Warren [this message]
2008-07-09 21:23 ` [U-Boot-Users] Pull request - net Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2008-04-29  5:42 Ben Warren
2008-04-29 21:43 ` Wolfgang Denk
2008-04-15  4:32 Ben Warren
2008-04-18  7:54 ` Wolfgang Denk
2008-04-01  3:27 Ben Warren
2008-04-07 22:13 ` Wolfgang Denk
2008-01-17 15:54 Ben Warren
2008-01-17 17:42 ` Jean-Christophe PLAGNIOL-VILLARD
2008-01-23 13:21 ` Wolfgang Denk

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=4871BEF9.9050802@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.