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: Tue, 25 Aug 2009 13:38:08 -0700	[thread overview]
Message-ID: <4A944BB0.9010303@gmail.com> (raw)

Wolfgang,

The following changes since commit 307ecb6db04eebdc06b8c87d48bf48d3cbd5e9d7:
  Eric Millbrandt (1):
        Add support for USB on PSC3 for the mpc5200

are available in the git repository at:

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

Alessandro Rubini (4):
      net: defragment IP packets
      tftp: get the tftp block size from config file and from the environment
      nfs: accept CONFIG_NFS_READ_SIZE from config file
      arm nomadik: activate defrag choose 4k transfer block size

Ben Warren (1):
      Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API

Kim Phillips (1):
      net: tsec - handle user interrupt while waiting for PHY auto negotiation to complete

Robin Getz (2):
      Add debug message for Blackfin Ethernet Rx function.
      Add Transfer Size Option to tftp

 board/altera/dk1c20/dk1c20.c      |   12 ++
 board/altera/dk1s10/dk1s10.c      |   12 ++
 board/armadillo/armadillo.c       |   12 ++
 board/csb226/csb226.c             |   12 ++
 board/ep7312/ep7312.c             |   12 ++
 board/freescale/mx31ads/mx31ads.c |   12 ++
 board/impa7/impa7.c               |   12 ++
 board/lart/lart.c                 |   12 ++
 board/mpl/vcma9/cmd_vcma9.c       |   28 +++--
 board/mpl/vcma9/vcma9.c           |   12 ++
 board/mx1ads/mx1ads.c             |   12 ++
 board/samsung/smdk2400/smdk2400.c |   12 ++
 board/samsung/smdk2410/smdk2410.c |   12 ++
 board/samsung/smdk6400/smdk6400.c |   12 ++
 board/sbc2410x/sbc2410x.c         |   12 ++
 board/ssv/adnpesc1/adnpesc1.c     |   12 ++
 board/trab/trab.c                 |   12 ++
 drivers/net/Makefile              |    2 +-
 drivers/net/bfin_mac.c            |    3 +
 drivers/net/cs8900.c              |  276 ++++++++++++++++++++++---------------
 drivers/net/cs8900.h              |   41 ++++---
 drivers/net/tsec.c                |    7 +
 include/configs/ADNPESC1.h        |   14 +-
 include/configs/DK1C20.h          |   14 +-
 include/configs/DK1S10.h          |   14 +-
 include/configs/VCMA9.h           |    7 +-
 include/configs/armadillo.h       |    9 +-
 include/configs/csb226.h          |    7 +-
 include/configs/ep7312.h          |    9 +-
 include/configs/impa7.h           |    7 +-
 include/configs/lart.h            |    7 +-
 include/configs/mx1ads.h          |    7 +-
 include/configs/mx31ads.h         |    7 +-
 include/configs/nhk8815.h         |    4 +
 include/configs/sbc2410x.h        |    7 +-
 include/configs/smdk2400.h        |    7 +-
 include/configs/smdk2410.h        |    7 +-
 include/configs/smdk6400.h        |    7 +-
 include/configs/trab.h            |    7 +-
 include/netdev.h                  |    1 +
 lib_arm/board.c                   |    9 --
 net/net.c                         |  188 ++++++++++++++++++++++++-
 net/nfs.h                         |   10 +-
 net/tftp.c                        |   51 +++++++-
 44 files changed, 728 insertions(+), 221 deletions(-)

regards,
Ben

             reply	other threads:[~2009-08-25 20:38 UTC|newest]

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