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] Pull request - net/next
Date: Wed, 16 Dec 2009 21:37:39 -0800	[thread overview]
Message-ID: <4B29C3A2.6000905@gmail.com> (raw)

Wolfgang,

The following changes since commit 4b142febff71eabdb7ddbb125c7b583b24ddc434:
  Heiko Schocher (1):
        common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL

are available in the git repository at:

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

Ben Warren (1):
      Net: Clean up LAN91C96 Support

John Ogness (1):
      fec_mxc: incomplete error handling

Mike Frysinger (1):
      net: pull CONFIG checks out of source and into makefile

Nishanth Menon (3):
      NET: LAN91C96 CONFIG_NET_MULTIify
      TI OMAP3: SDP3430 FIX NET_MULTI Warning
      LAN91C96: Enable NET_MULTI LAN driver

Reinhard Arlt (1):
      net: e1000: Add support for the Intel 82546GB controller

Remy Bohmer (1):
      Add error codes/handling for TFTP-server

Thomas Weber (1):
      net: dm9000x: fix debug output

 board/apollon/apollon.c                  |   13 +-
 board/assabet/assabet.c                  |   12 +
 board/dave/B2/B2.c                       |   12 +
 board/gcplus/gcplus.c                    |   12 +
 board/logicpd/zoom1/zoom1.c              |   12 +
 board/logicpd/zoom2/zoom2.c              |   12 +
 board/lubbock/lubbock.c                  |   12 +
 board/ti/omap1510inn/omap1510innovator.c |   12 +
 board/ti/omap1610inn/omap1610innovator.c |   12 +
 board/ti/omap2420h4/omap2420h4.c         |   12 +
 board/ti/omap5912osk/omap5912osk.c       |   12 +
 board/ti/omap730p2/omap730p2.c           |   12 +
 board/ti/sdp3430/sdp.c                   |   12 +-
 drivers/net/Makefile                     |    2 +-
 drivers/net/dm9000x.c                    |    2 +-
 drivers/net/e1000.c                      |    1 +
 drivers/net/fec_mxc.c                    |    1 +
 drivers/net/lan91c96.c                   |  452 ++++++++++++------------------
 drivers/net/lan91c96.h                   |  110 ++++----
 include/configs/B2.h                     |    4 +-
 include/configs/apollon.h                |    3 +-
 include/configs/assabet.h                |    3 +-
 include/configs/gcplus.h                 |    3 +-
 include/configs/lubbock.h                |    3 +-
 include/configs/omap1510inn.h            |    3 +-
 include/configs/omap1610h2.h             |    3 +-
 include/configs/omap1610inn.h            |    3 +-
 include/configs/omap2420h4.h             |    3 +-
 include/configs/omap3_sdp3430.h          |    3 +-
 include/configs/omap5912osk.h            |    3 +-
 include/configs/omap730p2.h              |    3 +-
 include/configs/pleb2.h                  |    6 +-
 include/netdev.h                         |    1 +
 include/pci_ids.h                        |    1 +
 net/Makefile                             |   12 +-
 net/bootp.c                              |    4 -
 net/eth.c                                |    7 +-
 net/net.c                                |    4 -
 net/nfs.c                                |    4 -
 net/rarp.c                               |    4 -
 net/tftp.c                               |   36 ++-
 41 files changed, 452 insertions(+), 389 deletions(-)

regards,
Ben

             reply	other threads:[~2009-12-17  5:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-17  5:37 Ben Warren [this message]
2009-12-17 21:59 ` [U-Boot] Pull request - net/next Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2009-08-25 20:38 Ben Warren
2009-08-25 21:06 ` 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=4B29C3A2.6000905@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.