All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request - net
Date: Wed, 27 Aug 2008 13:55:18 +0200	[thread overview]
Message-ID: <20080827115518.49A5C248BF@gemini.denx.de> (raw)
In-Reply-To: <48B50654.3050509@gmail.com>

Dear Ben Warren,

In message <48B50654.3050509@gmail.com> you wrote:
> 
> The following changes since commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e:
>   Kumar Gala (1):
>         FSL DDR: Remove old SPD support from cpu/mpc86xx
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> Andrew Dyer (1):
>       dm9000 remove dead external phy support, gpio fix
> 
> Ben Warren (7):
>       Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
>       Moved initialization of MCFFEC Ethernet driver to CPU directory
>       Moved initialization of GRETH Ethernet driver to CPU directory
>       Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()
>       Moved initialization of ULI526X Ethernet driver to board code.
>       Moved conditional compilation to Makefile for SK98 Ethernet driver
>       Moved initialization of SKGE Ethernet driver to board code.
> 
> Peter Tyser (1):
>       Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions
> 
> Remy Bohmer (2):
>       Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set.
>       Fix bogus error message in the DHCP handler
> 
> TsiChung Liew (2):
>       Fix ColdFire FEC warning messages
>       ColdFire: Add FEC Buffer descriptors in SRAM
> 
>  board/bf537-stamp/bf537-stamp.c           |   10 ++
>  board/freescale/mpc8610hpcd/mpc8610hpcd.c |   10 ++
>  board/sl8245/sl8245.c                     |   13 +++
>  common/cmd_net.c                          |   10 +-
>  cpu/leon2/cpu.c                           |    9 ++
>  cpu/leon3/cpu.c                           |    8 ++
>  cpu/mcf523x/cpu.c                         |   14 +++
>  cpu/mcf52x2/cpu.c                         |   15 +++
>  cpu/mcf532x/cpu.c                         |   14 +++
>  cpu/mcf5445x/cpu.c                        |   14 +++
>  cpu/mcf547x_8x/cpu.c                      |   21 ++++
>  drivers/net/bfin_mac.c                    |    2 +-
>  drivers/net/dm9000x.c                     |  159 +++--------------------------
>  drivers/net/dm9000x.h                     |   21 ++++
>  drivers/net/fsl_mcdmafec.c                |   19 ++--
>  drivers/net/greth.c                       |    2 +-
>  drivers/net/mcffec.c                      |   40 +++++++-
>  drivers/net/sk98lin/Makefile              |   20 +---
>  drivers/net/sk98lin/skaddr.c              |    4 -
>  drivers/net/sk98lin/skcsum.c              |    4 -
>  drivers/net/sk98lin/skge.c                |    4 -
>  drivers/net/sk98lin/skgehwt.c             |    5 -
>  drivers/net/sk98lin/skgeinit.c            |    4 -
>  drivers/net/sk98lin/skgemib.c             |    4 -
>  drivers/net/sk98lin/skgepnmi.c            |    4 -
>  drivers/net/sk98lin/skgesirq.c            |    4 -
>  drivers/net/sk98lin/ski2c.c               |    4 -
>  drivers/net/sk98lin/sklm80.c              |    4 -
>  drivers/net/sk98lin/skproc.c              |    4 -
>  drivers/net/sk98lin/skqueue.c             |    4 -
>  drivers/net/sk98lin/skrlmt.c              |    4 -
>  drivers/net/sk98lin/sktimer.c             |    4 -
>  drivers/net/sk98lin/skvpd.c               |    4 -
>  drivers/net/sk98lin/skxmac2.c             |    4 -
>  drivers/net/sk98lin/uboot_drv.c           |    8 +--
>  drivers/net/sk98lin/uboot_skb.c           |    5 -
>  net/bootp.c                               |    3 +
>  net/bootp.h                               |    2 +-
>  net/eth.c                                 |   24 -----
>  39 files changed, 227 insertions(+), 281 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
If God wanted me to touch my toes, he'd have put them on my knees.

  reply	other threads:[~2008-08-27 11:55 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-27  7:46 [U-Boot] Pull request - net Ben Warren
2008-08-27 11:55 ` Wolfgang Denk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-10-12  6:39 Ben Warren
2010-10-12 18:45 ` Wolfgang Denk
2010-08-09 18:56 Ben Warren
2010-08-10 21:00 ` Wolfgang Denk
2010-07-12  7:17 Ben Warren
2010-06-21  5:18 Ben Warren
2010-06-22 19:29 ` Wolfgang Denk
2010-05-03 22:06 Ben Warren
2010-05-04 21:05 ` Wolfgang Denk
2010-02-07  7:08 Ben Warren
2010-02-08 21:16 ` Wolfgang Denk
2010-02-01  6:47 Ben Warren
2010-02-01  8:04 ` Prafulla Wadaskar
2010-02-01  8:07   ` Ben Warren
2010-02-03 19:15 ` Wolfgang Denk
2009-11-24 22:19 Ben Warren
2009-11-24 22:27 ` Wolfgang Denk
2009-11-11 21:30 Ben Warren
2009-11-11 22:11 ` Wolfgang Denk
2009-10-19 18:41 Ben Warren
2009-10-24 20:16 ` Wolfgang Denk
2009-10-11  6:52 Ben Warren
2009-10-12 21:47 ` Wolfgang Denk
2009-10-05  7:27 Ben Warren
2009-10-05 21:33 ` Wolfgang Denk
2009-08-21 17:38 Ben Warren
2009-08-21 21:04 ` Wolfgang Denk
2009-08-10 22:11 Ben Warren
2009-08-11 19:47 ` Wolfgang Denk
2009-08-11 20:17   ` Ben Warren
2009-08-11 21:05     ` Wolfgang Denk
2009-08-08  9:56 Ben Warren
2009-08-08 10:09 ` Wolfgang Denk
2009-07-23  6:33 Ben Warren
2009-07-23 17:29 ` Wolfgang Denk
2009-07-21  7:27 Ben Warren
2009-07-21  7:48 ` Wolfgang Denk
2009-07-21 18:53   ` Prafulla Wadaskar
2009-07-21 21:12     ` Wolfgang Denk
2009-06-15  7:17 Ben Warren
2009-06-15  9:21 ` Wolfgang Denk
2009-06-09  6:04 Ben Warren
2009-06-09 20:51 ` Wolfgang Denk
2009-06-10  8:14   ` Prafulla Wadaskar
2009-06-10 16:32     ` Ben Warren
2009-06-08  4:27 Ben Warren
2009-06-08 14:06 ` Liew Tsi Chung-R5AAHP
2009-06-08 21:54 ` Wolfgang Denk
2009-06-08 21:59   ` Ben Warren
2009-06-09  6:01   ` Ben Warren
2009-04-20  6:28 Ben Warren
2009-04-24 11:37 ` Wolfgang Denk
2009-02-23  7:52 Ben Warren
2009-02-23 21:21 ` Wolfgang Denk
2009-02-23 22:18   ` Ben Warren
2009-02-10  7:05 Ben Warren
2009-02-11 21:26 ` Wolfgang Denk
2009-02-01  4:39 Ben Warren
2009-02-01 20:36 ` Wolfgang Denk
2008-12-05  7:05 Ben Warren
2008-12-09  0:02 ` Wolfgang Denk
2008-11-10  5:51 Ben Warren
2008-11-18 20:39 ` Wolfgang Denk
2008-11-18 21:03   ` Ben Warren
2008-10-14  6:07 Ben Warren
2008-10-14 11:07 ` Wolfgang Denk
2008-09-03  4:26 [U-Boot] Pull request - NET Ben Warren
2008-09-03 20:53 ` Wolfgang Denk
2008-08-19  6:20 [U-Boot] Pull request - net Ben Warren
2008-08-20 22:39 ` 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=20080827115518.49A5C248BF@gemini.denx.de \
    --to=wd@denx.de \
    --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.