All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Pull request - net
@ 2009-11-24 22:19 Ben Warren
  2009-11-24 22:27 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2009-11-24 22:19 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit fcffb680e77fcb48598d4a9944dbe2d4503170e0:
  Mike Frysinger (1):
        sf: fix stmicro offset setup while erasing

are available in the git repository at:

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

Remy Bohmer (1):
      Repair the 'netretry=once' option.

 net/net.c |   34 +++++++++++++++++++++++++---------
 1 files changed, 25 insertions(+), 9 deletions(-)

regards,
Ben

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-11-24 22:19 [U-Boot] Pull request - net Ben Warren
@ 2009-11-24 22:27 ` Wolfgang Denk
  0 siblings, 0 replies; 72+ messages in thread
From: Wolfgang Denk @ 2009-11-24 22:27 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <4B0C5BE5.7070507@gmail.com> you wrote:
> Wolfgang,
> 
> The following changes since commit fcffb680e77fcb48598d4a9944dbe2d4503170e0:
>   Mike Frysinger (1):
>         sf: fix stmicro offset setup while erasing
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> Remy Bohmer (1):
>       Repair the 'netretry=once' option.
> 
>  net/net.c |   34 +++++++++++++++++++++++++---------
>  1 files changed, 25 insertions(+), 9 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
Looks clean and obviously correct to me, but then _everything_ I
write always looks obviously correct to me.  - Linus Torvalds in
<Pine.LNX.4.10.10012090054360.791-100000@penguin.transmeta.com>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2010-10-12  6:39 Ben Warren
@ 2010-10-12 18:45 ` Wolfgang Denk
  0 siblings, 0 replies; 72+ messages in thread
From: Wolfgang Denk @ 2010-10-12 18:45 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <4CB402A0.7040008@gmail.com> you wrote:
> 
> 
> Wolfgang,
> 
> The following changes since commit bfc7bea6adc46e1db2f5a5e3464d7652ed67c864:
>    Wolfgang Denk (1):
>          Merge branch 'master' of git://git.denx.de/u-boot-x86
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-net.git master
> 
> Andreas Bie?mann (2):
>        drivers/net/at91_emac.c: increase timeout for autonegotiation
>        drivers/net/at91_emac.c: change return values
> 
> Ben Gardiner (1):
>        davinci_emac: davinci_eth_set_mac_addr to ->write_hwaddr
> 
> Ben Warren (1):
>        Net: Remove redundant CONFIG_NET_MULTI directives
> 
> Ilya Yanok (1):
>        mpc5xxx_fec: add call to reset_phy() after PHY initialization
> 
> Joakim Tjernlund (4):
>        net: Fix faulty definition of uec_initialize()
>        UEC: Don't udelay needlessly
>        UEC PHY: Remove strange 0.5 sec delay
>        UEC PHY: Speed up initial PHY neg.
> 
> Michal Simek (2):
>        net: Fix emaclite driver to support little-endian microblaze
>        net: Move Emaclite to NET_MULTI
> 
> Peter Tyser (1):
>        rarp: Condtionally compile rarp support
> 
> Reinhard Meyer (1):
>        NET: add ENC28J60 driver using SPI framework
> 
> Reinhard Meyer (-VC) (1):
>        NET: move legacy enc28j60.c to sidetrack as enc28j60_lpc2292.c
> 
> Thomas Chou (1):
>        smc91111: add write_hwaddr
> 
>   arch/arm/include/asm/arch-davinci/emac_defs.h |    1 -
>   arch/arm/lib/board.c                          |   19 -
>   board/davinci/common/misc.c                   |   41 +-
>   board/davinci/common/misc.h                   |    2 +-
>   board/davinci/da8xxevm/da830evm.c             |   12 +-
>   board/davinci/dm365evm/dm365evm.c             |    2 +-
>   board/davinci/dvevm/dvevm.c                   |    2 +-
>   board/davinci/sffsdr/sffsdr.c                 |    2 +-
>   board/davinci/sonata/sonata.c                 |    2 +-
>   common/cmd_net.c                              |    2 +
>   drivers/net/Makefile                          |    1 +
>   drivers/net/at91_emac.c                       |   20 +-
>   drivers/net/davinci_emac.c                    |   80 +-
>   drivers/net/enc28j60.c                        | 1548 ++++++++++++-------------
>   drivers/net/enc28j60.h                        |  251 ++++
>   drivers/net/enc28j60_lpc2292.c                |  983 ++++++++++++++++
>   drivers/net/mpc5xxx_fec.c                     |    7 +
>   drivers/net/smc91111.c                        |   40 +-
>   drivers/net/xilinx_emaclite.c                 |   88 +-
>   drivers/qe/uec.c                              |    4 +-
>   drivers/qe/uec_phy.c                          |   10 +-
>   include/config_cmd_all.h                      |    1 +
>   include/configs/SMN42.h                       |    2 +-
>   include/configs/lpc2292sodimm.h               |    2 +-
>   include/netdev.h                              |    4 +-
>   net/Makefile                                  |    2 +-
>   net/eth.c                                     |   16 +-
>   net/net.c                                     |   11 +-
>   28 files changed, 2192 insertions(+), 963 deletions(-)
>   create mode 100644 drivers/net/enc28j60.h
>   create mode 100644 drivers/net/enc28j60_lpc2292.c

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
Too many people are ready to carry the stool when the piano needs  to
be moved.

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2010-10-12  6:39 Ben Warren
  2010-10-12 18:45 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2010-10-12  6:39 UTC (permalink / raw)
  To: u-boot



Wolfgang,

The following changes since commit bfc7bea6adc46e1db2f5a5e3464d7652ed67c864:
   Wolfgang Denk (1):
         Merge branch 'master' of git://git.denx.de/u-boot-x86

are available in the git repository at:

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

Andreas Bie?mann (2):
       drivers/net/at91_emac.c: increase timeout for autonegotiation
       drivers/net/at91_emac.c: change return values

Ben Gardiner (1):
       davinci_emac: davinci_eth_set_mac_addr to ->write_hwaddr

Ben Warren (1):
       Net: Remove redundant CONFIG_NET_MULTI directives

Ilya Yanok (1):
       mpc5xxx_fec: add call to reset_phy() after PHY initialization

Joakim Tjernlund (4):
       net: Fix faulty definition of uec_initialize()
       UEC: Don't udelay needlessly
       UEC PHY: Remove strange 0.5 sec delay
       UEC PHY: Speed up initial PHY neg.

Michal Simek (2):
       net: Fix emaclite driver to support little-endian microblaze
       net: Move Emaclite to NET_MULTI

Peter Tyser (1):
       rarp: Condtionally compile rarp support

Reinhard Meyer (1):
       NET: add ENC28J60 driver using SPI framework

Reinhard Meyer (-VC) (1):
       NET: move legacy enc28j60.c to sidetrack as enc28j60_lpc2292.c

Thomas Chou (1):
       smc91111: add write_hwaddr

  arch/arm/include/asm/arch-davinci/emac_defs.h |    1 -
  arch/arm/lib/board.c                          |   19 -
  board/davinci/common/misc.c                   |   41 +-
  board/davinci/common/misc.h                   |    2 +-
  board/davinci/da8xxevm/da830evm.c             |   12 +-
  board/davinci/dm365evm/dm365evm.c             |    2 +-
  board/davinci/dvevm/dvevm.c                   |    2 +-
  board/davinci/sffsdr/sffsdr.c                 |    2 +-
  board/davinci/sonata/sonata.c                 |    2 +-
  common/cmd_net.c                              |    2 +
  drivers/net/Makefile                          |    1 +
  drivers/net/at91_emac.c                       |   20 +-
  drivers/net/davinci_emac.c                    |   80 +-
  drivers/net/enc28j60.c                        | 1548 ++++++++++++-------------
  drivers/net/enc28j60.h                        |  251 ++++
  drivers/net/enc28j60_lpc2292.c                |  983 ++++++++++++++++
  drivers/net/mpc5xxx_fec.c                     |    7 +
  drivers/net/smc91111.c                        |   40 +-
  drivers/net/xilinx_emaclite.c                 |   88 +-
  drivers/qe/uec.c                              |    4 +-
  drivers/qe/uec_phy.c                          |   10 +-
  include/config_cmd_all.h                      |    1 +
  include/configs/SMN42.h                       |    2 +-
  include/configs/lpc2292sodimm.h               |    2 +-
  include/netdev.h                              |    4 +-
  net/Makefile                                  |    2 +-
  net/eth.c                                     |   16 +-
  net/net.c                                     |   11 +-
  28 files changed, 2192 insertions(+), 963 deletions(-)
  create mode 100644 drivers/net/enc28j60.h
  create mode 100644 drivers/net/enc28j60_lpc2292.c

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2010-08-09 18:56 Ben Warren
@ 2010-08-10 21:00 ` Wolfgang Denk
  0 siblings, 0 replies; 72+ messages in thread
From: Wolfgang Denk @ 2010-08-10 21:00 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <4C604F72.8010102@gmail.com> you wrote:
> 
> 
> Wolfgang,
> 
> The following changes since commit b417260d871d4d8d336c160d95ed40cc8c0fb0fa:
>    Marek Vasut (1):
>          PXA: Declare __io for vpac270 IDE
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-net.git master
> 
> Ben Warren (1):
>        Fix compile warnings for const correctness
> 
> Heiko Schocher (1):
>        net ppc: fix ethernet device names with spaces
> 
> Kim Phillips (1):
>        net: rename "FSL UECx" net interfaces "UECx"
> 
> Mike Frysinger (3):
>        miiphy: constify device name
>        miiphy: unify device list lookup
>        miiphy: leverage current_mii cache more
> 
> Stefano Babic (1):
>        net,fec: Shorten device name as done for other drivers
> 
>   README                                   |    8 +-
>   arch/arm/cpu/arm920t/at91rm9200/ether.c  |    4 +-
>   arch/arm/cpu/ixp/npe/include/npe.h       |    4 +-
>   arch/arm/cpu/ixp/npe/miiphy.c            |    4 +-
>   arch/m68k/include/asm/fec.h              |    4 +-
>   arch/mips/cpu/au1x00_eth.c               |    4 +-
>   arch/powerpc/cpu/mpc8220/fec.c           |   10 +-
>   arch/powerpc/cpu/mpc8260/ether_fcc.c     |    2 +-
>   arch/powerpc/cpu/mpc8260/ether_scc.c     |    2 +-
>   arch/powerpc/cpu/mpc85xx/ether_fcc.c     |    2 +-
>   arch/powerpc/cpu/mpc8xx/fec.c            |   12 +-
>   arch/powerpc/cpu/mpc8xx/scc.c            |    2 +-
>   arch/powerpc/cpu/ppc4xx/miiphy.c         |    4 +-
>   board/evb64260/eth.c                     |    6 +-
>   board/freescale/mpc8560ads/mpc8560ads.c  |    2 +-
>   board/funkwerk/vovpn-gw/vovpn-gw.c       |    2 +-
>   board/keymile/common/keymile_hdlc_enet.c |    4 +-
>   board/keymile/km8xx/km8xx_hdlc_enet.c    |    2 +-
>   board/motionpro/motionpro.c              |    4 +-
>   board/prodrive/p3mx/mv_eth.c             |    8 +-
>   board/sbc8560/sbc8560.c                  |    2 +-
>   board/stx/stxgp3/stxgp3.c                |    2 +-
>   board/stx/stxssa/stxssa.c                |    2 +-
>   board/stx/stxxtc/stxxtc.c                |    6 +-
>   board/tqc/tqm8xx/tqm8xx.c                |    4 +-
>   common/cmd_mii.c                         |    2 +-
>   common/miiphyutil.c                      |  155 ++++++++++++++---------------
>   doc/README.kmeter1                       |    2 +-
>   doc/uImage.FIT/howto.txt                 |    4 +-
>   drivers/net/4xx_enet.c                   |    4 +-
>   drivers/net/altera_tse.c                 |    4 +-
>   drivers/net/at91_emac.c                  |    6 +-
>   drivers/net/bfin_mac.c                   |    4 +-
>   drivers/net/davinci_emac.c               |    4 +-
>   drivers/net/designware.c                 |    4 +-
>   drivers/net/eepro100.c                   |    7 +-
>   drivers/net/ep93xx_eth.c                 |    8 +-
>   drivers/net/fec_mxc.c                    |    6 +-
>   drivers/net/macb.c                       |    4 +-
>   drivers/net/mcfmii.c                     |    4 +-
>   drivers/net/mpc512x_fec.c                |   10 +-
>   drivers/net/mpc5xxx_fec.c                |    8 +-
>   drivers/net/mvgbe.c                      |    4 +-
>   drivers/net/ns7520_eth.c                 |    4 +-
>   drivers/net/phy/miiphybb.c               |    6 +-
>   drivers/net/tsec.c                       |    8 +-
>   drivers/qe/uec.c                         |    8 +-
>   drivers/qe/uec_phy.c                     |    6 +-
>   include/configs/MPC8323ERDB.h            |    2 +-
>   include/configs/MPC832XEMDS.h            |    2 +-
>   include/configs/MPC8360EMDS.h            |    2 +-
>   include/configs/MPC8360ERDK.h            |    2 +-
>   include/configs/MPC8568MDS.h             |    2 +-
>   include/configs/MPC8569MDS.h             |    2 +-
>   include/configs/NSCU.h                   |    1 -
>   include/configs/TK885D.h                 |    6 +-
>   include/configs/TQM855L.h                |    2 +-
>   include/configs/TQM855M.h                |    2 +-
>   include/configs/TQM860L.h                |    2 +-
>   include/configs/TQM860M.h                |    2 +-
>   include/configs/TQM862L.h                |    2 +-
>   include/configs/TQM862M.h                |    2 +-
>   include/configs/TQM866M.h                |    2 +-
>   include/configs/TQM885D.h                |    2 +-
>   include/configs/ep82xxm.h                |    2 +-
>   include/configs/idmr.h                   |    2 +-
>   include/configs/keymile-common.h         |    4 +-
>   include/configs/km8xx.h                  |    2 +-
>   include/configs/kmeter1.h                |    2 +-
>   include/configs/v38b.h                   |    2 +-
>   include/miiphy.h                         |   30 +++---
>   include/net.h                            |    2 +-
>   net/eth.c                                |    2 +-
>   73 files changed, 228 insertions(+), 233 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
The sooner our happiness together begins, the longer it will last.
	-- Miramanee, "The Paradise Syndrome", stardate 4842.6

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2010-08-09 18:56 Ben Warren
  2010-08-10 21:00 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2010-08-09 18:56 UTC (permalink / raw)
  To: u-boot



Wolfgang,

The following changes since commit b417260d871d4d8d336c160d95ed40cc8c0fb0fa:
   Marek Vasut (1):
         PXA: Declare __io for vpac270 IDE

are available in the git repository at:

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

Ben Warren (1):
       Fix compile warnings for const correctness

Heiko Schocher (1):
       net ppc: fix ethernet device names with spaces

Kim Phillips (1):
       net: rename "FSL UECx" net interfaces "UECx"

Mike Frysinger (3):
       miiphy: constify device name
       miiphy: unify device list lookup
       miiphy: leverage current_mii cache more

Stefano Babic (1):
       net,fec: Shorten device name as done for other drivers

  README                                   |    8 +-
  arch/arm/cpu/arm920t/at91rm9200/ether.c  |    4 +-
  arch/arm/cpu/ixp/npe/include/npe.h       |    4 +-
  arch/arm/cpu/ixp/npe/miiphy.c            |    4 +-
  arch/m68k/include/asm/fec.h              |    4 +-
  arch/mips/cpu/au1x00_eth.c               |    4 +-
  arch/powerpc/cpu/mpc8220/fec.c           |   10 +-
  arch/powerpc/cpu/mpc8260/ether_fcc.c     |    2 +-
  arch/powerpc/cpu/mpc8260/ether_scc.c     |    2 +-
  arch/powerpc/cpu/mpc85xx/ether_fcc.c     |    2 +-
  arch/powerpc/cpu/mpc8xx/fec.c            |   12 +-
  arch/powerpc/cpu/mpc8xx/scc.c            |    2 +-
  arch/powerpc/cpu/ppc4xx/miiphy.c         |    4 +-
  board/evb64260/eth.c                     |    6 +-
  board/freescale/mpc8560ads/mpc8560ads.c  |    2 +-
  board/funkwerk/vovpn-gw/vovpn-gw.c       |    2 +-
  board/keymile/common/keymile_hdlc_enet.c |    4 +-
  board/keymile/km8xx/km8xx_hdlc_enet.c    |    2 +-
  board/motionpro/motionpro.c              |    4 +-
  board/prodrive/p3mx/mv_eth.c             |    8 +-
  board/sbc8560/sbc8560.c                  |    2 +-
  board/stx/stxgp3/stxgp3.c                |    2 +-
  board/stx/stxssa/stxssa.c                |    2 +-
  board/stx/stxxtc/stxxtc.c                |    6 +-
  board/tqc/tqm8xx/tqm8xx.c                |    4 +-
  common/cmd_mii.c                         |    2 +-
  common/miiphyutil.c                      |  155 ++++++++++++++---------------
  doc/README.kmeter1                       |    2 +-
  doc/uImage.FIT/howto.txt                 |    4 +-
  drivers/net/4xx_enet.c                   |    4 +-
  drivers/net/altera_tse.c                 |    4 +-
  drivers/net/at91_emac.c                  |    6 +-
  drivers/net/bfin_mac.c                   |    4 +-
  drivers/net/davinci_emac.c               |    4 +-
  drivers/net/designware.c                 |    4 +-
  drivers/net/eepro100.c                   |    7 +-
  drivers/net/ep93xx_eth.c                 |    8 +-
  drivers/net/fec_mxc.c                    |    6 +-
  drivers/net/macb.c                       |    4 +-
  drivers/net/mcfmii.c                     |    4 +-
  drivers/net/mpc512x_fec.c                |   10 +-
  drivers/net/mpc5xxx_fec.c                |    8 +-
  drivers/net/mvgbe.c                      |    4 +-
  drivers/net/ns7520_eth.c                 |    4 +-
  drivers/net/phy/miiphybb.c               |    6 +-
  drivers/net/tsec.c                       |    8 +-
  drivers/qe/uec.c                         |    8 +-
  drivers/qe/uec_phy.c                     |    6 +-
  include/configs/MPC8323ERDB.h            |    2 +-
  include/configs/MPC832XEMDS.h            |    2 +-
  include/configs/MPC8360EMDS.h            |    2 +-
  include/configs/MPC8360ERDK.h            |    2 +-
  include/configs/MPC8568MDS.h             |    2 +-
  include/configs/MPC8569MDS.h             |    2 +-
  include/configs/NSCU.h                   |    1 -
  include/configs/TK885D.h                 |    6 +-
  include/configs/TQM855L.h                |    2 +-
  include/configs/TQM855M.h                |    2 +-
  include/configs/TQM860L.h                |    2 +-
  include/configs/TQM860M.h                |    2 +-
  include/configs/TQM862L.h                |    2 +-
  include/configs/TQM862M.h                |    2 +-
  include/configs/TQM866M.h                |    2 +-
  include/configs/TQM885D.h                |    2 +-
  include/configs/ep82xxm.h                |    2 +-
  include/configs/idmr.h                   |    2 +-
  include/configs/keymile-common.h         |    4 +-
  include/configs/km8xx.h                  |    2 +-
  include/configs/kmeter1.h                |    2 +-
  include/configs/v38b.h                   |    2 +-
  include/miiphy.h                         |   30 +++---
  include/net.h                            |    2 +-
  net/eth.c                                |    2 +-
  73 files changed, 228 insertions(+), 233 deletions(-)

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2010-07-12  7:17 Ben Warren
  0 siblings, 0 replies; 72+ messages in thread
From: Ben Warren @ 2010-07-12  7:17 UTC (permalink / raw)
  To: u-boot



Wolfgang,

The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934:
   Wolfgang Denk (1):
         Make sure that argv[] argument pointers are not modified.

are available in the git repository at:

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

Albert Aribaud (2):
       kirkwood_egiga: bugfix: add DMA sequence points
       kirkwood_egiga: updates: fix DRAM mapping and typo

Ben Warren (1):
       Write MAC address automatically on MACB-based boards

Eric B?nard (2):
       at91_emac: Write MAC address automatically
       cpuat91: unbreak ethernet

Heiko Schocher (1):
       tsec: add micrel ksz804 phy

Hoan Hoang (3):
       AX88180: fix media typos
       AX88180: add support for the Marvell 88E1118 phy
       AX88180: make OUTW handle 32bit/16bit defines too

Juergen Kilb (1):
       smc91xx_eeprom: Correct chip detection check.

Mike Frysinger (7):
       net: dm9000x: re-add casts to I/O pointers to fix gcc warnings
       AX88180: add missing init prototype
       AX88180: improve phy searching
       AX88180: switch to common mii.h header
       net: warn about spaces in device names
       uli526x: drop newlines from device name
       AX88180: use standard I/O accessors

Stefan Roese (1):
       net: Add option to disable fiber on M88E1111 PHY for PPC4xx

Timur Tabi (1):
       tsec: fix the return value for tsec_eth_init()

Vipin KUMAR (1):
       SPEAr : Network driver support added

  board/afeb9260/afeb9260.c                       |    7 -
  board/atmel/at91cap9adk/at91cap9adk.c           |    7 -
  board/atmel/at91sam9260ek/at91sam9260ek.c       |    7 -
  board/atmel/at91sam9263ek/at91sam9263ek.c       |    7 -
  board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c |    7 -
  board/calao/sbc35_a9g20/sbc35_a9g20.c           |    7 -
  board/eukrea/cpu9260/cpu9260.c                  |    7 -
  board/ronetix/pm9263/pm9263.c                   |    7 -
  doc/README.designware_eth                       |   25 +
  drivers/net/4xx_enet.c                          |    5 +
  drivers/net/Makefile                            |    1 +
  drivers/net/at91_emac.c                         |   60 ++-
  drivers/net/ax88180.c                           |  137 ++++---
  drivers/net/ax88180.h                           |  104 ++---
  drivers/net/designware.c                        |  531 +++++++++++++++++++++++
  drivers/net/designware.h                        |  264 +++++++++++
  drivers/net/dm9000x.c                           |   12 +-
  drivers/net/kirkwood_egiga.c                    |   19 +-
  drivers/net/macb.c                              |   23 +-
  drivers/net/tsec.c                              |   37 ++-
  drivers/net/uli526x.c                           |    2 +-
  examples/standalone/smc911x_eeprom.c            |    2 +-
  include/configs/cpuat91.h                       |    9 +-
  include/netdev.h                                |    2 +
  net/eth.c                                       |    3 +
  25 files changed, 1075 insertions(+), 217 deletions(-)
  create mode 100644 doc/README.designware_eth
  create mode 100644 drivers/net/designware.c
  create mode 100644 drivers/net/designware.h


regards,
Ben

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2010-06-21  5:18 Ben Warren
@ 2010-06-22 19:29 ` Wolfgang Denk
  0 siblings, 0 replies; 72+ messages in thread
From: Wolfgang Denk @ 2010-06-22 19:29 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <4C1EF628.1060904@gmail.com> you wrote:
> Wolfgang,
> 
> The following changes since commit 1f241263e088a71b8f33f87b03a37c5418d41e2e:
>    Wolfgang Denk (1):
>          Merge branch 'fix' of git://git.denx.de/u-boot-pxa
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-net.git master
> 
> Fillod Stephane (1):
>        ip/defrag: fix processing of last short fragment
> 
> Wolfgang Denk (1):
>        net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is set
> 
>   net/eth.c |    4 ++--
>   net/net.c |    3 ++-
>   2 files changed, 4 insertions(+), 3 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
I have a very small mind and must live with it.    -- Edsger Dijkstra

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2010-06-21  5:18 Ben Warren
  2010-06-22 19:29 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2010-06-21  5:18 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit 1f241263e088a71b8f33f87b03a37c5418d41e2e:
   Wolfgang Denk (1):
         Merge branch 'fix' of git://git.denx.de/u-boot-pxa

are available in the git repository at:

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

Fillod Stephane (1):
       ip/defrag: fix processing of last short fragment

Wolfgang Denk (1):
       net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is set

  net/eth.c |    4 ++--
  net/net.c |    3 ++-
  2 files changed, 4 insertions(+), 3 deletions(-)

regards,
Ben

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2010-05-03 22:06 Ben Warren
@ 2010-05-04 21:05 ` Wolfgang Denk
  0 siblings, 0 replies; 72+ messages in thread
From: Wolfgang Denk @ 2010-05-04 21:05 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <4BDF48DB.6080802@gmail.com> you wrote:
> Wolfgang,
> 
> Sorry this took so long...
> 
> The following changes since commit 4185ae7a7146a77a792e5ba49845e5ca6e95b038:
>    Wolfgang Denk (1):
>          Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-net.git master
> 
> Andy Fleming (1):
>        tsec: Wait for both RX and TX to stop
> 
> Ben Warren (1):
>        Program net device MAC addresses after initializing
> 
> Detlev Zundel (3):
>        net: Trivial coding style issue with empty for statement
>        Remove unused "local_crc32" function.
>        mpc512x_fec: Move PHY initialization from probe into init routine.
> 
> Eric Jarrige (1):
>        fec_mxc.c: Fix MX27 FEC MAC validity check
> 
> Heiko Schocher (1):
>        net: fec_mxc: add write_hwaddr support
> 
> John Rigby (1):
>        fec_mxc don't use internal eeprom on MX25
> 
> Mike Frysinger (2):
>        net: dm9000x: use standard I/O accessors
>        Blackfin: bfin_mac: hook up new write_hwaddr function
> 
> Prafulla Wadaskar (3):
>        net: Kirkwood_egiga.c: fixed build warnings
>        net: Kirkwood_egiga.c bugfixes for rx path
>        net:kirkwood_egiga.c: MAC addresses programming using write_hwaddr
> 
> Richard Retanubun (1):
>        83xx: UEC: Added support for bitBang MII driver access to PHYs
> 
> Robin Getz (1):
>        ./net/net.c - make Microsoft dns servers happy with random_port() numbers
> 
> Thomas Chou (4):
>        net: add opencore 10/100 ethernet mac driver
>        net: add altera triple speeds ethernet mac driver
>        net: altera_tse: add write_hwaddr support
>        net: ethoc: add write_hwaddr support
> 
> Valentin Yakovenkov (1):
>        smc911x driver frame alignment patch
> 
> Wolfgang Wegner (1):
>        fix lockup in mcfmii/mii_discover_phy() in case communication fails
> 
>   README                         |    5 +
>   arch/powerpc/cpu/mpc8220/fec.c |   41 +--
>   doc/README.drivers.eth         |    7 +-
>   doc/README.enetaddr            |   10 +-
>   drivers/net/Makefile           |    2 +
>   drivers/net/altera_tse.c       |  942 ++++++++++++++++++++++++++++++++++++++++
>   drivers/net/altera_tse.h       |  494 +++++++++++++++++++++
>   drivers/net/bfin_mac.c         |   28 +-
>   drivers/net/bfin_mac.h         |    3 +-
>   drivers/net/dm9000x.c          |   12 +-
>   drivers/net/ethoc.c            |  511 ++++++++++++++++++++++
>   drivers/net/fec_mxc.c          |    8 +-
>   drivers/net/kirkwood_egiga.c   |   24 +-
>   drivers/net/kirkwood_egiga.h   |    2 +-
>   drivers/net/mcfmii.c           |   45 +-
>   drivers/net/mpc512x_fec.c      |   70 +---
>   drivers/net/mpc5xxx_fec.c      |   41 +--
>   drivers/net/smc911x.c          |    2 +-
>   drivers/net/tsec.c             |    3 +-
>   drivers/qe/uec.c               |    6 +-
>   drivers/qe/uec_phy.c           |   47 ++
>   include/net.h                  |    1 +
>   include/netdev.h               |    3 +
>   net/eth.c                      |   18 +-
>   net/net.c                      |    6 +-
>   25 files changed, 2120 insertions(+), 211 deletions(-)
>   create mode 100644 drivers/net/altera_tse.c
>   create mode 100644 drivers/net/altera_tse.h
>   create mode 100644 drivers/net/ethoc.c

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
Wisdom is one of the few things that looks bigger the further away it
is.                               - Terry Pratchett, _Witches Abroad_

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2010-05-03 22:06 Ben Warren
  2010-05-04 21:05 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2010-05-03 22:06 UTC (permalink / raw)
  To: u-boot

Wolfgang,

Sorry this took so long...

The following changes since commit 4185ae7a7146a77a792e5ba49845e5ca6e95b038:
   Wolfgang Denk (1):
         Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master

are available in the git repository at:

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

Andy Fleming (1):
       tsec: Wait for both RX and TX to stop

Ben Warren (1):
       Program net device MAC addresses after initializing

Detlev Zundel (3):
       net: Trivial coding style issue with empty for statement
       Remove unused "local_crc32" function.
       mpc512x_fec: Move PHY initialization from probe into init routine.

Eric Jarrige (1):
       fec_mxc.c: Fix MX27 FEC MAC validity check

Heiko Schocher (1):
       net: fec_mxc: add write_hwaddr support

John Rigby (1):
       fec_mxc don't use internal eeprom on MX25

Mike Frysinger (2):
       net: dm9000x: use standard I/O accessors
       Blackfin: bfin_mac: hook up new write_hwaddr function

Prafulla Wadaskar (3):
       net: Kirkwood_egiga.c: fixed build warnings
       net: Kirkwood_egiga.c bugfixes for rx path
       net:kirkwood_egiga.c: MAC addresses programming using write_hwaddr

Richard Retanubun (1):
       83xx: UEC: Added support for bitBang MII driver access to PHYs

Robin Getz (1):
       ./net/net.c - make Microsoft dns servers happy with random_port() numbers

Thomas Chou (4):
       net: add opencore 10/100 ethernet mac driver
       net: add altera triple speeds ethernet mac driver
       net: altera_tse: add write_hwaddr support
       net: ethoc: add write_hwaddr support

Valentin Yakovenkov (1):
       smc911x driver frame alignment patch

Wolfgang Wegner (1):
       fix lockup in mcfmii/mii_discover_phy() in case communication fails

  README                         |    5 +
  arch/powerpc/cpu/mpc8220/fec.c |   41 +--
  doc/README.drivers.eth         |    7 +-
  doc/README.enetaddr            |   10 +-
  drivers/net/Makefile           |    2 +
  drivers/net/altera_tse.c       |  942 ++++++++++++++++++++++++++++++++++++++++
  drivers/net/altera_tse.h       |  494 +++++++++++++++++++++
  drivers/net/bfin_mac.c         |   28 +-
  drivers/net/bfin_mac.h         |    3 +-
  drivers/net/dm9000x.c          |   12 +-
  drivers/net/ethoc.c            |  511 ++++++++++++++++++++++
  drivers/net/fec_mxc.c          |    8 +-
  drivers/net/kirkwood_egiga.c   |   24 +-
  drivers/net/kirkwood_egiga.h   |    2 +-
  drivers/net/mcfmii.c           |   45 +-
  drivers/net/mpc512x_fec.c      |   70 +---
  drivers/net/mpc5xxx_fec.c      |   41 +--
  drivers/net/smc911x.c          |    2 +-
  drivers/net/tsec.c             |    3 +-
  drivers/qe/uec.c               |    6 +-
  drivers/qe/uec_phy.c           |   47 ++
  include/net.h                  |    1 +
  include/netdev.h               |    3 +
  net/eth.c                      |   18 +-
  net/net.c                      |    6 +-
  25 files changed, 2120 insertions(+), 211 deletions(-)
  create mode 100644 drivers/net/altera_tse.c
  create mode 100644 drivers/net/altera_tse.h
  create mode 100644 drivers/net/ethoc.c

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2010-02-07  7:08 Ben Warren
@ 2010-02-08 21:16 ` Wolfgang Denk
  0 siblings, 0 replies; 72+ messages in thread
From: Wolfgang Denk @ 2010-02-08 21:16 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <4B6E66E9.7020104@gmail.com> you wrote:
> Wolfgang,
> 
> The following changes since commit a1b322a98319de568b3bc38029ef7e123643c1e8:
>    Ladislav Michl (1):
>          ns16550: kick watchdog while waiting for a character
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-net.git master
> 
> Siddarth Gore (1):
>        NET: kirkwood-egiga smi access fix
> 
> Stefan Roese (1):
>        net: Use 0.5 sec timeout in miiphy_reset() instead of counting loop
> 
> Stefano Babic (1):
>        fec_mxc: add support for MX51 processor
> 
>   common/miiphyutil.c          |   12 +++---
>   drivers/net/fec_mxc.c        |   73 ++++++++++++++++++-----------------------
>   drivers/net/kirkwood_egiga.c |   13 ++++---
>   3 files changed, 45 insertions(+), 53 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
Mandrell: "You know what I think?"
Doctor:   "Ah, ah that's a catch question. With a brain your size you
          don't think, right?"
                - Dr. Who

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2010-02-07  7:08 Ben Warren
  2010-02-08 21:16 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2010-02-07  7:08 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit a1b322a98319de568b3bc38029ef7e123643c1e8:
   Ladislav Michl (1):
         ns16550: kick watchdog while waiting for a character

are available in the git repository at:

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

Siddarth Gore (1):
       NET: kirkwood-egiga smi access fix

Stefan Roese (1):
       net: Use 0.5 sec timeout in miiphy_reset() instead of counting loop

Stefano Babic (1):
       fec_mxc: add support for MX51 processor

  common/miiphyutil.c          |   12 +++---
  drivers/net/fec_mxc.c        |   73 ++++++++++++++++++-----------------------
  drivers/net/kirkwood_egiga.c |   13 ++++---
  3 files changed, 45 insertions(+), 53 deletions(-)

regards,
Ben

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2010-02-01  6:47 Ben Warren
  2010-02-01  8:04 ` Prafulla Wadaskar
@ 2010-02-03 19:15 ` Wolfgang Denk
  1 sibling, 0 replies; 72+ messages in thread
From: Wolfgang Denk @ 2010-02-03 19:15 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <4B6678FC.20402@gmail.com> you wrote:
> Wolfgang
> 
> The following changes since commit 9b208ece0a4e040774e24990b7cb6f0ad0ca4cc7:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> Heiko Schocher (1):
>       83xx, uec: split enet_interface in two variables
> 
> Jens Scharsig (1):
>       new at91_emac network driver (NET_MULTI api)
> 
> Matthias Kaehlcke (2):
>       cs8900_initialize() cleanup
>       Add EP93xx ethernet driver
> 
> Mike Frysinger (1):
>       smc91111_eeprom: fix linking error
> 
> Nick Thompson (1):
>       TI: DaVinci: Updating EMAC driver for DM365, DM646x and DA8XX
> 
> Peter Tyser (6):
>       tsec: Force TBI PHY to 1000Mbps full duplex in SGMII mode
>       tsec: Clean up Broadcom PHY status parsing
>       tsec: Make functions/data static when possible
>       tsec: General cleanup
>       tsec: Add support for using the BCM5482 PHY in fiber mode
>       tsec: Add TSEC_FIBER flag
> 
> Semih Hazar (1):
>       macb: Fix mii_phy_read and mii_phy_write functions
> 
> Seunghyeon Rhee (1):
>       NET: Fix MAC addr handling for smc911x
> 
>  README                                    |   10 +
>  board/atmel/at91rm9200dk/at91rm9200dk.c   |   15 +
>  board/atmel/at91rm9200ek/at91rm9200ek.c   |   14 +
>  board/cmc_pu2/cmc_pu2.c                   |   13 +
>  board/csb637/csb637.c                     |   13 +
>  board/eukrea/cpuat91/cpuat91.c            |   14 +
>  board/freescale/mpc8360emds/mpc8360emds.c |    3 +-
>  board/kb9202/kb9202.c                     |   13 +
>  board/m501sk/m501sk.c                     |   14 +
>  board/mp2usb/mp2usb.c                     |   13 +
>  cpu/arm920t/at91rm9200/bcm5221.c          |    4 +-
>  cpu/arm920t/at91rm9200/dm9161.c           |    3 +-
>  drivers/net/Makefile                      |    2 +
>  drivers/net/at91_emac.c                   |  498 +++++++++++++++
>  drivers/net/cs8900.c                      |    3 +-
>  drivers/net/davinci_emac.c                |  266 ++++++---
>  drivers/net/ep93xx_eth.c                  |  653 ++++++++++++++++++++
>  drivers/net/ep93xx_eth.h                  |  144 +++++
>  drivers/net/macb.c                        |  110 +---
>  drivers/net/smc911x.c                     |   15 +-
>  drivers/net/tsec.c                        |  941 ++++++++++++++++-------------
>  drivers/qe/uec.c                          |  122 +++--
>  drivers/qe/uec.h                          |   34 +-
>  drivers/qe/uec_phy.c                      |   84 ++--
>  examples/standalone/smc91111_eeprom.c     |    5 +-
>  include/asm-arm/arch-at91/at91_emac.h     |  145 +++++
>  include/asm-arm/arch-davinci/emac_defs.h  |   59 ++-
>  include/common.h                          |    5 +
>  include/configs/MPC8323ERDB.h             |    6 +-
>  include/configs/MPC832XEMDS.h             |    6 +-
>  include/configs/MPC8360EMDS.h             |    6 +-
>  include/configs/MPC8360ERDK.h             |    6 +-
>  include/configs/MPC8568MDS.h              |    6 +-
>  include/configs/MPC8569MDS.h              |   30 +-
>  include/configs/at91rm9200dk.h            |    9 +-
>  include/configs/at91rm9200ek.h            |    8 +-
>  include/configs/cmc_pu2.h                 |    8 +-
>  include/configs/cpuat91.h                 |    8 +-
>  include/configs/csb637.h                  |    8 +-
>  include/configs/kb9202.h                  |    8 +-
>  include/configs/kmeter1.h                 |    3 +-
>  include/configs/m501sk.h                  |    9 +-
>  include/configs/mp2usb.h                  |    8 +-
>  include/netdev.h                          |    2 +
>  include/tsec.h                            |   20 +-
>  45 files changed, 2602 insertions(+), 764 deletions(-)
>  create mode 100644 drivers/net/at91_emac.c
>  create mode 100644 drivers/net/ep93xx_eth.c
>  create mode 100644 drivers/net/ep93xx_eth.h
>  create mode 100644 include/asm-arm/arch-at91/at91_emac.h

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
Is a computer language with goto's totally Wirth-less?

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2010-02-01  8:04 ` Prafulla Wadaskar
@ 2010-02-01  8:07   ` Ben Warren
  0 siblings, 0 replies; 72+ messages in thread
From: Ben Warren @ 2010-02-01  8:07 UTC (permalink / raw)
  To: u-boot

Hi Prafulla,

On Mon, Feb 1, 2010 at 12:04 AM, Prafulla Wadaskar <prafulla@marvell.com>wrote:

>
>
> > -----Original Message-----
> > From: u-boot-bounces at lists.denx.de
> > [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Ben Warren
> > Sent: Monday, February 01, 2010 12:17 PM
> > To: Wolfgang Denk
> > Cc: U-Boot
> > Subject: [U-Boot] Pull request - net
> >
> > Wolfgang
> >
> > The following changes since commit
> > 9b208ece0a4e040774e24990b7cb6f0ad0ca4cc7:
> >   Wolfgang Denk (1):
> >         Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
> >
> > are available in the git repository at:
> >
> >   git://git.denx.de/u-boot-net.git master
> >
> > Heiko Schocher (1):
> >       83xx, uec: split enet_interface in two variables
> >
> > Jens Scharsig (1):
> >       new at91_emac network driver (NET_MULTI api)
> >
> > Matthias Kaehlcke (2):
> >       cs8900_initialize() cleanup
> >       Add EP93xx ethernet driver
> >
> > Mike Frysinger (1):
> >       smc91111_eeprom: fix linking error
> >
> > Nick Thompson (1):
> >       TI: DaVinci: Updating EMAC driver for DM365, DM646x and DA8XX
> >
> > Peter Tyser (6):
> >       tsec: Force TBI PHY to 1000Mbps full duplex in SGMII mode
> >       tsec: Clean up Broadcom PHY status parsing
> >       tsec: Make functions/data static when possible
> >       tsec: General cleanup
> >       tsec: Add support for using the BCM5482 PHY in fiber mode
> >       tsec: Add TSEC_FIBER flag
> >
> > Semih Hazar (1):
> >       macb: Fix mii_phy_read and mii_phy_write functions
> >
> > Seunghyeon Rhee (1):
> >       NET: Fix MAC addr handling for smc911x
>
> Hi Ben
>
> This pull request misses the patch
> http://lists.denx.de/pipermail/u-boot/2010-January/066688.html
> Have you missed it by mistake?
>
> Yep, missed that one.  Sorry.  I'll look at it tomorrow.


> Regards..
> Prafulla . .
>
regards,
Ben

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  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
  1 sibling, 1 reply; 72+ messages in thread
From: Prafulla Wadaskar @ 2010-02-01  8:04 UTC (permalink / raw)
  To: u-boot

 

> -----Original Message-----
> From: u-boot-bounces at lists.denx.de 
> [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Ben Warren
> Sent: Monday, February 01, 2010 12:17 PM
> To: Wolfgang Denk
> Cc: U-Boot
> Subject: [U-Boot] Pull request - net
> 
> Wolfgang
> 
> The following changes since commit 
> 9b208ece0a4e040774e24990b7cb6f0ad0ca4cc7:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> Heiko Schocher (1):
>       83xx, uec: split enet_interface in two variables
> 
> Jens Scharsig (1):
>       new at91_emac network driver (NET_MULTI api)
> 
> Matthias Kaehlcke (2):
>       cs8900_initialize() cleanup
>       Add EP93xx ethernet driver
> 
> Mike Frysinger (1):
>       smc91111_eeprom: fix linking error
> 
> Nick Thompson (1):
>       TI: DaVinci: Updating EMAC driver for DM365, DM646x and DA8XX
> 
> Peter Tyser (6):
>       tsec: Force TBI PHY to 1000Mbps full duplex in SGMII mode
>       tsec: Clean up Broadcom PHY status parsing
>       tsec: Make functions/data static when possible
>       tsec: General cleanup
>       tsec: Add support for using the BCM5482 PHY in fiber mode
>       tsec: Add TSEC_FIBER flag
> 
> Semih Hazar (1):
>       macb: Fix mii_phy_read and mii_phy_write functions
> 
> Seunghyeon Rhee (1):
>       NET: Fix MAC addr handling for smc911x

Hi Ben

This pull request misses the patch http://lists.denx.de/pipermail/u-boot/2010-January/066688.html 
Have you missed it by mistake?

Regards..
Prafulla . .

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2010-02-01  6:47 Ben Warren
  2010-02-01  8:04 ` Prafulla Wadaskar
  2010-02-03 19:15 ` Wolfgang Denk
  0 siblings, 2 replies; 72+ messages in thread
From: Ben Warren @ 2010-02-01  6:47 UTC (permalink / raw)
  To: u-boot

Wolfgang

The following changes since commit 9b208ece0a4e040774e24990b7cb6f0ad0ca4cc7:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx

are available in the git repository at:

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

Heiko Schocher (1):
      83xx, uec: split enet_interface in two variables

Jens Scharsig (1):
      new at91_emac network driver (NET_MULTI api)

Matthias Kaehlcke (2):
      cs8900_initialize() cleanup
      Add EP93xx ethernet driver

Mike Frysinger (1):
      smc91111_eeprom: fix linking error

Nick Thompson (1):
      TI: DaVinci: Updating EMAC driver for DM365, DM646x and DA8XX

Peter Tyser (6):
      tsec: Force TBI PHY to 1000Mbps full duplex in SGMII mode
      tsec: Clean up Broadcom PHY status parsing
      tsec: Make functions/data static when possible
      tsec: General cleanup
      tsec: Add support for using the BCM5482 PHY in fiber mode
      tsec: Add TSEC_FIBER flag

Semih Hazar (1):
      macb: Fix mii_phy_read and mii_phy_write functions

Seunghyeon Rhee (1):
      NET: Fix MAC addr handling for smc911x

 README                                    |   10 +
 board/atmel/at91rm9200dk/at91rm9200dk.c   |   15 +
 board/atmel/at91rm9200ek/at91rm9200ek.c   |   14 +
 board/cmc_pu2/cmc_pu2.c                   |   13 +
 board/csb637/csb637.c                     |   13 +
 board/eukrea/cpuat91/cpuat91.c            |   14 +
 board/freescale/mpc8360emds/mpc8360emds.c |    3 +-
 board/kb9202/kb9202.c                     |   13 +
 board/m501sk/m501sk.c                     |   14 +
 board/mp2usb/mp2usb.c                     |   13 +
 cpu/arm920t/at91rm9200/bcm5221.c          |    4 +-
 cpu/arm920t/at91rm9200/dm9161.c           |    3 +-
 drivers/net/Makefile                      |    2 +
 drivers/net/at91_emac.c                   |  498 +++++++++++++++
 drivers/net/cs8900.c                      |    3 +-
 drivers/net/davinci_emac.c                |  266 ++++++---
 drivers/net/ep93xx_eth.c                  |  653 ++++++++++++++++++++
 drivers/net/ep93xx_eth.h                  |  144 +++++
 drivers/net/macb.c                        |  110 +---
 drivers/net/smc911x.c                     |   15 +-
 drivers/net/tsec.c                        |  941 ++++++++++++++++-------------
 drivers/qe/uec.c                          |  122 +++--
 drivers/qe/uec.h                          |   34 +-
 drivers/qe/uec_phy.c                      |   84 ++--
 examples/standalone/smc91111_eeprom.c     |    5 +-
 include/asm-arm/arch-at91/at91_emac.h     |  145 +++++
 include/asm-arm/arch-davinci/emac_defs.h  |   59 ++-
 include/common.h                          |    5 +
 include/configs/MPC8323ERDB.h             |    6 +-
 include/configs/MPC832XEMDS.h             |    6 +-
 include/configs/MPC8360EMDS.h             |    6 +-
 include/configs/MPC8360ERDK.h             |    6 +-
 include/configs/MPC8568MDS.h              |    6 +-
 include/configs/MPC8569MDS.h              |   30 +-
 include/configs/at91rm9200dk.h            |    9 +-
 include/configs/at91rm9200ek.h            |    8 +-
 include/configs/cmc_pu2.h                 |    8 +-
 include/configs/cpuat91.h                 |    8 +-
 include/configs/csb637.h                  |    8 +-
 include/configs/kb9202.h                  |    8 +-
 include/configs/kmeter1.h                 |    3 +-
 include/configs/m501sk.h                  |    9 +-
 include/configs/mp2usb.h                  |    8 +-
 include/netdev.h                          |    2 +
 include/tsec.h                            |   20 +-
 45 files changed, 2602 insertions(+), 764 deletions(-)
 create mode 100644 drivers/net/at91_emac.c
 create mode 100644 drivers/net/ep93xx_eth.c
 create mode 100644 drivers/net/ep93xx_eth.h
 create mode 100644 include/asm-arm/arch-at91/at91_emac.h

regards,
Ben

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-11-11 21:30 Ben Warren
@ 2009-11-11 22:11 ` Wolfgang Denk
  0 siblings, 0 replies; 72+ messages in thread
From: Wolfgang Denk @ 2009-11-11 22:11 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <4AFB2D04.1000700@gmail.com> you wrote:
> Wolfgang,
> 
> The following changes since commit f2b4bc04d6aed6be712d236dab48ac4c4da22cbf:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> Ben Warren (4):
>       Fix DM9000 MAC address handling
>       Fix CS8900 regression on impa7 board
>       SMC91111: Clean up SMC_inx macros on xsengine and xaeniax
>       Fix SMC91111 regression: lpd7a40x build failures
> 
> Hui.Tang (1):
>       Fix cs8900 dev->priv not init issue
> 
> Mike Frysinger (1):
>       clarify eth driver halt/recv steps
> 
> javier Martin (2):
>       mxc_fec: fix some erroneous PHY accesses.
>       mxc_fec: avoid free() calls to already freed pointers.
> 
>  doc/README.drivers.eth        |   13 ++++++++-----
>  drivers/net/cs8900.c          |    9 +++++----
>  drivers/net/dm9000x.c         |   26 ++++++++++++++------------
>  drivers/net/fec_mxc.c         |   20 ++++++++++++--------
>  drivers/net/smc91111.h        |    8 ++++----
>  include/configs/lpd7a400-10.h |    1 -
>  include/configs/lpd7a404-10.h |    1 -
>  include/configs/lpd7a404.h    |    2 +-
>  8 files changed, 44 insertions(+), 36 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
... not meant for the weak-at-heart: /^(?=.*one)(?=.*two)/
If you can follow that, you can use it.
          - Randal L. Schwartz in <ukpw67rhl3.fsf@julie.teleport.com>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2009-11-11 21:30 Ben Warren
  2009-11-11 22:11 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2009-11-11 21:30 UTC (permalink / raw)
  To: u-boot

Wolfgang,

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

are available in the git repository at:

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

Ben Warren (4):
      Fix DM9000 MAC address handling
      Fix CS8900 regression on impa7 board
      SMC91111: Clean up SMC_inx macros on xsengine and xaeniax
      Fix SMC91111 regression: lpd7a40x build failures

Hui.Tang (1):
      Fix cs8900 dev->priv not init issue

Mike Frysinger (1):
      clarify eth driver halt/recv steps

javier Martin (2):
      mxc_fec: fix some erroneous PHY accesses.
      mxc_fec: avoid free() calls to already freed pointers.

 doc/README.drivers.eth        |   13 ++++++++-----
 drivers/net/cs8900.c          |    9 +++++----
 drivers/net/dm9000x.c         |   26 ++++++++++++++------------
 drivers/net/fec_mxc.c         |   20 ++++++++++++--------
 drivers/net/smc91111.h        |    8 ++++----
 include/configs/lpd7a400-10.h |    1 -
 include/configs/lpd7a404-10.h |    1 -
 include/configs/lpd7a404.h    |    2 +-
 8 files changed, 44 insertions(+), 36 deletions(-)

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-10-19 18:41 Ben Warren
@ 2009-10-24 20:16 ` Wolfgang Denk
  0 siblings, 0 replies; 72+ messages in thread
From: Wolfgang Denk @ 2009-10-24 20:16 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <4ADCB2EE.6000400@gmail.com> you wrote:
> Wolfgang,
> 
> Please pull the net branch (master).  This includes a patch that was 
> somehow lost back in April.  It's pretty low-risk.
> 
> The following changes since commit f67066b6b0740b826ed862615c5ab022aaf4779a:
>   Mike Frysinger (1):
>         envcrc: check return value of fwrite()
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> Daniel Mack (1):
>       smc911x: add support for LAN9220
> 
>  drivers/net/smc911x.h |    2 ++
>  1 files changed, 2 insertions(+), 0 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
Always leave room to add an explanation if it doesn't work out.

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2009-10-19 18:41 Ben Warren
  2009-10-24 20:16 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2009-10-19 18:41 UTC (permalink / raw)
  To: u-boot

Wolfgang,

Please pull the net branch (master).  This includes a patch that was 
somehow lost back in April.  It's pretty low-risk.

The following changes since commit f67066b6b0740b826ed862615c5ab022aaf4779a:
  Mike Frysinger (1):
        envcrc: check return value of fwrite()

are available in the git repository at:

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

Daniel Mack (1):
      smc911x: add support for LAN9220

 drivers/net/smc911x.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


regards,
Ben

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-10-11  6:52 Ben Warren
@ 2009-10-12 21:47 ` Wolfgang Denk
  0 siblings, 0 replies; 72+ messages in thread
From: Wolfgang Denk @ 2009-10-12 21:47 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <4AD18093.3070601@gmail.com> you wrote:
> Wolfgang,
> 
> With this pull, I believe all net-related changes for 2009.11 are in.
> 
> The following changes since commit cd77dd109c4a439519a78c32eddc42bdebc7a61f:
>   Wolfgang Denk (1):
>         Merge branch 'reloc'
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> Luigi 'Comio' Mantellini (3):
>       Rewrite the miiphybb (Bit-banged MII bus driver) in order to support an arbitrary number of mii buses.
>       Add bb_miiphy_init call before any ethernet bring-up code.
>       Update all board to support new bbmiiphy driver (with multibus support)
> 
>  doc/README.bitbangMII        |   56 +++++++
>  drivers/net/phy/miiphybb.c   |  346 +++++++++++++++++++++++++++++-------------
>  include/configs/ISPAN.h      |    4 +
>  include/configs/MPC8260ADS.h |    3 +
>  include/configs/MPC8266ADS.h |    4 +
>  include/configs/MPC8560ADS.h |    4 +
>  include/configs/Rattler.h    |    4 +
>  include/configs/SBC8540.h    |    4 +
>  include/configs/TQM8272.h    |    3 +
>  include/configs/VoVPN-GW.h   |    5 +
>  include/configs/ZPC1900.h    |    4 +
>  include/configs/ep8248.h     |    1 +
>  include/configs/ep82xxm.h    |    1 +
>  include/configs/gw8260.h     |    5 +
>  include/configs/hymod.h      |   12 ++
>  include/configs/muas3001.h   |    4 +
>  include/configs/ppmc8260.h   |    4 +
>  include/configs/sacsng.h     |    4 +
>  include/configs/sbc8260.h    |    4 +
>  include/configs/sbc8560.h    |    4 +
>  include/miiphy.h             |   25 +++-
>  lib_arm/board.c              |    7 +
>  lib_avr32/board.c            |    7 +
>  lib_blackfin/board.c         |    7 +
>  lib_i386/board.c             |    9 +-
>  lib_m68k/board.c             |    7 +
>  lib_mips/board.c             |    7 +
>  lib_ppc/board.c              |    7 +
>  lib_sh/board.c               |    7 +
>  lib_sparc/board.c            |    7 +
>  30 files changed, 460 insertions(+), 106 deletions(-)
>  create mode 100644 doc/README.bitbangMII

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
"The bad reputation UNIX has gotten is totally undeserved, laid on by
people who don't understand, who have not gotten in there  and  tried
anything."          -- Jim Joyce, owner of Jim Joyce's UNIX Bookstore

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2009-10-11  6:52 Ben Warren
  2009-10-12 21:47 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2009-10-11  6:52 UTC (permalink / raw)
  To: u-boot

Wolfgang,

With this pull, I believe all net-related changes for 2009.11 are in.

The following changes since commit cd77dd109c4a439519a78c32eddc42bdebc7a61f:
  Wolfgang Denk (1):
        Merge branch 'reloc'

are available in the git repository at:

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

Luigi 'Comio' Mantellini (3):
      Rewrite the miiphybb (Bit-banged MII bus driver) in order to support an arbitrary number of mii buses.
      Add bb_miiphy_init call before any ethernet bring-up code.
      Update all board to support new bbmiiphy driver (with multibus support)

 doc/README.bitbangMII        |   56 +++++++
 drivers/net/phy/miiphybb.c   |  346 +++++++++++++++++++++++++++++-------------
 include/configs/ISPAN.h      |    4 +
 include/configs/MPC8260ADS.h |    3 +
 include/configs/MPC8266ADS.h |    4 +
 include/configs/MPC8560ADS.h |    4 +
 include/configs/Rattler.h    |    4 +
 include/configs/SBC8540.h    |    4 +
 include/configs/TQM8272.h    |    3 +
 include/configs/VoVPN-GW.h   |    5 +
 include/configs/ZPC1900.h    |    4 +
 include/configs/ep8248.h     |    1 +
 include/configs/ep82xxm.h    |    1 +
 include/configs/gw8260.h     |    5 +
 include/configs/hymod.h      |   12 ++
 include/configs/muas3001.h   |    4 +
 include/configs/ppmc8260.h   |    4 +
 include/configs/sacsng.h     |    4 +
 include/configs/sbc8260.h    |    4 +
 include/configs/sbc8560.h    |    4 +
 include/miiphy.h             |   25 +++-
 lib_arm/board.c              |    7 +
 lib_avr32/board.c            |    7 +
 lib_blackfin/board.c         |    7 +
 lib_i386/board.c             |    9 +-
 lib_m68k/board.c             |    7 +
 lib_mips/board.c             |    7 +
 lib_ppc/board.c              |    7 +
 lib_sh/board.c               |    7 +
 lib_sparc/board.c            |    7 +
 30 files changed, 460 insertions(+), 106 deletions(-)
 create mode 100644 doc/README.bitbangMII

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-10-05  7:27 Ben Warren
@ 2009-10-05 21:33 ` Wolfgang Denk
  0 siblings, 0 replies; 72+ messages in thread
From: Wolfgang Denk @ 2009-10-05 21:33 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <4AC99FF1.3040008@gmail.com> you wrote:
> Wolfgang,
> 
> The following changes since commit 311c19ccb5783a1de71fd5042eeadfbe9688f597:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> Ben Warren (2):
>       Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API
>       Add information about return values of xxx_eth_register() in documentation
> 
> James Clough (1):
>       net: Fix problem with 405EZ ethernet interrupt
> 
> Mike Frysinger (2):
>       net: add random_port() prototype
>       document network driver framework
> 
> Prafulla Wadaskar (2):
>       net: phy: mv88e61xx.c : fixed build warning
>       net: kirkwood_egiga.c: fixed build warning
> 
>  board/altera/ep1c20/ep1c20.c                  |   12 +
>  board/altera/ep1s10/ep1s10.c                  |   12 +
>  board/altera/ep1s40/ep1s40.c                  |   12 +
>  board/armltd/integrator/integrator.c          |   13 +-
>  board/armltd/versatile/versatile.c            |   12 +
>  board/bf533-ezkit/bf533-ezkit.c               |    8 +
>  board/bf533-stamp/bf533-stamp.c               |    8 +
>  board/bf538f-ezkit/bf538f-ezkit.c             |    8 +
>  board/bf561-ezkit/bf561-ezkit.c               |    8 +
>  board/blackstamp/blackstamp.c                 |    8 +
>  board/cerf250/cerf250.c                       |   12 +
>  board/cm-bf533/cm-bf533.c                     |    8 +
>  board/cm-bf561/cm-bf561.c                     |    8 +
>  board/cradle/cradle.c                         |   12 +
>  board/delta/delta.c                           |   12 +
>  board/dnp1110/dnp1110.c                       |   12 +
>  board/gaisler/gr_cpci_ax2000/gr_cpci_ax2000.c |   12 +
>  board/gaisler/gr_ep2s60/gr_ep2s60.c           |   12 +
>  board/innokom/innokom.c                       |   12 +
>  board/logodl/logodl.c                         |   12 +
>  board/lpd7a40x/lpd7a40x.c                     |   12 +
>  board/ms7722se/ms7722se.c                     |   12 +
>  board/netstar/eeprom.c                        |   57 ++--
>  board/netstar/netstar.c                       |   12 +
>  board/psyent/pk1c20/pk1c20.c                  |   12 +
>  board/pxa255_idp/pxa_idp.c                    |   12 +
>  board/renesas/MigoR/migo_r.c                  |   12 +
>  board/st/nhk8815/nhk8815.c                    |   12 +
>  board/voiceblue/eeprom.c                      |   57 ++--
>  board/voiceblue/voiceblue.c                   |   12 +
>  board/xaeniax/xaeniax.c                       |   12 +
>  board/xm250/xm250.c                           |   12 +
>  board/xsengine/xsengine.c                     |   12 +
>  board/zylonite/zylonite.c                     |   12 +
>  doc/README.drivers.eth                        |  182 ++++++++
>  drivers/net/4xx_enet.c                        |    9 +
>  drivers/net/Makefile                          |    2 +-
>  drivers/net/kirkwood_egiga.c                  |    4 +-
>  drivers/net/phy/mv88e61xx.c                   |    4 +-
>  drivers/net/smc91111.c                        |  611 +++++++++----------------
>  drivers/net/smc91111.h                        |  192 ++++----
>  examples/standalone/smc91111_eeprom.c         |  102 +++--
>  include/configs/EP1C20.h                      |    3 +-
>  include/configs/EP1S10.h                      |    3 +-
>  include/configs/EP1S40.h                      |    3 +-
>  include/configs/MigoR.h                       |    3 +-
>  include/configs/PK1C20.h                      |    3 +-
>  include/configs/bf533-ezkit.h                 |    8 +-
>  include/configs/bf533-stamp.h                 |    8 +-
>  include/configs/bf538f-ezkit.h                |    3 +-
>  include/configs/bf561-ezkit.h                 |    3 +-
>  include/configs/blackstamp.h                  |    7 +-
>  include/configs/cerf250.h                     |    3 +-
>  include/configs/cm-bf533.h                    |    3 +-
>  include/configs/cm-bf561.h                    |    3 +-
>  include/configs/cradle.h                      |    3 +-
>  include/configs/dnp1110.h                     |    3 +-
>  include/configs/gr_cpci_ax2000.h              |    3 +-
>  include/configs/gr_ep2s60.h                   |    3 +-
>  include/configs/innokom.h                     |    3 +-
>  include/configs/integratorcp.h                |    3 +-
>  include/configs/logodl.h                      |    3 +-
>  include/configs/lpd7a400-10.h                 |    3 +-
>  include/configs/lpd7a404-10.h                 |    3 +-
>  include/configs/ms7722se.h                    |    3 +-
>  include/configs/netstar.h                     |    3 +-
>  include/configs/nhk8815.h                     |    3 +-
>  include/configs/pxa255_idp.h                  |    3 +-
>  include/configs/versatile.h                   |    3 +-
>  include/configs/voiceblue.h                   |    3 +-
>  include/configs/xaeniax.h                     |    3 +-
>  include/configs/xm250.h                       |    3 +-
>  include/configs/xsengine.h                    |    3 +-
>  include/configs/zylonite.h                    |    2 +-
>  include/net.h                                 |    3 +
>  include/netdev.h                              |    1 +
>  76 files changed, 1048 insertions(+), 642 deletions(-)
>  create mode 100644 doc/README.drivers.eth

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
Let the programmers be many and the managers few -- then all will  be
productive.               -- Geoffrey James, "The Tao of Programming"

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2009-10-05  7:27 Ben Warren
  2009-10-05 21:33 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2009-10-05  7:27 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit 311c19ccb5783a1de71fd5042eeadfbe9688f597:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx

are available in the git repository at:

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

Ben Warren (2):
      Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API
      Add information about return values of xxx_eth_register() in documentation

James Clough (1):
      net: Fix problem with 405EZ ethernet interrupt

Mike Frysinger (2):
      net: add random_port() prototype
      document network driver framework

Prafulla Wadaskar (2):
      net: phy: mv88e61xx.c : fixed build warning
      net: kirkwood_egiga.c: fixed build warning

 board/altera/ep1c20/ep1c20.c                  |   12 +
 board/altera/ep1s10/ep1s10.c                  |   12 +
 board/altera/ep1s40/ep1s40.c                  |   12 +
 board/armltd/integrator/integrator.c          |   13 +-
 board/armltd/versatile/versatile.c            |   12 +
 board/bf533-ezkit/bf533-ezkit.c               |    8 +
 board/bf533-stamp/bf533-stamp.c               |    8 +
 board/bf538f-ezkit/bf538f-ezkit.c             |    8 +
 board/bf561-ezkit/bf561-ezkit.c               |    8 +
 board/blackstamp/blackstamp.c                 |    8 +
 board/cerf250/cerf250.c                       |   12 +
 board/cm-bf533/cm-bf533.c                     |    8 +
 board/cm-bf561/cm-bf561.c                     |    8 +
 board/cradle/cradle.c                         |   12 +
 board/delta/delta.c                           |   12 +
 board/dnp1110/dnp1110.c                       |   12 +
 board/gaisler/gr_cpci_ax2000/gr_cpci_ax2000.c |   12 +
 board/gaisler/gr_ep2s60/gr_ep2s60.c           |   12 +
 board/innokom/innokom.c                       |   12 +
 board/logodl/logodl.c                         |   12 +
 board/lpd7a40x/lpd7a40x.c                     |   12 +
 board/ms7722se/ms7722se.c                     |   12 +
 board/netstar/eeprom.c                        |   57 ++--
 board/netstar/netstar.c                       |   12 +
 board/psyent/pk1c20/pk1c20.c                  |   12 +
 board/pxa255_idp/pxa_idp.c                    |   12 +
 board/renesas/MigoR/migo_r.c                  |   12 +
 board/st/nhk8815/nhk8815.c                    |   12 +
 board/voiceblue/eeprom.c                      |   57 ++--
 board/voiceblue/voiceblue.c                   |   12 +
 board/xaeniax/xaeniax.c                       |   12 +
 board/xm250/xm250.c                           |   12 +
 board/xsengine/xsengine.c                     |   12 +
 board/zylonite/zylonite.c                     |   12 +
 doc/README.drivers.eth                        |  182 ++++++++
 drivers/net/4xx_enet.c                        |    9 +
 drivers/net/Makefile                          |    2 +-
 drivers/net/kirkwood_egiga.c                  |    4 +-
 drivers/net/phy/mv88e61xx.c                   |    4 +-
 drivers/net/smc91111.c                        |  611 +++++++++----------------
 drivers/net/smc91111.h                        |  192 ++++----
 examples/standalone/smc91111_eeprom.c         |  102 +++--
 include/configs/EP1C20.h                      |    3 +-
 include/configs/EP1S10.h                      |    3 +-
 include/configs/EP1S40.h                      |    3 +-
 include/configs/MigoR.h                       |    3 +-
 include/configs/PK1C20.h                      |    3 +-
 include/configs/bf533-ezkit.h                 |    8 +-
 include/configs/bf533-stamp.h                 |    8 +-
 include/configs/bf538f-ezkit.h                |    3 +-
 include/configs/bf561-ezkit.h                 |    3 +-
 include/configs/blackstamp.h                  |    7 +-
 include/configs/cerf250.h                     |    3 +-
 include/configs/cm-bf533.h                    |    3 +-
 include/configs/cm-bf561.h                    |    3 +-
 include/configs/cradle.h                      |    3 +-
 include/configs/dnp1110.h                     |    3 +-
 include/configs/gr_cpci_ax2000.h              |    3 +-
 include/configs/gr_ep2s60.h                   |    3 +-
 include/configs/innokom.h                     |    3 +-
 include/configs/integratorcp.h                |    3 +-
 include/configs/logodl.h                      |    3 +-
 include/configs/lpd7a400-10.h                 |    3 +-
 include/configs/lpd7a404-10.h                 |    3 +-
 include/configs/ms7722se.h                    |    3 +-
 include/configs/netstar.h                     |    3 +-
 include/configs/nhk8815.h                     |    3 +-
 include/configs/pxa255_idp.h                  |    3 +-
 include/configs/versatile.h                   |    3 +-
 include/configs/voiceblue.h                   |    3 +-
 include/configs/xaeniax.h                     |    3 +-
 include/configs/xm250.h                       |    3 +-
 include/configs/xsengine.h                    |    3 +-
 include/configs/zylonite.h                    |    2 +-
 include/net.h                                 |    3 +
 include/netdev.h                              |    1 +
 76 files changed, 1048 insertions(+), 642 deletions(-)
 create mode 100644 doc/README.drivers.eth

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-08-21 17:38 Ben Warren
@ 2009-08-21 21:04 ` Wolfgang Denk
  0 siblings, 0 replies; 72+ messages in thread
From: Wolfgang Denk @ 2009-08-21 21:04 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <4A8EDBA1.1060304@gmail.com> you wrote:
> Wolfgang,
> 
> Please note - there is an outstanding bug with the E1000 driver in PCI mode.
> I've requested a fix, but we may have to revert commit 
> aa0707897c49c330b7d6b8d8362e44f60f224732
> 
> The following changes since commit 2bcbd429f44e32ead38a33f372e4c027e66710f9:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> Peter Tyser (1):
>       tsec: Wait for auto-negotiation to complete without link
> 
> Simon Kagstrom (3):
>       arm:kirkwood Define kirkwood phy address magic number
>       Wait for the link to come up on kirkwood network init
>       arm: kirkwood: See to it that sent data is 8-byte aligned
> 
> Timur Tabi (1):
>       e1000: fix PCI memory addressing
> 
>  drivers/net/e1000.c          |   17 +++++++------
>  drivers/net/kirkwood_egiga.c |   51 ++++++++++++++++++++++++++++++++----------
>  drivers/net/kirkwood_egiga.h |    1 +
>  drivers/net/tsec.c           |   19 +++++++--------
>  4 files changed, 58 insertions(+), 30 deletions(-)

Thanks, applied.

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
Worlds are conquered, galaxies destroyed -- but a woman is  always  a
woman.
	-- Kirk, "Conscience of the King", stardate unknown

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2009-08-21 17:38 Ben Warren
  2009-08-21 21:04 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2009-08-21 17:38 UTC (permalink / raw)
  To: u-boot

Wolfgang,

Please note - there is an outstanding bug with the E1000 driver in PCI mode.
I've requested a fix, but we may have to revert commit 
aa0707897c49c330b7d6b8d8362e44f60f224732

The following changes since commit 2bcbd429f44e32ead38a33f372e4c027e66710f9:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx

are available in the git repository at:

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

Peter Tyser (1):
      tsec: Wait for auto-negotiation to complete without link

Simon Kagstrom (3):
      arm:kirkwood Define kirkwood phy address magic number
      Wait for the link to come up on kirkwood network init
      arm: kirkwood: See to it that sent data is 8-byte aligned

Timur Tabi (1):
      e1000: fix PCI memory addressing

 drivers/net/e1000.c          |   17 +++++++------
 drivers/net/kirkwood_egiga.c |   51 ++++++++++++++++++++++++++++++++----------
 drivers/net/kirkwood_egiga.h |    1 +
 drivers/net/tsec.c           |   19 +++++++--------
 4 files changed, 58 insertions(+), 30 deletions(-)

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-08-11 20:17   ` Ben Warren
@ 2009-08-11 21:05     ` Wolfgang Denk
  0 siblings, 0 replies; 72+ messages in thread
From: Wolfgang Denk @ 2009-08-11 21:05 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <4A81D1DE.9060806@gmail.com> you wrote:
>
> > Seems the repo also included:
> >
> > 07/01 Richard Retanubun  [U-Boot] [PATCH] UEC FIXED PHY: Determine
> > 	fixed-phy port using UEC interface name.
> > 07/01 Richard Retanubun  [U-Boot] [PATCH] Assigned a static SMI
> > 	address to all UECs TBIPA address.
...
> Sorry, I pushed those two after the pull request and forgot to send 
> another one.

No problem.

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
It is easier to change the specification to fit the program than vice
versa.

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-08-11 19:47 ` Wolfgang Denk
@ 2009-08-11 20:17   ` Ben Warren
  2009-08-11 21:05     ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2009-08-11 20:17 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk wrote:
> Dear Ben Warren,
>
> In message <4A809B2E.9090608@gmail.com> you wrote:
>   
>> Wolfgang,
>>
>> The following changes since commit eb1a4d0a471505c169bef19a73a60f8641f0b875:
>>   Wolfgang Denk (1):
>>         Prepare 2009.08-rc2
>>
>> are available in the git repository at:
>>
>>   git://git.denx.de/u-boot-net.git master
>>
>> Po-Yu Chuang (1):
>>       arm: A320: driver for FTMAC100 ethernet controller
>>
>> Prafulla Wadaskar (2):
>>       net: phy: bugfixes: mv88E61xx compiler warnings fixed
>>       net: kirkwood: updates: used eth_setenv_enetaddr api
>>
>> Roy Zang (1):
>>       Fix E1000 build warning on AP1000 board
>>
>> Sandeep Paulraj (1):
>>       ARM: Davinci DM355: Enabling DM9000 on DM355 EVM
>>     
>
> Hmm...
>
> Seems the repo also included:
>
> 07/01 Richard Retanubun  [U-Boot] [PATCH] UEC FIXED PHY: Determine
> 	fixed-phy port using UEC interface name.
> 07/01 Richard Retanubun  [U-Boot] [PATCH] Assigned a static SMI
> 	address to all UECs TBIPA address.
>
>
> OK, pulled. Thanks.
>
> Best regards,
>
> Wolfgang Denk
>
>   
Sorry, I pushed those two after the pull request and forgot to send 
another one.

regards,
Ben

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-08-10 22:11 Ben Warren
@ 2009-08-11 19:47 ` Wolfgang Denk
  2009-08-11 20:17   ` Ben Warren
  0 siblings, 1 reply; 72+ messages in thread
From: Wolfgang Denk @ 2009-08-11 19:47 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <4A809B2E.9090608@gmail.com> you wrote:
> Wolfgang,
> 
> The following changes since commit eb1a4d0a471505c169bef19a73a60f8641f0b875:
>   Wolfgang Denk (1):
>         Prepare 2009.08-rc2
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> Po-Yu Chuang (1):
>       arm: A320: driver for FTMAC100 ethernet controller
> 
> Prafulla Wadaskar (2):
>       net: phy: bugfixes: mv88E61xx compiler warnings fixed
>       net: kirkwood: updates: used eth_setenv_enetaddr api
> 
> Roy Zang (1):
>       Fix E1000 build warning on AP1000 board
> 
> Sandeep Paulraj (1):
>       ARM: Davinci DM355: Enabling DM9000 on DM355 EVM

Hmm...

Seems the repo also included:

07/01 Richard Retanubun  [U-Boot] [PATCH] UEC FIXED PHY: Determine
	fixed-phy port using UEC interface name.
07/01 Richard Retanubun  [U-Boot] [PATCH] Assigned a static SMI
	address to all UECs TBIPA address.


OK, pulled. 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
For those who like this sort of thing, this is the sort of thing they
like.                                               - Abraham Lincoln

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2009-08-10 22:11 Ben Warren
  2009-08-11 19:47 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2009-08-10 22:11 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit eb1a4d0a471505c169bef19a73a60f8641f0b875:
  Wolfgang Denk (1):
        Prepare 2009.08-rc2

are available in the git repository at:

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

Po-Yu Chuang (1):
      arm: A320: driver for FTMAC100 ethernet controller

Prafulla Wadaskar (2):
      net: phy: bugfixes: mv88E61xx compiler warnings fixed
      net: kirkwood: updates: used eth_setenv_enetaddr api

Roy Zang (1):
      Fix E1000 build warning on AP1000 board

Sandeep Paulraj (1):
      ARM: Davinci DM355: Enabling DM9000 on DM355 EVM

 board/davinci/dm355evm/dm355evm.c |   10 ++-
 drivers/net/Makefile              |    1 +
 drivers/net/e1000.c               |   88 ++++++------
 drivers/net/ftmac100.c            |  278 +++++++++++++++++++++++++++++++++++++
 drivers/net/ftmac100.h            |  154 ++++++++++++++++++++
 drivers/net/kirkwood_egiga.c      |   15 ++-
 drivers/net/phy/mv88e61xx.c       |   23 ++--
 include/netdev.h                  |    1 +
 8 files changed, 510 insertions(+), 60 deletions(-)
 create mode 100644 drivers/net/ftmac100.c
 create mode 100644 drivers/net/ftmac100.h


regards,
Ben

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-08-08  9:56 Ben Warren
@ 2009-08-08 10:09 ` Wolfgang Denk
  0 siblings, 0 replies; 72+ messages in thread
From: Wolfgang Denk @ 2009-08-08 10:09 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <4A7D4BE4.6070505@gmail.com> you wrote:
> Wolfgang,
> 
> The following changes since commit 187af954cf7958c24efcf0fd62289bbdb4f1f24e:
>   Matthias Ludwig (1):
>         omap3: embedd gpmc_cs into gpmc config struct
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> Mike Frysinger (1):
>       net: sync env ethaddr to device enetaddr in eth_init()
> 
> Robin Getz (1):
>       minor debug cleanups in ./net
> 
> Roy Zang (1):
>       Add Intel E1000 PCIE card support
> 
>  drivers/net/e1000.c | 3098 +++++++++++++++++++++++++++++++++++++++++++--------
>  drivers/net/e1000.h |  837 ++++++++++++++-
>  include/net.h       |    2 +-
>  include/pci_ids.h   |   22 +
>  net/Makefile        |    2 +-
>  net/bootp.c         |   81 +-
>  net/eth.c           |   56 +-
>  net/net.c           |   80 +-
>  net/nfs.c           |   42 +-
>  net/rarp.c          |    4 +-
>  net/sntp.c          |    6 +-
>  net/tftp.c          |   21 +-
>  12 files changed, 3565 insertions(+), 686 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
"Beware of bugs in the above code; I have only proved it correct, not
tried it."                                             - Donald Knuth

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2009-08-08  9:56 Ben Warren
  2009-08-08 10:09 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2009-08-08  9:56 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit 187af954cf7958c24efcf0fd62289bbdb4f1f24e:
  Matthias Ludwig (1):
        omap3: embedd gpmc_cs into gpmc config struct

are available in the git repository at:

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

Mike Frysinger (1):
      net: sync env ethaddr to device enetaddr in eth_init()

Robin Getz (1):
      minor debug cleanups in ./net

Roy Zang (1):
      Add Intel E1000 PCIE card support

 drivers/net/e1000.c | 3098 +++++++++++++++++++++++++++++++++++++++++++--------
 drivers/net/e1000.h |  837 ++++++++++++++-
 include/net.h       |    2 +-
 include/pci_ids.h   |   22 +
 net/Makefile        |    2 +-
 net/bootp.c         |   81 +-
 net/eth.c           |   56 +-
 net/net.c           |   80 +-
 net/nfs.c           |   42 +-
 net/rarp.c          |    4 +-
 net/sntp.c          |    6 +-
 net/tftp.c          |   21 +-
 12 files changed, 3565 insertions(+), 686 deletions(-)

regards,
Ben

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-07-23  6:33 Ben Warren
@ 2009-07-23 17:29 ` Wolfgang Denk
  0 siblings, 0 replies; 72+ messages in thread
From: Wolfgang Denk @ 2009-07-23 17:29 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <4A68041F.60805@gmail.com> you wrote:
> 
> The following changes since commit 189eec77795553157c087cd45555695fb3ce2433:
> 
>   Wolfgang Denk (1):
>         Merge branch 'master' of /home/wd/git/u-boot/custodians
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> Alessio Centazzo (1):
>       ppc4xx: Fixed compilation warning in 4xx_enet.c
> 
> Andreas Pretzsch (1):
>       smc911x: add support for LAN9221
> 
> Ben Warren (2):
>       Add warning about upcoming removal of old Ethernet API
>       Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API
> 
> David Brownell (1):
>       rm9200 ethernet driver: board-specific quirk (csb337)
> 
> Ilya Yanok (1):
>       fec_mxc: driver for FEC ethernet controller on i.MX27
> 
> Kim Phillips (1):
>       net: tsec - fix dereferencing type-punned pointer will break strict-aliasing rules warning
> 
> Michael Zaidman (1):
>       DHCP regression on 2009-06
> 
> Mike Frysinger (1):
>       net: rename NetRxPkt to NetRxPacket
> 
> Nobuhiro Iwamatsu (1):
>       sh: sh_eth: Remove garbage from printf
> 
> Poonam Aggrwal (1):
>       P2020RDB Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII)
> 
> Prafulla Wadaskar (1):
>       net: phy: bugfixes: mv88E61xx multichip addressing support
> 
> Richard Retanubun (1):
>       MIIPHYBB: Return 0xFFFF if the PHY is not asserting TA.
> 
> Robin Getz (2):
>       Add DNS support
>       Save server's MAC address in environment
> 
> Simon Kagstrom (2):
>       arm: Kirkwood: Fix compiler optimization bug for kwgbe_send
>       arm: Kirkwood: Check the error summary bit for error detection
> 
>  README                              |    5 +
>  board/bf548-ezkit/bf548-ezkit.c     |    8 +
>  board/cm-bf548/cm-bf548.c           |   10 +
>  board/freescale/mx31pdk/mx31pdk.c   |   10 +
>  board/imx31_litekit/imx31_litekit.c |   10 +
>  board/imx31_phycore/imx31_phycore.c |   10 +
>  board/micronas/vct/ebi_smc911x.c    |   22 +-
>  board/micronas/vct/vct.c            |   10 +
>  board/omap3/evm/evm.c               |   10 +
>  board/renesas/ap325rxa/ap325rxa.c   |   10 +
>  board/renesas/rsk7203/rsk7203.c     |   17 +-
>  common/cmd_net.c                    |   49 +++
>  cpu/arm920t/at91rm9200/ether.c      |   22 +-
>  cpu/arm926ejs/mx27/generic.c        |   10 +
>  doc/README.dns                      |   64 +++
>  drivers/net/4xx_enet.c              |    3 +-
>  drivers/net/Makefile                |    3 +-
>  drivers/net/fec_mxc.c               |  742 +++++++++++++++++++++++++++++++++++
>  drivers/net/fec_mxc.h               |  304 ++++++++++++++
>  drivers/net/kirkwood_egiga.c        |   33 +-
>  drivers/net/kirkwood_egiga.h        |    1 +
>  drivers/net/phy/miiphybb.c          |    7 +
>  drivers/net/phy/mv88e61xx.c         |   18 +-
>  drivers/net/phy/mv88e61xx.h         |    2 +-
>  drivers/net/sh_eth.c                |    2 +-
>  drivers/net/smc911x.c               |  177 +++++----
>  drivers/net/smc911x.h               |  170 +++++----
>  drivers/net/tsec.c                  |   57 +++-
>  include/configs/ap325rxa.h          |    7 +-
>  include/configs/bf548-ezkit.h       |    7 +-
>  include/configs/cm-bf548.h          |    7 +-
>  include/configs/imx31_litekit.h     |    7 +-
>  include/configs/imx31_phycore.h     |    7 +-
>  include/configs/mx31pdk.h           |    7 +-
>  include/configs/omap3_evm.h         |    7 +-
>  include/configs/rsk7203.h           |    7 +-
>  include/configs/vct.h               |    9 +-
>  include/net.h                       |    9 +-
>  include/netdev.h                    |    2 +
>  net/Makefile                        |    7 +-
>  net/bootp.c                         |    2 +-
>  net/dns.c                           |  211 ++++++++++
>  net/dns.h                           |   39 ++
>  net/eth.c                           |    2 +
>  net/net.c                           |   49 +++-
>  45 files changed, 1936 insertions(+), 236 deletions(-)
>  create mode 100644 doc/README.dns
>  create mode 100644 drivers/net/fec_mxc.c
>  create mode 100644 drivers/net/fec_mxc.h
>  create mode 100644 net/dns.c
>  create mode 100644 net/dns.h

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
grep me no patterns and I'll tell you no lines.

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2009-07-23  6:33 Ben Warren
  2009-07-23 17:29 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2009-07-23  6:33 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit 189eec77795553157c087cd45555695fb3ce2433:

  Wolfgang Denk (1):
        Merge branch 'master' of /home/wd/git/u-boot/custodians

are available in the git repository at:

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

Alessio Centazzo (1):
      ppc4xx: Fixed compilation warning in 4xx_enet.c

Andreas Pretzsch (1):
      smc911x: add support for LAN9221

Ben Warren (2):
      Add warning about upcoming removal of old Ethernet API
      Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API

David Brownell (1):
      rm9200 ethernet driver: board-specific quirk (csb337)

Ilya Yanok (1):
      fec_mxc: driver for FEC ethernet controller on i.MX27

Kim Phillips (1):
      net: tsec - fix dereferencing type-punned pointer will break strict-aliasing rules warning

Michael Zaidman (1):
      DHCP regression on 2009-06

Mike Frysinger (1):
      net: rename NetRxPkt to NetRxPacket

Nobuhiro Iwamatsu (1):
      sh: sh_eth: Remove garbage from printf

Poonam Aggrwal (1):
      P2020RDB Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII)

Prafulla Wadaskar (1):
      net: phy: bugfixes: mv88E61xx multichip addressing support

Richard Retanubun (1):
      MIIPHYBB: Return 0xFFFF if the PHY is not asserting TA.

Robin Getz (2):
      Add DNS support
      Save server's MAC address in environment

Simon Kagstrom (2):
      arm: Kirkwood: Fix compiler optimization bug for kwgbe_send
      arm: Kirkwood: Check the error summary bit for error detection

 README                              |    5 +
 board/bf548-ezkit/bf548-ezkit.c     |    8 +
 board/cm-bf548/cm-bf548.c           |   10 +
 board/freescale/mx31pdk/mx31pdk.c   |   10 +
 board/imx31_litekit/imx31_litekit.c |   10 +
 board/imx31_phycore/imx31_phycore.c |   10 +
 board/micronas/vct/ebi_smc911x.c    |   22 +-
 board/micronas/vct/vct.c            |   10 +
 board/omap3/evm/evm.c               |   10 +
 board/renesas/ap325rxa/ap325rxa.c   |   10 +
 board/renesas/rsk7203/rsk7203.c     |   17 +-
 common/cmd_net.c                    |   49 +++
 cpu/arm920t/at91rm9200/ether.c      |   22 +-
 cpu/arm926ejs/mx27/generic.c        |   10 +
 doc/README.dns                      |   64 +++
 drivers/net/4xx_enet.c              |    3 +-
 drivers/net/Makefile                |    3 +-
 drivers/net/fec_mxc.c               |  742 +++++++++++++++++++++++++++++++++++
 drivers/net/fec_mxc.h               |  304 ++++++++++++++
 drivers/net/kirkwood_egiga.c        |   33 +-
 drivers/net/kirkwood_egiga.h        |    1 +
 drivers/net/phy/miiphybb.c          |    7 +
 drivers/net/phy/mv88e61xx.c         |   18 +-
 drivers/net/phy/mv88e61xx.h         |    2 +-
 drivers/net/sh_eth.c                |    2 +-
 drivers/net/smc911x.c               |  177 +++++----
 drivers/net/smc911x.h               |  170 +++++----
 drivers/net/tsec.c                  |   57 +++-
 include/configs/ap325rxa.h          |    7 +-
 include/configs/bf548-ezkit.h       |    7 +-
 include/configs/cm-bf548.h          |    7 +-
 include/configs/imx31_litekit.h     |    7 +-
 include/configs/imx31_phycore.h     |    7 +-
 include/configs/mx31pdk.h           |    7 +-
 include/configs/omap3_evm.h         |    7 +-
 include/configs/rsk7203.h           |    7 +-
 include/configs/vct.h               |    9 +-
 include/net.h                       |    9 +-
 include/netdev.h                    |    2 +
 net/Makefile                        |    7 +-
 net/bootp.c                         |    2 +-
 net/dns.c                           |  211 ++++++++++
 net/dns.h                           |   39 ++
 net/eth.c                           |    2 +
 net/net.c                           |   49 +++-
 45 files changed, 1936 insertions(+), 236 deletions(-)
 create mode 100644 doc/README.dns
 create mode 100644 drivers/net/fec_mxc.c
 create mode 100644 drivers/net/fec_mxc.h
 create mode 100644 net/dns.c
 create mode 100644 net/dns.h

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-07-21 18:53   ` Prafulla Wadaskar
@ 2009-07-21 21:12     ` Wolfgang Denk
  0 siblings, 0 replies; 72+ messages in thread
From: Wolfgang Denk @ 2009-07-21 21:12 UTC (permalink / raw)
  To: u-boot

Dear Prafulla Wadaskar,

In message <73173D32E9439E4ABB5151606C3E19E202DDF27693@SC-VEXCH1.marvell.com> you wrote:
> 
> By default Auto negotiation for interface speed is enabled (hard coded).
> Until if some one configures, forced interface speed will not be active.
> I could not find other option at this moment to set it other way.
> 
> NOT including this patch will break RD6281A board network functionality.
> I am still discovering why it is not working with auto negotiation enabled.

What happens if you use the RD6281A board with autoneg enabled, and
then use MII commands to chose a specific setting before running the
first network related command? Is my assumption correct that this will
work?

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
The only perfect science is hind-sight.

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-07-21  7:48 ` Wolfgang Denk
@ 2009-07-21 18:53   ` Prafulla Wadaskar
  2009-07-21 21:12     ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Prafulla Wadaskar @ 2009-07-21 18:53 UTC (permalink / raw)
  To: u-boot

 

> -----Original Message-----
> From: u-boot-bounces at lists.denx.de 
> [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Wolfgang Denk
> Sent: Tuesday, July 21, 2009 1:19 PM
> To: Ben Warren
> Cc: U-Boot
> Subject: Re: [U-Boot] Pull request - net
> 
> Dear Ben Warren,
> 
> In message <4A656DE2.1080902@gmail.com> you wrote:
> > Wolfgang,
> > 
> > The following changes since commit 
> 1bc1538613d66cef3cbce680fc8d7c3561a0fbd0:
> >   Peter Tyser (1):
> >         Move examples/ to examples/standalone
> > 
<snip>
> > VSC8221(SGMII)
> > 
> > Prafulla Wadaskar (2):
> >       net: phy: bugfixes: mv88E61xx multichip addressing support
> >       net: Kirkwood_egiga: forced interface speed config support
> > 
<snip>
> 
> I would like not to include
> 
> 	net: Kirkwood_egiga: forced interface speed config support
> 
> yet - not until it is clear if this is really needed as a 
> hard-coded, compile-time selected option.
Dear Wolfgang
By default Auto negotiation for interface speed is enabled (hard coded).
Until if some one configures, forced interface speed will not be active.
I could not find other option at this moment to set it other way.

NOT including this patch will break RD6281A board network functionality.
I am still discovering why it is not working with auto negotiation enabled.

Regards..
Prafulla . . 

> 
> 
> And I disagree with the implementation of
> 
> 	Bugfix: mpc512x_fec MII accesses fail after ethernet transfers
> 
> 
> 
> 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
> C++ was an interesting and valuable experiment, but we've learned its
> lessons and it's time to move on.
>                             - Peter Curran in 
> <DCqM4z.BxB@isgtec.com> 
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
> 

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-07-21  7:27 Ben Warren
@ 2009-07-21  7:48 ` Wolfgang Denk
  2009-07-21 18:53   ` Prafulla Wadaskar
  0 siblings, 1 reply; 72+ messages in thread
From: Wolfgang Denk @ 2009-07-21  7:48 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <4A656DE2.1080902@gmail.com> you wrote:
> Wolfgang,
> 
> The following changes since commit 1bc1538613d66cef3cbce680fc8d7c3561a0fbd0:
>   Peter Tyser (1):
>         Move examples/ to examples/standalone
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> Alessio Centazzo (1):
>       ppc4xx: Fixed compilation warning in 4xx_enet.c
> 
> Andreas Pretzsch (1):
>       smc911x: add support for LAN9221
> 
> Ben Warren (2):
>       Add warning about upcoming removal of old Ethernet API
>       Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API
> 
> David Brownell (1):
>       rm9200 ethernet driver: board-specific quirk (csb337)
> 
> Kim Phillips (1):
>       net: tsec - fix dereferencing type-punned pointer will break strict-aliasing rules warning
> 
> Kumar Gala (1):
>       uec: Fix compile warning
> 
> Michael Zaidman (1):
>       DHCP regression on 2009-06
> 
> Mike Frysinger (1):
>       net: rename NetRxPkt to NetRxPacket
> 
> Nobuhiro Iwamatsu (1):
>       sh: sh_eth: Remove garbage from printf
> 
> Poonam Aggrwal (1):
>       P2020RDB Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII)
> 
> Prafulla Wadaskar (2):
>       net: phy: bugfixes: mv88E61xx multichip addressing support
>       net: Kirkwood_egiga: forced interface speed config support
> 
> Richard Retanubun (1):
>       MIIPHYBB: Return 0xFFFF if the PHY is not asserting TA.
> 
> Robin Getz (1):
>       Add DNS support
> 
> Simon Kagstrom (2):
>       arm: Kirkwood: Fix compiler optimization bug for kwgbe_send
>       arm: Kirkwood: Check the error summary bit for error detection
> 
> Thomas D?rfler (1):
>       Bugfix: mpc512x_fec MII accesses fail after ethernet transfers

I would like not to include

	net: Kirkwood_egiga: forced interface speed config support

yet - not until it is clear if this is really needed as a hard-coded,
compile-time selected option.


And I disagree with the implementation of

	Bugfix: mpc512x_fec MII accesses fail after ethernet transfers



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
C++ was an interesting and valuable experiment, but we've learned its
lessons and it's time to move on.
                            - Peter Curran in <DCqM4z.BxB@isgtec.com>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2009-07-21  7:27 Ben Warren
  2009-07-21  7:48 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2009-07-21  7:27 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit 1bc1538613d66cef3cbce680fc8d7c3561a0fbd0:
  Peter Tyser (1):
        Move examples/ to examples/standalone

are available in the git repository at:

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

Alessio Centazzo (1):
      ppc4xx: Fixed compilation warning in 4xx_enet.c

Andreas Pretzsch (1):
      smc911x: add support for LAN9221

Ben Warren (2):
      Add warning about upcoming removal of old Ethernet API
      Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API

David Brownell (1):
      rm9200 ethernet driver: board-specific quirk (csb337)

Kim Phillips (1):
      net: tsec - fix dereferencing type-punned pointer will break strict-aliasing rules warning

Kumar Gala (1):
      uec: Fix compile warning

Michael Zaidman (1):
      DHCP regression on 2009-06

Mike Frysinger (1):
      net: rename NetRxPkt to NetRxPacket

Nobuhiro Iwamatsu (1):
      sh: sh_eth: Remove garbage from printf

Poonam Aggrwal (1):
      P2020RDB Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII)

Prafulla Wadaskar (2):
      net: phy: bugfixes: mv88E61xx multichip addressing support
      net: Kirkwood_egiga: forced interface speed config support

Richard Retanubun (1):
      MIIPHYBB: Return 0xFFFF if the PHY is not asserting TA.

Robin Getz (1):
      Add DNS support

Simon Kagstrom (2):
      arm: Kirkwood: Fix compiler optimization bug for kwgbe_send
      arm: Kirkwood: Check the error summary bit for error detection

Thomas D?rfler (1):
      Bugfix: mpc512x_fec MII accesses fail after ethernet transfers

 board/bf548-ezkit/bf548-ezkit.c     |    8 ++
 board/cm-bf548/cm-bf548.c           |   10 ++
 board/freescale/mx31pdk/mx31pdk.c   |   10 ++
 board/imx31_litekit/imx31_litekit.c |   10 ++
 board/imx31_phycore/imx31_phycore.c |   10 ++
 board/micronas/vct/ebi_smc911x.c    |   22 +++-
 board/micronas/vct/vct.c            |   10 ++
 board/omap3/evm/evm.c               |   10 ++
 board/renesas/ap325rxa/ap325rxa.c   |   10 ++
 board/renesas/rsk7203/rsk7203.c     |   17 +++-
 common/cmd_net.c                    |   49 ++++++++
 cpu/arm920t/at91rm9200/ether.c      |   22 +++-
 doc/README.dns                      |   64 +++++++++++
 drivers/net/4xx_enet.c              |    3 +-
 drivers/net/Makefile                |    2 +-
 drivers/net/kirkwood_egiga.c        |   57 ++++++++--
 drivers/net/kirkwood_egiga.h        |    1 +
 drivers/net/mpc512x_fec.c           |   13 ++
 drivers/net/phy/miiphybb.c          |    7 +
 drivers/net/phy/mv88e61xx.c         |   18 ++--
 drivers/net/phy/mv88e61xx.h         |    2 +-
 drivers/net/sh_eth.c                |    2 +-
 drivers/net/smc911x.c               |  177 ++++++++++++++++-------------
 drivers/net/smc911x.h               |  170 +++++++++++++++-------------
 drivers/net/tsec.c                  |   57 +++++++++-
 include/configs/ap325rxa.h          |    7 +-
 include/configs/bf548-ezkit.h       |    7 +-
 include/configs/cm-bf548.h          |    7 +-
 include/configs/imx31_litekit.h     |    7 +-
 include/configs/imx31_phycore.h     |    7 +-
 include/configs/mx31pdk.h           |    7 +-
 include/configs/omap3_evm.h         |    7 +-
 include/configs/rsk7203.h           |    7 +-
 include/configs/vct.h               |    9 +-
 include/net.h                       |    9 +-
 include/netdev.h                    |    2 +
 net/Makefile                        |    7 +-
 net/bootp.c                         |    2 +-
 net/dns.c                           |  211 +++++++++++++++++++++++++++++++++++
 net/dns.h                           |   39 +++++++
 net/eth.c                           |    2 +
 net/net.c                           |   40 ++++++-
 42 files changed, 902 insertions(+), 236 deletions(-)
 create mode 100644 doc/README.dns
 create mode 100644 net/dns.c
 create mode 100644 net/dns.h


regards,
Ben

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-06-15  7:17 Ben Warren
@ 2009-06-15  9:21 ` Wolfgang Denk
  0 siblings, 0 replies; 72+ messages in thread
From: Wolfgang Denk @ 2009-06-15  9:21 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <4A35F5A0.4030501@gmail.com> you wrote:
> Wolfgang,
> 
> The following changes since commit 31f30c9eb60d9ab0bd702e31f66345f99b34bdc6:
>   Mike Frysinger (1):
>         add %.c->%.i and %.c->%.s rules
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net master
> 
> Ben Warren (4):
>       Moved Davinci Ethernet driver to drivers/net
>       Initial cleanup of Davinci Ethernet driver
>       Switched davinci_emac Ethernet driver to use newer API
>       Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC
> 
> Norbert van Bolhuis (1):
>       A VLAN tagged DHCP request/discover is 4 bytes short
> 
> Prafulla Wadaskar (2):
>       Marvell MV88E61XX Switch Driver support
>       net: Add Marvell Kirkwood gigabit ethernet driver
> 
> Remy Bohmer (1):
>       Convert DM9000 driver for CONFIG_NET_MULTI
> 
> Richard Retanubun (1):
>       Subject: [PATCH] [repost] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter.
> 
> Zach LeRoy (1):
>       tsec: Add support for BCM5482S PHY
> 
> s-paulraj at ti.com (1):
>       DaVinci Network Driver Updates
> 
>  board/atmel/at91sam9261ek/at91sam9261ek.c          |    7 +
>  board/davinci/common/misc.h                        |    1 -
>  board/davinci/dvevm/dvevm.c                        |    3 -
>  board/davinci/schmoogie/schmoogie.c                |    3 -
>  board/davinci/sffsdr/sffsdr.c                      |    3 -
>  board/davinci/sonata/sonata.c                      |    3 -
>  board/freescale/m5253demo/m5253demo.c              |    9 +
>  board/scb9328/scb9328.c                            |    8 +
>  board/trizepsiv/conxs.c                            |    8 +
>  cpu/arm926ejs/davinci/Makefile                     |    2 +-
>  cpu/arm926ejs/davinci/cpu.c                        |   12 +
>  drivers/net/4xx_enet.c                             |   54 --
>  drivers/net/Makefile                               |    2 +
>  .../davinci/ether.c => drivers/net/davinci_emac.c  |  214 +++----
>  drivers/net/dm9000x.c                              |   44 +-
>  drivers/net/kirkwood_egiga.c                       |  664 ++++++++++++++++++++
>  drivers/net/kirkwood_egiga.h                       |  503 +++++++++++++++
>  drivers/net/mcfmii.c                               |    2 +-
>  drivers/net/phy/Makefile                           |    1 +
>  drivers/net/phy/mv88e61xx.c                        |  413 ++++++++++++
>  drivers/net/phy/mv88e61xx.h                        |   62 ++
>  drivers/net/tsec.c                                 |   41 ++
>  include/asm-arm/arch-davinci/emac_defs.h           |   32 +-
>  include/configs/M5253DEMO.h                        |    1 +
>  include/configs/at91sam9261ek.h                    |    1 +
>  include/configs/davinci_dvevm.h                    |    1 +
>  include/configs/davinci_schmoogie.h                |    1 +
>  include/configs/davinci_sffsdr.h                   |    1 +
>  include/configs/davinci_sonata.h                   |    1 +
>  include/configs/scb9328.h                          |    1 +
>  include/configs/trizepsiv.h                        |    1 +
>  include/netdev.h                                   |   50 ++
>  include/tsec.h                                     |    2 +
>  net/bootp.c                                        |    4 +-
>  net/eth.c                                          |    8 -
>  35 files changed, 1944 insertions(+), 219 deletions(-)
>  rename cpu/arm926ejs/davinci/ether.c => drivers/net/davinci_emac.c (93%)
>  create mode 100644 drivers/net/kirkwood_egiga.c
>  create mode 100644 drivers/net/kirkwood_egiga.h
>  create mode 100644 drivers/net/phy/mv88e61xx.c
>  create mode 100644 drivers/net/phy/mv88e61xx.h

Done, 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
"It takes all sorts of in & out-door schooling to get adapted  to  my
kind of fooling"                                           - R. Frost

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2009-06-15  7:17 Ben Warren
  2009-06-15  9:21 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2009-06-15  7:17 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit 31f30c9eb60d9ab0bd702e31f66345f99b34bdc6:
  Mike Frysinger (1):
        add %.c->%.i and %.c->%.s rules

are available in the git repository at:

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

Ben Warren (4):
      Moved Davinci Ethernet driver to drivers/net
      Initial cleanup of Davinci Ethernet driver
      Switched davinci_emac Ethernet driver to use newer API
      Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC

Norbert van Bolhuis (1):
      A VLAN tagged DHCP request/discover is 4 bytes short

Prafulla Wadaskar (2):
      Marvell MV88E61XX Switch Driver support
      net: Add Marvell Kirkwood gigabit ethernet driver

Remy Bohmer (1):
      Convert DM9000 driver for CONFIG_NET_MULTI

Richard Retanubun (1):
      Subject: [PATCH] [repost] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter.

Zach LeRoy (1):
      tsec: Add support for BCM5482S PHY

s-paulraj at ti.com (1):
      DaVinci Network Driver Updates

 board/atmel/at91sam9261ek/at91sam9261ek.c          |    7 +
 board/davinci/common/misc.h                        |    1 -
 board/davinci/dvevm/dvevm.c                        |    3 -
 board/davinci/schmoogie/schmoogie.c                |    3 -
 board/davinci/sffsdr/sffsdr.c                      |    3 -
 board/davinci/sonata/sonata.c                      |    3 -
 board/freescale/m5253demo/m5253demo.c              |    9 +
 board/scb9328/scb9328.c                            |    8 +
 board/trizepsiv/conxs.c                            |    8 +
 cpu/arm926ejs/davinci/Makefile                     |    2 +-
 cpu/arm926ejs/davinci/cpu.c                        |   12 +
 drivers/net/4xx_enet.c                             |   54 --
 drivers/net/Makefile                               |    2 +
 .../davinci/ether.c => drivers/net/davinci_emac.c  |  214 +++----
 drivers/net/dm9000x.c                              |   44 +-
 drivers/net/kirkwood_egiga.c                       |  664 ++++++++++++++++++++
 drivers/net/kirkwood_egiga.h                       |  503 +++++++++++++++
 drivers/net/mcfmii.c                               |    2 +-
 drivers/net/phy/Makefile                           |    1 +
 drivers/net/phy/mv88e61xx.c                        |  413 ++++++++++++
 drivers/net/phy/mv88e61xx.h                        |   62 ++
 drivers/net/tsec.c                                 |   41 ++
 include/asm-arm/arch-davinci/emac_defs.h           |   32 +-
 include/configs/M5253DEMO.h                        |    1 +
 include/configs/at91sam9261ek.h                    |    1 +
 include/configs/davinci_dvevm.h                    |    1 +
 include/configs/davinci_schmoogie.h                |    1 +
 include/configs/davinci_sffsdr.h                   |    1 +
 include/configs/davinci_sonata.h                   |    1 +
 include/configs/scb9328.h                          |    1 +
 include/configs/trizepsiv.h                        |    1 +
 include/netdev.h                                   |   50 ++
 include/tsec.h                                     |    2 +
 net/bootp.c                                        |    4 +-
 net/eth.c                                          |    8 -
 35 files changed, 1944 insertions(+), 219 deletions(-)
 rename cpu/arm926ejs/davinci/ether.c => drivers/net/davinci_emac.c (93%)
 create mode 100644 drivers/net/kirkwood_egiga.c
 create mode 100644 drivers/net/kirkwood_egiga.h
 create mode 100644 drivers/net/phy/mv88e61xx.c
 create mode 100644 drivers/net/phy/mv88e61xx.h

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-06-10  8:14   ` Prafulla Wadaskar
@ 2009-06-10 16:32     ` Ben Warren
  0 siblings, 0 replies; 72+ messages in thread
From: Ben Warren @ 2009-06-10 16:32 UTC (permalink / raw)
  To: u-boot

Prafulla Wadaskar wrote:
<snip>
> Dear Ben,
> There are some other patches in next branch those are not requested for pull including http://git.denx.de/?p=u-boot/u-boot-net.git;a=commit;h=4f72c877417cec2d35d93315b04aa94bc57cfe79 
> Is there any specific reason? 
>
> Regards.
> Prafulla . 
>   

I haven't sent a 'next' pull request yet.  Expect it soon.

regards,
Ben

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-06-09 20:51 ` Wolfgang Denk
@ 2009-06-10  8:14   ` Prafulla Wadaskar
  2009-06-10 16:32     ` Ben Warren
  0 siblings, 1 reply; 72+ messages in thread
From: Prafulla Wadaskar @ 2009-06-10  8:14 UTC (permalink / raw)
  To: u-boot

 

> -----Original Message-----
> From: u-boot-bounces at lists.denx.de 
> [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Wolfgang Denk
> Sent: Wednesday, June 10, 2009 2:22 AM
> To: Ben Warren
> Cc: U-Boot
> Subject: Re: [U-Boot] Pull request - net
> 
> Dear Ben Warren,
> 
> In message <4A2DFB85.8000305@gmail.com> you wrote:
> > The following changes since commit 
> 2c0234fa79122a5aa77c4e17c33eb2fe184b61a7:
> >   Daniel Mack (1):
> >         smc911x: write back the manually set MAC address
> > 
> > are available in the git repository at:
> > 
> >   git://git.denx.de/u-boot-net master
> > 
> > Felix Radensky (1):
> >       ppc4xx/net: Fix MDIO clock setup
> > 
> > Manikandan Pillai (1):
> >       SMC911x driver fixed for NFS boot
> > 
> > Remy Bohmer (1):
> >       Add config option for disabling DM9000-SROM support.
> > 
> > Yoshihiro Shimoda (1):
> >       rtl8169: fix PCI system memory address
Dear Ben,
There are some other patches in next branch those are not requested for pull including http://git.denx.de/?p=u-boot/u-boot-net.git;a=commit;h=4f72c877417cec2d35d93315b04aa94bc57cfe79 
Is there any specific reason? 

Regards.
Prafulla . 

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-06-09  6:04 Ben Warren
@ 2009-06-09 20:51 ` Wolfgang Denk
  2009-06-10  8:14   ` Prafulla Wadaskar
  0 siblings, 1 reply; 72+ messages in thread
From: Wolfgang Denk @ 2009-06-09 20:51 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <4A2DFB85.8000305@gmail.com> you wrote:
> The following changes since commit 2c0234fa79122a5aa77c4e17c33eb2fe184b61a7:
>   Daniel Mack (1):
>         smc911x: write back the manually set MAC address
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net master
> 
> Felix Radensky (1):
>       ppc4xx/net: Fix MDIO clock setup
> 
> Manikandan Pillai (1):
>       SMC911x driver fixed for NFS boot
> 
> Remy Bohmer (1):
>       Add config option for disabling DM9000-SROM support.
> 
> Yoshihiro Shimoda (1):
>       rtl8169: fix PCI system memory address
> 
>  board/trizepsiv/eeprom.c        |   14 +++++++-------
>  drivers/net/4xx_enet.c          |   10 ++++++----
>  drivers/net/dm9000x.c           |   16 ++++++++--------
>  drivers/net/rtl8169.c           |   13 ++++++++-----
>  drivers/net/smc911x.c           |   23 ++++++++++++++++++++++-
>  include/configs/at91sam9261ek.h |    1 +
>  include/dm9000.h                |   20 ++++++++++++++++++++
>  7 files changed, 72 insertions(+), 25 deletions(-)
>  create mode 100644 include/dm9000.h

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
The project was large enough and management communication poor enough
to prompt many members of the team to see themselves  as  contestants
making  brownie  points,  rather  than as builders making programming
products. Each suboptimized  his  piece  to  meet  his  targets;  few
stopped to think about the total effect on the customer.
                              - Fred Brooks, "The Mythical Man Month"

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2009-06-09  6:04 Ben Warren
  2009-06-09 20:51 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2009-06-09  6:04 UTC (permalink / raw)
  To: u-boot

The following changes since commit 2c0234fa79122a5aa77c4e17c33eb2fe184b61a7:
  Daniel Mack (1):
        smc911x: write back the manually set MAC address

are available in the git repository at:

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

Felix Radensky (1):
      ppc4xx/net: Fix MDIO clock setup

Manikandan Pillai (1):
      SMC911x driver fixed for NFS boot

Remy Bohmer (1):
      Add config option for disabling DM9000-SROM support.

Yoshihiro Shimoda (1):
      rtl8169: fix PCI system memory address

 board/trizepsiv/eeprom.c        |   14 +++++++-------
 drivers/net/4xx_enet.c          |   10 ++++++----
 drivers/net/dm9000x.c           |   16 ++++++++--------
 drivers/net/rtl8169.c           |   13 ++++++++-----
 drivers/net/smc911x.c           |   23 ++++++++++++++++++++++-
 include/configs/at91sam9261ek.h |    1 +
 include/dm9000.h                |   20 ++++++++++++++++++++
 7 files changed, 72 insertions(+), 25 deletions(-)
 create mode 100644 include/dm9000.h

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-06-08 21:54 ` Wolfgang Denk
  2009-06-08 21:59   ` Ben Warren
@ 2009-06-09  6:01   ` Ben Warren
  1 sibling, 0 replies; 72+ messages in thread
From: Ben Warren @ 2009-06-09  6:01 UTC (permalink / raw)
  To: u-boot

Wolfgang,

Wolfgang Denk wrote:
> Dear Ben Warren,
>
> In message <4A2C9343.20201@gmail.com> you wrote:
>   
>> The following changes since commit 3bc8556f9b24af60dba2b55a0abb1182dff45ecc:
>>   Wolfgang Denk (1):
>>         Merge branch 'master' of git://git.denx.de/u-boot-mmc
>>
>> are available in the git repository at:
>>
>>   git://git.denx.de/u-boot-net master
>>
>> Daniel Mack (1):
>>       smc911x: write back the manually set MAC address
>>
>>  drivers/net/smc911x.c |    9 +++++++--
>>  1 files changed, 7 insertions(+), 2 deletions(-)
>>     
>
> Applied, thanks.
>
>   
>> I *think* this is all that's still in the queue for 2009.06, but please let me know if there's anything else.
>>     
>
> I do have some more network related patches marked as open in my list:
>
> http://mid.gmane.org/gijdmd$vhk$1 at ger.gmane.org
>   
Not sure about this one.  It fixes big-endian ARM implementation, but 
won't it break the PM854 (MPC85xx-based)?  Let's work it into the next 
release instead.
> http://mid.gmane.org/49A4D6C1.2010806 at renesas.com
>   
OK, applied
> http://mid.gmane.org/49A641E4.8000001 at denx.de
>   
Already applied
> http://mid.gmane.org/1239162275-13087-1-git-send-email-mani.pillai at ti.com
>   
OK, applied
> http://mid.gmane.org/49fca588.1818d00a.2574.ffffacf3 at mx.google.com
>   
Already in next
> http://mid.gmane.org/1241345500-3943-1-git-send-email-linux at bohmer.net
>   
OK, applied
> http://mid.gmane.org/1242143134-12708-1-git-send-email-s-paulraj at ti.com
>   
Applied to next
> http://mid.gmane.org/1242684058-15905-1-git-send-email-prafulla at marvell.com
>   
A newer version will go into next soon
> http://mid.gmane.org/1243791855-7196-1-git-send-email-felix at embedded-sol.com  is a fix.
>   
Already in next, but will move to master
> Some of them may be for next, but some are clear fixes that should go
> in now.
>
> Best regards,
>
> Wolfgang Denk
>
>   
regards,
Ben

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-06-08 21:54 ` Wolfgang Denk
@ 2009-06-08 21:59   ` Ben Warren
  2009-06-09  6:01   ` Ben Warren
  1 sibling, 0 replies; 72+ messages in thread
From: Ben Warren @ 2009-06-08 21:59 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk wrote:
> Dear Ben Warren,
>
> In message <4A2C9343.20201@gmail.com> you wrote:
>   
>> The following changes since commit 3bc8556f9b24af60dba2b55a0abb1182dff45ecc:
>>   Wolfgang Denk (1):
>>         Merge branch 'master' of git://git.denx.de/u-boot-mmc
>>
>> are available in the git repository at:
>>
>>   git://git.denx.de/u-boot-net master
>>
>> Daniel Mack (1):
>>       smc911x: write back the manually set MAC address
>>
>>  drivers/net/smc911x.c |    9 +++++++--
>>  1 files changed, 7 insertions(+), 2 deletions(-)
>>     
>
> Applied, thanks.
>
>   
>> I *think* this is all that's still in the queue for 2009.06, but please let me know if there's anything else.
>>     
>
> I do have some more network related patches marked as open in my list:
>
> http://mid.gmane.org/gijdmd$vhk$1 at ger.gmane.org
> http://mid.gmane.org/49A4D6C1.2010806 at renesas.com
> http://mid.gmane.org/49A641E4.8000001 at denx.de
> http://mid.gmane.org/1239162275-13087-1-git-send-email-mani.pillai at ti.com
> http://mid.gmane.org/49fca588.1818d00a.2574.ffffacf3 at mx.google.com
> http://mid.gmane.org/1241345500-3943-1-git-send-email-linux at bohmer.net
> http://mid.gmane.org/1242143134-12708-1-git-send-email-s-paulraj at ti.com
> http://mid.gmane.org/1242684058-15905-1-git-send-email-prafulla at marvell.com
> http://mid.gmane.org/1243791855-7196-1-git-send-email-felix at embedded-sol.com  is a fix.
>
> Some of them may be for next, but some are clear fixes that should go
> in now.
>
> Best regards,
>
> Wolfgang Denk
>
>   
OK - I'll look over them ASAP.

regards,
Ben

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  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
  1 sibling, 2 replies; 72+ messages in thread
From: Wolfgang Denk @ 2009-06-08 21:54 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <4A2C9343.20201@gmail.com> you wrote:
>
> The following changes since commit 3bc8556f9b24af60dba2b55a0abb1182dff45ecc:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-mmc
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net master
> 
> Daniel Mack (1):
>       smc911x: write back the manually set MAC address
> 
>  drivers/net/smc911x.c |    9 +++++++--
>  1 files changed, 7 insertions(+), 2 deletions(-)

Applied, thanks.

> I *think* this is all that's still in the queue for 2009.06, but please let me know if there's anything else.

I do have some more network related patches marked as open in my list:

http://mid.gmane.org/gijdmd$vhk$1 at ger.gmane.org
http://mid.gmane.org/49A4D6C1.2010806 at renesas.com
http://mid.gmane.org/49A641E4.8000001 at denx.de
http://mid.gmane.org/1239162275-13087-1-git-send-email-mani.pillai at ti.com
http://mid.gmane.org/49fca588.1818d00a.2574.ffffacf3 at mx.google.com
http://mid.gmane.org/1241345500-3943-1-git-send-email-linux at bohmer.net
http://mid.gmane.org/1242143134-12708-1-git-send-email-s-paulraj at ti.com
http://mid.gmane.org/1242684058-15905-1-git-send-email-prafulla at marvell.com
http://mid.gmane.org/1243791855-7196-1-git-send-email-felix at embedded-sol.com  is a fix.

Some of them may be for next, but some are clear fixes that should go
in now.

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
"Where humor is concerned there are no standards -- no  one  can  say
what is good or bad, although you can be sure that everyone will.
- John Kenneth Galbraith

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-06-08  4:27 Ben Warren
@ 2009-06-08 14:06 ` Liew Tsi Chung-R5AAHP
  2009-06-08 21:54 ` Wolfgang Denk
  1 sibling, 0 replies; 72+ messages in thread
From: Liew Tsi Chung-R5AAHP @ 2009-06-08 14:06 UTC (permalink / raw)
  To: u-boot

Ben,

You missed this:
Date: Jun 1 
[U-Boot] [PATCH] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1)
loop counter

Best Regards,
TsiChung


-----Original Message-----
From: u-boot-bounces@lists.denx.de [mailto:u-boot-bounces at lists.denx.de]
On Behalf Of Ben Warren
Sent: Sunday, June 07, 2009 11:28 PM
To: Wolfgang Denk
Cc: U-Boot
Subject: [U-Boot] Pull request - net

Wolfgang,

The following changes since commit
3bc8556f9b24af60dba2b55a0abb1182dff45ecc:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-mmc

are available in the git repository at:

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

Daniel Mack (1):
      smc911x: write back the manually set MAC address

 drivers/net/smc911x.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)


I *think* this is all that's still in the queue for 2009.06, but please
let me know if there's anything else.

regards,
Ben

_______________________________________________
U-Boot mailing list
U-Boot at lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2009-06-08  4:27 Ben Warren
  2009-06-08 14:06 ` Liew Tsi Chung-R5AAHP
  2009-06-08 21:54 ` Wolfgang Denk
  0 siblings, 2 replies; 72+ messages in thread
From: Ben Warren @ 2009-06-08  4:27 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit 3bc8556f9b24af60dba2b55a0abb1182dff45ecc:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-mmc

are available in the git repository at:

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

Daniel Mack (1):
      smc911x: write back the manually set MAC address

 drivers/net/smc911x.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)


I *think* this is all that's still in the queue for 2009.06, but please let me know if there's anything else.

regards,
Ben

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-04-20  6:28 Ben Warren
@ 2009-04-24 11:37 ` Wolfgang Denk
  0 siblings, 0 replies; 72+ messages in thread
From: Wolfgang Denk @ 2009-04-24 11:37 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <49EC1624.5050308@gmail.com> you wrote:
> Wolfgang,
> 
> The following changes since commit 7ee38c044ca5041d3378d6507580ea4ec344af96:
> 
>   David Brownell (1):
> 
>         fix DaVinci NS16550_REG_SIZE regression
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> Michael Zaidman (1):
> 
>       NetLoop initialization bug
> 
> Timur Tabi (1):
> 
>       net: fix ULI 526x macro usage in netdev.h
> 
>  include/netdev.h |    2 +-
> 
>  net/net.c        |   63 +++--------------------------------------------------
> 
>  2 files changed, 5 insertions(+), 60 deletions(-)

Done, 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
A metaphor is like a simile.

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2009-04-20  6:28 Ben Warren
  2009-04-24 11:37 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2009-04-20  6:28 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit 7ee38c044ca5041d3378d6507580ea4ec344af96:

  David Brownell (1):

        fix DaVinci NS16550_REG_SIZE regression

are available in the git repository at:

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

Michael Zaidman (1):

      NetLoop initialization bug

Timur Tabi (1):

      net: fix ULI 526x macro usage in netdev.h

 include/netdev.h |    2 +-

 net/net.c        |   63 +++--------------------------------------------------

 2 files changed, 5 insertions(+), 60 deletions(-)

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-02-23 21:21 ` Wolfgang Denk
@ 2009-02-23 22:18   ` Ben Warren
  0 siblings, 0 replies; 72+ messages in thread
From: Ben Warren @ 2009-02-23 22:18 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk wrote:
> Dear Ben Warren,
>
> In message <49A255AF.8030305@gmail.com> you wrote:
>   
>> Wolfgang,
>>
>> The following changes since commit 32688e572ff96715b41420e9a7f280db6c399b65:
>>
>>   Wolfgang Denk (1):
>>
>>         Update CHANGELOG;  Prepare 2009.03-rc1
>>
>> are available in the git repository at:
>>
>>   git://git.denx.de/u-boot-net.git master
>>
>> Heiko Schocher (1):
>>
>>       netloop: speed up NetLoop
>>
>> Mike Frysinger (1):
>>
>>       smc911x_eeprom: new example app for managing newer SMC parts
>>
>> Pieter Henning (1):
>>
>>       Added Vitesse VSC8211 definitions to TSEC driver
>>
>>  common/cmd_nvedit.c       |    6 +
>>
>>  drivers/net/tsec.c        |   30 ++++
>>
>>  examples/.gitignore       |    1 +
>>
>>  examples/Makefile         |    7 +-
>>
>>  examples/smc911x_eeprom.c |  381 +++++++++++++++++++++++++++++++++++++++++++++
>>
>>  include/common.h          |    1 +
>>
>>  net/eth.c                 |   11 +-
>>
>>  net/net.c                 |  134 +++++++++-------
>>
>>  8 files changed, 507 insertions(+), 64 deletions(-)
>>
>>  create mode 100644 examples/smc911x_eeprom.c
>>     
>
> Applied, thanks.
>
> [Ummm... where are all these empty lines coming from in your
> message?]
>
>   
I cut&paste from terminal to Thunderbird, then changed it to 
'preformat', which does who knows what.  It was done quickly...
> Best regards,
>
> Wolfgang Denk
>
>   
regards,
Ben

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-02-23  7:52 Ben Warren
@ 2009-02-23 21:21 ` Wolfgang Denk
  2009-02-23 22:18   ` Ben Warren
  0 siblings, 1 reply; 72+ messages in thread
From: Wolfgang Denk @ 2009-02-23 21:21 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <49A255AF.8030305@gmail.com> you wrote:
> Wolfgang,
> 
> The following changes since commit 32688e572ff96715b41420e9a7f280db6c399b65:
> 
>   Wolfgang Denk (1):
> 
>         Update CHANGELOG;  Prepare 2009.03-rc1
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> Heiko Schocher (1):
> 
>       netloop: speed up NetLoop
> 
> Mike Frysinger (1):
> 
>       smc911x_eeprom: new example app for managing newer SMC parts
> 
> Pieter Henning (1):
> 
>       Added Vitesse VSC8211 definitions to TSEC driver
> 
>  common/cmd_nvedit.c       |    6 +
> 
>  drivers/net/tsec.c        |   30 ++++
> 
>  examples/.gitignore       |    1 +
> 
>  examples/Makefile         |    7 +-
> 
>  examples/smc911x_eeprom.c |  381 +++++++++++++++++++++++++++++++++++++++++++++
> 
>  include/common.h          |    1 +
> 
>  net/eth.c                 |   11 +-
> 
>  net/net.c                 |  134 +++++++++-------
> 
>  8 files changed, 507 insertions(+), 64 deletions(-)
> 
>  create mode 100644 examples/smc911x_eeprom.c

Applied, thanks.

[Ummm... where are all these empty lines coming from in your
message?]

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
What is mind?  No matter.  What is matter?  Never mind.
                                      -- Thomas Hewitt Key, 1799-1875

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2009-02-23  7:52 Ben Warren
  2009-02-23 21:21 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2009-02-23  7:52 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit 32688e572ff96715b41420e9a7f280db6c399b65:

  Wolfgang Denk (1):

        Update CHANGELOG;  Prepare 2009.03-rc1

are available in the git repository at:

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

Heiko Schocher (1):

      netloop: speed up NetLoop

Mike Frysinger (1):

      smc911x_eeprom: new example app for managing newer SMC parts

Pieter Henning (1):

      Added Vitesse VSC8211 definitions to TSEC driver

 common/cmd_nvedit.c       |    6 +

 drivers/net/tsec.c        |   30 ++++

 examples/.gitignore       |    1 +

 examples/Makefile         |    7 +-

 examples/smc911x_eeprom.c |  381 +++++++++++++++++++++++++++++++++++++++++++++

 include/common.h          |    1 +

 net/eth.c                 |   11 +-

 net/net.c                 |  134 +++++++++-------

 8 files changed, 507 insertions(+), 64 deletions(-)

 create mode 100644 examples/smc911x_eeprom.c

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-02-10  7:05 Ben Warren
@ 2009-02-11 21:26 ` Wolfgang Denk
  0 siblings, 0 replies; 72+ messages in thread
From: Wolfgang Denk @ 2009-02-11 21:26 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <49912745.8090907@gmail.com> you wrote:
> Wolfgang,
> 
> The following changes since commit ae5d8f613cec1a6af7bf1fc9c42a3b856f021023:
> 
>   Heiko Schocher (1):
> 
>         82xx serial, smc: Coding-Style cleanup serial SMC driver
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> Andy Fleming (1):
> 
>       tsec: Fix a bug in soft-resetting
> 
> Ben Warren (1):
> 
>       net: removed board-specific CONFIGs from MPC5xxx FEC driver
> 
> Mike Frysinger (1):
> 
>       net/sntp.c: move ifdef into Makefile COBJS-$(...)
> 
> Simon Munton (1):
> 
>       Fix 100Mbs ethernet operation on sh7763 based boards
> 
> ksi at koi8.net (1):
> 
>       Fix MPC8260 with ethernet on SCC
> 
>  cpu/mpc8260/cpu.c           |    2 +-
>  drivers/net/mpc5xxx_fec.c   |   28 +++-------------------------
>  drivers/net/sh_eth.h        |    2 +-
>  drivers/net/tsec.c          |    1 +
>  include/configs/BC3450.h    |    5 +++--
>  include/configs/IceCube.h   |    8 +++-----
>  include/configs/PM520.h     |    5 +++--
>  include/configs/TB5200.h    |    5 +++--
>  include/configs/TOP5200.h   |    2 +-
>  include/configs/TQM5200.h   |    5 +++--
>  include/configs/Total5200.h |    1 +
>  include/configs/canmb.h     |    1 +
>  include/configs/cm5200.h    |    1 +
>  include/configs/cpci5200.h  |    1 +
>  include/configs/hmi1001.h   |    1 +
>  include/configs/inka4x0.h   |    5 +++--
>  include/configs/jupiter.h   |    5 +++--
>  include/configs/mcc200.h    |    7 ++++---
>  include/configs/mecp5200.h  |    5 +++--
>  include/configs/motionpro.h |    1 +
>  include/configs/mucmc52.h   |    1 +
>  include/configs/munices.h   |    1 +
>  include/configs/o2dnt.h     |    5 +++--
>  include/configs/pf5200.h    |    5 +++--
>  include/configs/uc101.h     |    1 +
>  include/configs/v38b.h      |    1 +
>  net/Makefile                |    2 +-
>  net/sntp.c                  |    4 ----
>  28 files changed, 52 insertions(+), 59 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
You have the capacity to learn from  mistakes.  You'll  learn  a  lot
today.

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2009-02-10  7:05 Ben Warren
  2009-02-11 21:26 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2009-02-10  7:05 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit ae5d8f613cec1a6af7bf1fc9c42a3b856f021023:

  Heiko Schocher (1):

        82xx serial, smc: Coding-Style cleanup serial SMC driver

are available in the git repository at:

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

Andy Fleming (1):

      tsec: Fix a bug in soft-resetting

Ben Warren (1):

      net: removed board-specific CONFIGs from MPC5xxx FEC driver

Mike Frysinger (1):

      net/sntp.c: move ifdef into Makefile COBJS-$(...)

Simon Munton (1):

      Fix 100Mbs ethernet operation on sh7763 based boards

ksi at koi8.net (1):

      Fix MPC8260 with ethernet on SCC

 cpu/mpc8260/cpu.c           |    2 +-

 drivers/net/mpc5xxx_fec.c   |   28 +++-------------------------

 drivers/net/sh_eth.h        |    2 +-

 drivers/net/tsec.c          |    1 +

 include/configs/BC3450.h    |    5 +++--

 include/configs/IceCube.h   |    8 +++-----

 include/configs/PM520.h     |    5 +++--

 include/configs/TB5200.h    |    5 +++--

 include/configs/TOP5200.h   |    2 +-

 include/configs/TQM5200.h   |    5 +++--

 include/configs/Total5200.h |    1 +

 include/configs/canmb.h     |    1 +

 include/configs/cm5200.h    |    1 +

 include/configs/cpci5200.h  |    1 +

 include/configs/hmi1001.h   |    1 +

 include/configs/inka4x0.h   |    5 +++--

 include/configs/jupiter.h   |    5 +++--

 include/configs/mcc200.h    |    7 ++++---

 include/configs/mecp5200.h  |    5 +++--

 include/configs/motionpro.h |    1 +

 include/configs/mucmc52.h   |    1 +

 include/configs/munices.h   |    1 +

 include/configs/o2dnt.h     |    5 +++--

 include/configs/pf5200.h    |    5 +++--

 include/configs/uc101.h     |    1 +

 include/configs/v38b.h      |    1 +

 net/Makefile                |    2 +-

 net/sntp.c                  |    4 ----

 28 files changed, 52 insertions(+), 59 deletions(-)

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2009-02-01  4:39 Ben Warren
@ 2009-02-01 20:36 ` Wolfgang Denk
  0 siblings, 0 replies; 72+ messages in thread
From: Wolfgang Denk @ 2009-02-01 20:36 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <49852782.8040304@gmail.com> you wrote:
> Wolfgang,
> 
> The following changes since commit 8f86a3636ef88427f880610638e80991adc41896:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> Ben Warren (2):
>       Fix compile error in building MBX860T.
>       Merge git://git.denx.de/u-boot into u-boot
> 
> Gary Jennejohn (1):
>       mgcoge make ether_scc.c work with CONFIG_NET_MULTI
> 
> Gunnar Rangoy (1):
>       AVR32: macb - Search for PHY id
> 
> Heiko Schocher (1):
>       powerpc: net: support for the SMSC LAN8700 PHY
> 
> Michal Simek (1):
>       net: Sort Makefile labels
> 
> Mike Frysinger (1):
>       Move is_valid_ether_addr() to include/net.h
> 
> Nobuhiro Iwamatsu (2):
>       sh: sh_eth: Change new network API
>       sh: sh7763rdp: Update sh7763rdp config
> 
> Olav Morken (1):
>       Fix IP alignment problem
> 
> Ron Madrid (1):
>       Marvell 88E1118 interrupt fix
> 
> Stefan Roese (2):
>       net: smc911x: Make register read/write functions weak
>       net: smc911x.c: Add LAN9211 to chip_ids[] array
> 
>  board/bf537-stamp/bf537-stamp.c |   16 --
>  cpu/mpc8260/Makefile            |    8 +-
>  cpu/mpc8260/cpu.c               |    3 +
>  cpu/mpc8260/ether_scc.c         |   50 +++++-
>  cpu/sh4/cpu.c                   |    8 +
>  drivers/net/Makefile            |    4 +-
>  drivers/net/macb.c              |   31 ++++
>  drivers/net/sh_eth.c            |  355 +++++++++++++++++++++++++--------------
>  drivers/net/sh_eth.h            |   10 +-
>  drivers/net/smc911x.c           |   79 +++++----
>  drivers/net/tsec.c              |    4 +
>  drivers/qe/uec_phy.c            |   59 +++++++
>  include/configs/sh7763rdp.h     |    1 +
>  include/net.h                   |   16 ++
>  include/netdev.h                |    2 +
>  net/net.c                       |    2 +-
>  16 files changed, 446 insertions(+), 202 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
You are only young once, but you can stay immature indefinitely.

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2009-02-01  4:39 Ben Warren
  2009-02-01 20:36 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2009-02-01  4:39 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit 8f86a3636ef88427f880610638e80991adc41896:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx

are available in the git repository at:

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

Ben Warren (2):
      Fix compile error in building MBX860T.
      Merge git://git.denx.de/u-boot into u-boot

Gary Jennejohn (1):
      mgcoge make ether_scc.c work with CONFIG_NET_MULTI

Gunnar Rangoy (1):
      AVR32: macb - Search for PHY id

Heiko Schocher (1):
      powerpc: net: support for the SMSC LAN8700 PHY

Michal Simek (1):
      net: Sort Makefile labels

Mike Frysinger (1):
      Move is_valid_ether_addr() to include/net.h

Nobuhiro Iwamatsu (2):
      sh: sh_eth: Change new network API
      sh: sh7763rdp: Update sh7763rdp config

Olav Morken (1):
      Fix IP alignment problem

Ron Madrid (1):
      Marvell 88E1118 interrupt fix

Stefan Roese (2):
      net: smc911x: Make register read/write functions weak
      net: smc911x.c: Add LAN9211 to chip_ids[] array

 board/bf537-stamp/bf537-stamp.c |   16 --
 cpu/mpc8260/Makefile            |    8 +-
 cpu/mpc8260/cpu.c               |    3 +
 cpu/mpc8260/ether_scc.c         |   50 +++++-
 cpu/sh4/cpu.c                   |    8 +
 drivers/net/Makefile            |    4 +-
 drivers/net/macb.c              |   31 ++++
 drivers/net/sh_eth.c            |  355 +++++++++++++++++++++++++--------------
 drivers/net/sh_eth.h            |   10 +-
 drivers/net/smc911x.c           |   79 +++++----
 drivers/net/tsec.c              |    4 +
 drivers/qe/uec_phy.c            |   59 +++++++
 include/configs/sh7763rdp.h     |    1 +
 include/net.h                   |   16 ++
 include/netdev.h                |    2 +
 net/net.c                       |    2 +-
 16 files changed, 446 insertions(+), 202 deletions(-)

regards,
Ben

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2008-12-05  7:05 Ben Warren
@ 2008-12-09  0:02 ` Wolfgang Denk
  0 siblings, 0 replies; 72+ messages in thread
From: Wolfgang Denk @ 2008-12-09  0:02 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <4938D2CF.5080708@gmail.com> you wrote:
> Wolfgang,
> 
> The following changes since commit 90665e3d97948000f98846ded37c921c7ae67dd7:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-at91
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> Anatolij Gustschin (1):
>       net: tsec: Fix Marvell 88E1121R phy init
> 
> Peter Tyser (4):
>       net: Fix download command parsing
>       net: Define IP flag field values
>       net: Add additional IP fragmentation check
>       net: Fix TftpStart() ip:filename bug
> 
>  common/cmd_net.c   |   20 ++++++++++++--------
>  drivers/net/tsec.c |    3 +++
>  include/net.h      |    6 ++++++
>  include/tsec.h     |    4 ++++
>  net/net.c          |    7 ++++---
>  net/tftp.c         |    3 +--
>  6 files changed, 30 insertions(+), 13 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
"There is such a fine line between genius and stupidity."
- David St. Hubbins, "Spinal Tap"

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2008-12-05  7:05 Ben Warren
  2008-12-09  0:02 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2008-12-05  7:05 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit 90665e3d97948000f98846ded37c921c7ae67dd7:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-at91

are available in the git repository at:

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

Anatolij Gustschin (1):
      net: tsec: Fix Marvell 88E1121R phy init

Peter Tyser (4):
      net: Fix download command parsing
      net: Define IP flag field values
      net: Add additional IP fragmentation check
      net: Fix TftpStart() ip:filename bug

 common/cmd_net.c   |   20 ++++++++++++--------
 drivers/net/tsec.c |    3 +++
 include/net.h      |    6 ++++++
 include/tsec.h     |    4 ++++
 net/net.c          |    7 ++++---
 net/tftp.c         |    3 +--
 6 files changed, 30 insertions(+), 13 deletions(-)

regards,
Ben

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2008-11-18 20:39 ` Wolfgang Denk
@ 2008-11-18 21:03   ` Ben Warren
  0 siblings, 0 replies; 72+ messages in thread
From: Ben Warren @ 2008-11-18 21:03 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk wrote:
> Dear Ben Warren,
>
> In message <4917CBCA.7010203@gmail.com> you wrote:
>   
>> Wolfgang,
>>
>> The following changes since commit 1378174a1351c0285736863a665ab758fe8d5f71:
>>   Wolfgang Denk (1):
>>         Merge branch 'master' of /home/wd/git/u-boot/custodians
>>
>> are available in the git repository at:
>>
>>   git://git.denx.de/u-boot-net.git master
>>
>> Ben Warren (9):
>>       Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()
>>       Fix typo in cpu/mpc85xx/cpu.c
>>       Moved initialization of FCC Ethernet controller to cpu_eth_init
>>       Moved initialization of QE Ethernet controller to cpu_eth_init()
>>       Moved initialization of MPC8220 FEC to cpu_eth_init()
>>       Moved initialization of MPC8XX SCC to cpu_eth_init()
>>       Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
>>       Moved PPC4xx EMAC driver to drivers/net
>>       Moved initialization of PPC4xx EMAC to cpu_eth_init()
>>
>> Clive Stubbings (1):
>>       xilinx_emaclite buffer overrun
>>
>> Richard Retanubun (1):
>>       drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.
>>
>> Shinya Kuribayashi (1):
>>       net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init
>>
>> TsiChung Liew (1):
>>       ColdFire: Add mii driver in drivers/net
>>
>> richardretanubun (2):
>>       Adds two more ethernet interface to 83xx
>>       NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.
>>     
>
> Applied, thanks (and sorry it took so long).
>   
No worries.  We're all busy people.

regards,
Ben

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2008-11-10  5:51 Ben Warren
@ 2008-11-18 20:39 ` Wolfgang Denk
  2008-11-18 21:03   ` Ben Warren
  0 siblings, 1 reply; 72+ messages in thread
From: Wolfgang Denk @ 2008-11-18 20:39 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <4917CBCA.7010203@gmail.com> you wrote:
> Wolfgang,
> 
> The following changes since commit 1378174a1351c0285736863a665ab758fe8d5f71:
>   Wolfgang Denk (1):
>         Merge branch 'master' of /home/wd/git/u-boot/custodians
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> Ben Warren (9):
>       Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()
>       Fix typo in cpu/mpc85xx/cpu.c
>       Moved initialization of FCC Ethernet controller to cpu_eth_init
>       Moved initialization of QE Ethernet controller to cpu_eth_init()
>       Moved initialization of MPC8220 FEC to cpu_eth_init()
>       Moved initialization of MPC8XX SCC to cpu_eth_init()
>       Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
>       Moved PPC4xx EMAC driver to drivers/net
>       Moved initialization of PPC4xx EMAC to cpu_eth_init()
> 
> Clive Stubbings (1):
>       xilinx_emaclite buffer overrun
> 
> Richard Retanubun (1):
>       drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.
> 
> Shinya Kuribayashi (1):
>       net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init
> 
> TsiChung Liew (1):
>       ColdFire: Add mii driver in drivers/net
> 
> richardretanubun (2):
>       Adds two more ethernet interface to 83xx
>       NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.

Applied, thanks (and sorry it took so long).

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
All I ask is a chance to prove that money can't make me happy.

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2008-11-10  5:51 Ben Warren
  2008-11-18 20:39 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2008-11-10  5:51 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit 1378174a1351c0285736863a665ab758fe8d5f71:
  Wolfgang Denk (1):
        Merge branch 'master' of /home/wd/git/u-boot/custodians

are available in the git repository at:

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

Ben Warren (9):
      Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()
      Fix typo in cpu/mpc85xx/cpu.c
      Moved initialization of FCC Ethernet controller to cpu_eth_init
      Moved initialization of QE Ethernet controller to cpu_eth_init()
      Moved initialization of MPC8220 FEC to cpu_eth_init()
      Moved initialization of MPC8XX SCC to cpu_eth_init()
      Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
      Moved PPC4xx EMAC driver to drivers/net
      Moved initialization of PPC4xx EMAC to cpu_eth_init()

Clive Stubbings (1):
      xilinx_emaclite buffer overrun

Richard Retanubun (1):
      drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.

Shinya Kuribayashi (1):
      net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init

TsiChung Liew (1):
      ColdFire: Add mii driver in drivers/net

richardretanubun (2):
      Adds two more ethernet interface to 83xx
      NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.

 board/cray/L1/u-boot.lds                  |    2 +-
 board/csb272/u-boot.lds                   |    2 +-
 board/csb472/u-boot.lds                   |    2 +-
 board/dave/PPChameleonEVB/u-boot.lds      |    2 +-
 board/eric/u-boot.lds                     |    2 +-
 board/esd/ar405/u-boot.lds                |    2 +-
 board/esd/dp405/u-boot.lds                |    2 +-
 board/esd/hub405/u-boot.lds               |    2 +-
 board/esd/voh405/u-boot.lds               |    2 +-
 board/g2000/u-boot.lds                    |    2 +-
 board/ml2/u-boot.lds                      |    2 +-
 board/mpl/mip405/u-boot.lds               |    2 +-
 board/sandburst/karef/u-boot.lds          |    2 +-
 board/sandburst/karef/u-boot.lds.debug    |    2 +-
 board/sandburst/metrobox/u-boot.lds       |    2 +-
 board/sandburst/metrobox/u-boot.lds.debug |    2 +-
 board/sbc405/u-boot.lds                   |    2 +-
 board/sorcery/sorcery.c                   |    2 +
 board/xilinx/ml300/u-boot.lds             |    2 +-
 cpu/ixp/cpu.c                             |    9 +
 cpu/mips/au1x00_eth.c                     |    2 +-
 cpu/mips/cpu.c                            |    9 +
 cpu/mpc8220/cpu.c                         |   13 ++
 cpu/mpc8260/cpu.c                         |   13 ++
 cpu/mpc83xx/cpu.c                         |   20 ++-
 cpu/mpc85xx/cpu.c                         |   25 ++-
 cpu/mpc8xx/cpu.c                          |   17 ++
 cpu/ppc4xx/Makefile                       |    1 -
 cpu/ppc4xx/cpu.c                          |   14 ++
 {cpu/ppc4xx => drivers/net}/4xx_enet.c    |    9 -
 drivers/net/Makefile                      |    5 +-
 drivers/net/mcffec.c                      |   18 +--
 drivers/net/mcfmii.c                      |  321 +++++++++++++++++++++++++++++
 drivers/net/xilinx_emaclite.c             |    2 +-
 drivers/qe/uec.c                          |   54 +++++-
 drivers/qe/uec_phy.c                      |   79 +++++++
 include/configs/AR405.h                   |    1 +
 include/configs/ASH405.h                  |    1 +
 include/configs/CMS700.h                  |    1 +
 include/configs/CPCI405.h                 |    1 +
 include/configs/CPCI4052.h                |    1 +
 include/configs/CPCI405AB.h               |    1 +
 include/configs/CPCI405DT.h               |    1 +
 include/configs/CPCIISER4.h               |    1 +
 include/configs/CRAYL1.h                  |    2 +
 include/configs/DP405.h                   |    1 +
 include/configs/DU405.h                   |    1 +
 include/configs/DU440.h                   |    1 +
 include/configs/ERIC.h                    |    1 +
 include/configs/EXBITGEN.h                |    1 +
 include/configs/G2000.h                   |    1 +
 include/configs/HH405.h                   |    1 +
 include/configs/HUB405.h                  |    1 +
 include/configs/JSE.h                     |    1 +
 include/configs/KAREF.h                   |    1 +
 include/configs/METROBOX.h                |    1 +
 include/configs/MIP405.h                  |    1 +
 include/configs/OCRTC.h                   |    1 +
 include/configs/ORSG.h                    |    1 +
 include/configs/PCI405.h                  |    1 +
 include/configs/PIP405.h                  |    1 +
 include/configs/PLU405.h                  |    1 +
 include/configs/PMC405.h                  |    1 +
 include/configs/PMC440.h                  |    1 +
 include/configs/PPChameleonEVB.h          |    1 +
 include/configs/VOH405.h                  |    1 +
 include/configs/VOM405.h                  |    1 +
 include/configs/W7OLMC.h                  |    1 +
 include/configs/W7OLMG.h                  |    1 +
 include/configs/WUH405.h                  |    1 +
 include/configs/XPEDITE1K.h               |    1 +
 include/configs/alpr.h                    |    1 +
 include/configs/amcc-common.h             |    1 +
 include/configs/csb272.h                  |    1 +
 include/configs/csb472.h                  |    1 +
 include/configs/korat.h                   |    1 +
 include/configs/lwmon5.h                  |    1 +
 include/configs/netstal-common.h          |    1 +
 include/configs/p3p440.h                  |    1 +
 include/configs/pcs440ep.h                |    1 +
 include/configs/quad100hd.h               |    1 +
 include/configs/sbc405.h                  |    1 +
 include/configs/sc3.h                     |    2 +
 include/configs/zeus.h                    |    1 +
 include/netdev.h                          |    7 +
 net/eth.c                                 |   47 +----
 86 files changed, 654 insertions(+), 99 deletions(-)
 rename {cpu/ppc4xx => drivers/net}/4xx_enet.c (99%)
 create mode 100644 drivers/net/mcfmii.c



regards,
Ben

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2008-10-14  6:07 Ben Warren
@ 2008-10-14 11:07 ` Wolfgang Denk
  0 siblings, 0 replies; 72+ messages in thread
From: Wolfgang Denk @ 2008-10-14 11:07 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <48F4371A.4050307@gmail.com> you wrote:
> Wolfgang,
> 
> The following changes since commit b3ed233198c5ac54aa83dd51f05fcb44ee75f42b:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net master
> 
> Andre Schwarz (1):
>       enable 10/100M at VSC8601 at tsec driver
> 
> Louis Su (1):
>       AX88180: new gigabit network driver
> 
> Nobuhiro Iwamatsu (1):
>       net: ne2000: Divided a function of NE2000 driver
> 
>  drivers/net/Makefile      |    7 +-
>  drivers/net/ax88180.c     |  727 
> +++++++++++++++++++++++++++++++++++++++++++
>  drivers/net/ax88180.h     |  412 ++++++++++++++++++++++++
>  drivers/net/ax88796.c     |    2 +-
>  drivers/net/ne2000.c      |  719 
> +------------------------------------------
>  drivers/net/ne2000_base.c |  757 
> +++++++++++++++++++++++++++++++++++++++++++++
>  drivers/net/ne2000_base.h |   36 ++-
>  drivers/net/tsec.c        |    2 +
>  8 files changed, 1939 insertions(+), 723 deletions(-)
>  create mode 100644 drivers/net/ax88180.c
>  create mode 100644 drivers/net/ax88180.h
>  create mode 100644 drivers/net/ne2000_base.c

Done, 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 I had to live my life again,  I'd  make  the  same  mistakes, only
sooner.                                          -- Tallulah Bankhead

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2008-10-14  6:07 Ben Warren
  2008-10-14 11:07 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2008-10-14  6:07 UTC (permalink / raw)
  To: u-boot

Wolfgang,

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

are available in the git repository at:

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

Andre Schwarz (1):
      enable 10/100M at VSC8601 at tsec driver

Louis Su (1):
      AX88180: new gigabit network driver

Nobuhiro Iwamatsu (1):
      net: ne2000: Divided a function of NE2000 driver

 drivers/net/Makefile      |    7 +-
 drivers/net/ax88180.c     |  727 
+++++++++++++++++++++++++++++++++++++++++++
 drivers/net/ax88180.h     |  412 ++++++++++++++++++++++++
 drivers/net/ax88796.c     |    2 +-
 drivers/net/ne2000.c      |  719 
+------------------------------------------
 drivers/net/ne2000_base.c |  757 
+++++++++++++++++++++++++++++++++++++++++++++
 drivers/net/ne2000_base.h |   36 ++-
 drivers/net/tsec.c        |    2 +
 8 files changed, 1939 insertions(+), 723 deletions(-)
 create mode 100644 drivers/net/ax88180.c
 create mode 100644 drivers/net/ax88180.h
 create mode 100644 drivers/net/ne2000_base.c

regards,
Ben

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - NET
  2008-09-03  4:26 [U-Boot] Pull request - NET Ben Warren
@ 2008-09-03 20:53 ` Wolfgang Denk
  0 siblings, 0 replies; 72+ messages in thread
From: Wolfgang Denk @ 2008-09-03 20:53 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <48BE11DE.2010903@gmail.com> you wrote:
> Wolfgang,
> 
> The following changes since commit e99e9575bbeba1b7c48e046547cae065ec0071de:
>   Wolfgang Denk (1):
>         Merge branch 'Makefile' of git://git.denx.de/u-boot-arm
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> Andy Fleming (6):
>       tsec: Move tsec.h to include/
>       Pass in tsec_info struct through tsec_initialize
>       Add SGMII support to the tsec
>       Add support for Freescale SGMII Riser Card
>       Add SGMII support for the 8544 DS
>       Add pixis_set_sgmii command
> 
> Ben Warren (17):
>       Introduce netdev.h header file and remove externs
>       Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
>       Moved initialization of RTL8169 Ethernet controller to board_eth_init()
>       Moved initialization of RTL8139 Ethernet controller to board_eth_init()
>       Moved initialization of TSI108 Ethernet controller to board_eth_init()
>       Moved initialization of NS8382X Ethernet controller to board_eth_init()
>       Moved initialization of NATSEMI Ethernet controller to board_eth_init()
>       Moved initialization of PCNET Ethernet controller to board_eth_init()
>       Moved initialization of GT6426x Ethernet controller to board_eth_init()
>       Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()
>       Moved initialization of IncaIP Ethernet controller to board_eth_init
>       Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
>       Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
>       Moved initialization of plb2800 Ethernet driver to board_eth_init
>       Moved initialization of E1000 Ethernet controller to board_eth_init()
>       Moved initialization of TULIP Ethernet controller to board_eth_init()
>       Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
> 
> Jochen Friedrich (1):
>       Don't tftp to unknown flash
> 
> Nobuhiro Iwamatsu (1):
>       net: smc911x: Add pkt_data_pull and pkt_data_push function
> 
> Sergei Poselenov (1):
>       PHY: Add support for the M88E1121R Marvell chip.
> 
>  board/MAI/AmigaOneG3SE/AmigaOneG3SE.c        |    9 +
>  board/MAI/AmigaOneG3SE/enet.c                |    1 +
>  board/Marvell/db64360/db64360.c              |    6 +
>  board/Marvell/db64460/db64460.c              |    6 +
>  board/a3000/a3000.c                          |    7 +
>  board/amcc/katmai/katmai.c                   |    6 +
>  board/amcc/taihu/taihu.c                     |    6 +
>  board/amcc/taishan/taishan.c                 |    6 +
>  board/amcc/yucca/yucca.c                     |    6 +
>  board/amirix/ap1000/ap1000.c                 |    7 +
>  board/atmel/at91cap9adk/at91cap9adk.c        |   11 ++
>  board/atmel/at91sam9260ek/at91sam9260ek.c    |   11 ++
>  board/atmel/at91sam9263ek/at91sam9263ek.c    |   11 ++
>  board/atmel/atngw100/atngw100.c              |    3 +-
>  board/atmel/atstk1000/atstk1000.c            |    3 +-
>  board/bc3450/bc3450.c                        |    7 +
>  board/bf537-stamp/bf537-stamp.c              |    3 +-
>  board/cpc45/cpc45.c                          |    6 +
>  board/cpu87/cpu87.c                          |    6 +
>  board/cu824/cu824.c                          |    6 +
>  board/eXalion/eXalion.c                      |    6 +
>  board/earthlcd/favr-32-ezkit/favr-32-ezkit.c |    3 +-
>  board/eltec/bab7xx/bab7xx.c                  |    6 +
>  board/eltec/elppc/elppc.c                    |    6 +
>  board/esd/adciop/adciop.c                    |    6 +
>  board/esd/cpci5200/cpci5200.c                |    6 +
>  board/esd/dasa_sim/dasa_sim.c                |    6 +
>  board/esd/mecp5200/mecp5200.c                |    6 +
>  board/esd/pf5200/pf5200.c                    |    6 +
>  board/etin/debris/debris.c                   |    6 +
>  board/etin/kvme080/kvme080.c                 |    6 +
>  board/evb64260/eth.c                         |    1 +
>  board/evb64260/evb64260.c                    |    8 +-
>  board/freescale/common/Makefile              |    1 +
>  board/freescale/common/pixis.c               |   55 ++++++
>  board/freescale/common/sgmii_riser.c         |   26 +++
>  board/freescale/common/sgmii_riser.h         |   15 ++
>  board/freescale/mpc7448hpc2/mpc7448hpc2.c    |   10 +
>  board/freescale/mpc8315erdb/mpc8315erdb.c    |    7 +
>  board/freescale/mpc8544ds/mpc8544ds.c        |   39 ++++
>  board/freescale/mpc8610hpcd/mpc8610hpcd.c    |    8 +-
>  board/freescale/mpc8641hpcn/mpc8641hpcn.c    |    8 +
>  board/hidden_dragon/hidden_dragon.c          |    6 +
>  board/icecube/icecube.c                      |    7 +
>  board/incaip/incaip.c                        |    8 +
>  board/integratorap/integratorap.c            |    7 +
>  board/ixdp425/ixdp425.c                      |    6 +
>  board/linkstation/linkstation.c              |    6 +
>  board/matrix_vision/mvbc_p/mvbc_p.c          |    7 +
>  board/mimc/mimc200/mimc200.c                 |    3 +-
>  board/miromico/hammerhead/hammerhead.c       |    3 +-
>  board/mousse/mousse.c                        |    6 +
>  board/mpc8540eval/mpc8540eval.c              |   12 ++
>  board/musenki/musenki.c                      |    6 +
>  board/mvblue/mvblue.c                        |    6 +
>  board/o2dnt/o2dnt.c                          |    7 +
>  board/oxc/oxc.c                              |    6 +
>  board/pcippc2/pcippc2.c                      |    6 +
>  board/pm520/pm520.c                          |    7 +
>  board/pm826/pm826.c                          |    6 +
>  board/pm828/pm828.c                          |    6 +
>  board/pm854/pm854.c                          |    7 +
>  board/pm856/pm856.c                          |    7 +
>  board/pn62/pn62.c                            |    6 +
>  board/ppmc7xx/ppmc7xx.c                      |    6 +
>  board/purple/purple.c                        |    9 +
>  board/r2dplus/r2dplus.c                      |    5 +
>  board/r7780mp/r7780mp.c                      |    6 +
>  board/sandpoint/sandpoint.c                  |    6 +
>  board/sbc8240/sbc8240.c                      |    6 +
>  board/sc3/sc3.c                              |    6 +
>  board/sc520_cdp/sc520_cdp.c                  |    6 +
>  board/sc520_spunk/sc520_spunk.c              |    6 +
>  board/sl8245/sl8245.c                        |    3 +-
>  board/sorcery/sorcery.c                      |    6 +
>  board/stxssa/stxssa.c                        |    8 +
>  board/tb0229/tb0229.c                        |    5 +
>  board/total5200/total5200.c                  |    7 +
>  board/tqc/tqm5200/tqm5200.c                  |    7 +
>  board/tqc/tqm8272/tqm8272.c                  |    6 +
>  board/tqc/tqm85xx/tqm85xx.c                  |    7 +
>  board/utx8245/utx8245.c                      |    6 +
>  cpu/arm926ejs/at91/Makefile                  |    1 -
>  cpu/arm926ejs/at91/ether.c                   |   35 ----
>  cpu/leon2/cpu.c                              |    3 +-
>  cpu/leon3/cpu.c                              |    2 +-
>  cpu/mcf523x/cpu.c                            |    3 +-
>  cpu/mcf52x2/cpu.c                            |    3 +-
>  cpu/mcf532x/cpu.c                            |    3 +-
>  cpu/mcf5445x/cpu.c                           |    3 +-
>  cpu/mcf547x_8x/cpu.c                         |    4 +-
>  cpu/mpc512x/cpu.c                            |   13 ++
>  cpu/mpc5xxx/cpu.c                            |   13 ++
>  cpu/mpc83xx/cpu.c                            |   20 +--
>  cpu/mpc85xx/cpu.c                            |   33 +---
>  cpu/mpc86xx/cpu.c                            |   26 +--
>  drivers/net/bfin_mac.c                       |    1 +
>  drivers/net/dc2114x.c                        |    1 +
>  drivers/net/e1000.c                          |    2 +-
>  drivers/net/e1000.h                          |    1 +
>  drivers/net/eepro100.c                       |    1 +
>  drivers/net/greth.c                          |    1 +
>  drivers/net/inca-ip_sw.c                     |    3 +-
>  drivers/net/macb.c                           |    1 +
>  drivers/net/mcffec.c                         |    1 +
>  drivers/net/mpc512x_fec.c                    |    1 +
>  drivers/net/mpc5xxx_fec.c                    |    1 +
>  drivers/net/natsemi.c                        |    1 +
>  drivers/net/ns8382x.c                        |    1 +
>  drivers/net/pcnet.c                          |    1 +
>  drivers/net/plb2800_eth.c                    |    5 +-
>  drivers/net/rtl8139.c                        |    1 +
>  drivers/net/rtl8169.c                        |    1 +
>  drivers/net/sk98lin/uboot_drv.c              |    1 +
>  drivers/net/smc911x.c                        |    9 +-
>  drivers/net/tsec.c                           |  244 ++++++++++++++++----------
>  drivers/net/tsi108_eth.c                     |    1 +
>  drivers/net/uli526x.c                        |    1 +
>  include/configs/MPC8544DS.h                  |    8 +
>  include/netdev.h                             |  110 ++++++++++++
>  {drivers/net => include}/tsec.h              |   68 +++++++-
>  net/eth.c                                    |   69 -------
>  net/tftp.c                                   |    2 +
>  123 files changed, 1018 insertions(+), 301 deletions(-)
>  create mode 100644 board/freescale/common/sgmii_riser.c
>  create mode 100644 board/freescale/common/sgmii_riser.h
>  delete mode 100644 cpu/arm926ejs/at91/ether.c
>  create mode 100644 include/netdev.h
>  rename {drivers/net => include}/tsec.h (91%)

Applied, thank.

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
... The things love can drive a man to -- the  ecstasies,  the  mise-
ries,  the broken rules, the desperate chances, the glorious failures
and the glorious victories.
	-- McCoy, "Requiem for Methuselah", stardate 5843.7

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - NET
@ 2008-09-03  4:26 Ben Warren
  2008-09-03 20:53 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2008-09-03  4:26 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit e99e9575bbeba1b7c48e046547cae065ec0071de:
  Wolfgang Denk (1):
        Merge branch 'Makefile' of git://git.denx.de/u-boot-arm

are available in the git repository at:

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

Andy Fleming (6):
      tsec: Move tsec.h to include/
      Pass in tsec_info struct through tsec_initialize
      Add SGMII support to the tsec
      Add support for Freescale SGMII Riser Card
      Add SGMII support for the 8544 DS
      Add pixis_set_sgmii command

Ben Warren (17):
      Introduce netdev.h header file and remove externs
      Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
      Moved initialization of RTL8169 Ethernet controller to board_eth_init()
      Moved initialization of RTL8139 Ethernet controller to board_eth_init()
      Moved initialization of TSI108 Ethernet controller to board_eth_init()
      Moved initialization of NS8382X Ethernet controller to board_eth_init()
      Moved initialization of NATSEMI Ethernet controller to board_eth_init()
      Moved initialization of PCNET Ethernet controller to board_eth_init()
      Moved initialization of GT6426x Ethernet controller to board_eth_init()
      Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()
      Moved initialization of IncaIP Ethernet controller to board_eth_init
      Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
      Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
      Moved initialization of plb2800 Ethernet driver to board_eth_init
      Moved initialization of E1000 Ethernet controller to board_eth_init()
      Moved initialization of TULIP Ethernet controller to board_eth_init()
      Moved initialization of EEPRO100 Ethernet controller to board_eth_init()

Jochen Friedrich (1):
      Don't tftp to unknown flash

Nobuhiro Iwamatsu (1):
      net: smc911x: Add pkt_data_pull and pkt_data_push function

Sergei Poselenov (1):
      PHY: Add support for the M88E1121R Marvell chip.

 board/MAI/AmigaOneG3SE/AmigaOneG3SE.c        |    9 +
 board/MAI/AmigaOneG3SE/enet.c                |    1 +
 board/Marvell/db64360/db64360.c              |    6 +
 board/Marvell/db64460/db64460.c              |    6 +
 board/a3000/a3000.c                          |    7 +
 board/amcc/katmai/katmai.c                   |    6 +
 board/amcc/taihu/taihu.c                     |    6 +
 board/amcc/taishan/taishan.c                 |    6 +
 board/amcc/yucca/yucca.c                     |    6 +
 board/amirix/ap1000/ap1000.c                 |    7 +
 board/atmel/at91cap9adk/at91cap9adk.c        |   11 ++
 board/atmel/at91sam9260ek/at91sam9260ek.c    |   11 ++
 board/atmel/at91sam9263ek/at91sam9263ek.c    |   11 ++
 board/atmel/atngw100/atngw100.c              |    3 +-
 board/atmel/atstk1000/atstk1000.c            |    3 +-
 board/bc3450/bc3450.c                        |    7 +
 board/bf537-stamp/bf537-stamp.c              |    3 +-
 board/cpc45/cpc45.c                          |    6 +
 board/cpu87/cpu87.c                          |    6 +
 board/cu824/cu824.c                          |    6 +
 board/eXalion/eXalion.c                      |    6 +
 board/earthlcd/favr-32-ezkit/favr-32-ezkit.c |    3 +-
 board/eltec/bab7xx/bab7xx.c                  |    6 +
 board/eltec/elppc/elppc.c                    |    6 +
 board/esd/adciop/adciop.c                    |    6 +
 board/esd/cpci5200/cpci5200.c                |    6 +
 board/esd/dasa_sim/dasa_sim.c                |    6 +
 board/esd/mecp5200/mecp5200.c                |    6 +
 board/esd/pf5200/pf5200.c                    |    6 +
 board/etin/debris/debris.c                   |    6 +
 board/etin/kvme080/kvme080.c                 |    6 +
 board/evb64260/eth.c                         |    1 +
 board/evb64260/evb64260.c                    |    8 +-
 board/freescale/common/Makefile              |    1 +
 board/freescale/common/pixis.c               |   55 ++++++
 board/freescale/common/sgmii_riser.c         |   26 +++
 board/freescale/common/sgmii_riser.h         |   15 ++
 board/freescale/mpc7448hpc2/mpc7448hpc2.c    |   10 +
 board/freescale/mpc8315erdb/mpc8315erdb.c    |    7 +
 board/freescale/mpc8544ds/mpc8544ds.c        |   39 ++++
 board/freescale/mpc8610hpcd/mpc8610hpcd.c    |    8 +-
 board/freescale/mpc8641hpcn/mpc8641hpcn.c    |    8 +
 board/hidden_dragon/hidden_dragon.c          |    6 +
 board/icecube/icecube.c                      |    7 +
 board/incaip/incaip.c                        |    8 +
 board/integratorap/integratorap.c            |    7 +
 board/ixdp425/ixdp425.c                      |    6 +
 board/linkstation/linkstation.c              |    6 +
 board/matrix_vision/mvbc_p/mvbc_p.c          |    7 +
 board/mimc/mimc200/mimc200.c                 |    3 +-
 board/miromico/hammerhead/hammerhead.c       |    3 +-
 board/mousse/mousse.c                        |    6 +
 board/mpc8540eval/mpc8540eval.c              |   12 ++
 board/musenki/musenki.c                      |    6 +
 board/mvblue/mvblue.c                        |    6 +
 board/o2dnt/o2dnt.c                          |    7 +
 board/oxc/oxc.c                              |    6 +
 board/pcippc2/pcippc2.c                      |    6 +
 board/pm520/pm520.c                          |    7 +
 board/pm826/pm826.c                          |    6 +
 board/pm828/pm828.c                          |    6 +
 board/pm854/pm854.c                          |    7 +
 board/pm856/pm856.c                          |    7 +
 board/pn62/pn62.c                            |    6 +
 board/ppmc7xx/ppmc7xx.c                      |    6 +
 board/purple/purple.c                        |    9 +
 board/r2dplus/r2dplus.c                      |    5 +
 board/r7780mp/r7780mp.c                      |    6 +
 board/sandpoint/sandpoint.c                  |    6 +
 board/sbc8240/sbc8240.c                      |    6 +
 board/sc3/sc3.c                              |    6 +
 board/sc520_cdp/sc520_cdp.c                  |    6 +
 board/sc520_spunk/sc520_spunk.c              |    6 +
 board/sl8245/sl8245.c                        |    3 +-
 board/sorcery/sorcery.c                      |    6 +
 board/stxssa/stxssa.c                        |    8 +
 board/tb0229/tb0229.c                        |    5 +
 board/total5200/total5200.c                  |    7 +
 board/tqc/tqm5200/tqm5200.c                  |    7 +
 board/tqc/tqm8272/tqm8272.c                  |    6 +
 board/tqc/tqm85xx/tqm85xx.c                  |    7 +
 board/utx8245/utx8245.c                      |    6 +
 cpu/arm926ejs/at91/Makefile                  |    1 -
 cpu/arm926ejs/at91/ether.c                   |   35 ----
 cpu/leon2/cpu.c                              |    3 +-
 cpu/leon3/cpu.c                              |    2 +-
 cpu/mcf523x/cpu.c                            |    3 +-
 cpu/mcf52x2/cpu.c                            |    3 +-
 cpu/mcf532x/cpu.c                            |    3 +-
 cpu/mcf5445x/cpu.c                           |    3 +-
 cpu/mcf547x_8x/cpu.c                         |    4 +-
 cpu/mpc512x/cpu.c                            |   13 ++
 cpu/mpc5xxx/cpu.c                            |   13 ++
 cpu/mpc83xx/cpu.c                            |   20 +--
 cpu/mpc85xx/cpu.c                            |   33 +---
 cpu/mpc86xx/cpu.c                            |   26 +--
 drivers/net/bfin_mac.c                       |    1 +
 drivers/net/dc2114x.c                        |    1 +
 drivers/net/e1000.c                          |    2 +-
 drivers/net/e1000.h                          |    1 +
 drivers/net/eepro100.c                       |    1 +
 drivers/net/greth.c                          |    1 +
 drivers/net/inca-ip_sw.c                     |    3 +-
 drivers/net/macb.c                           |    1 +
 drivers/net/mcffec.c                         |    1 +
 drivers/net/mpc512x_fec.c                    |    1 +
 drivers/net/mpc5xxx_fec.c                    |    1 +
 drivers/net/natsemi.c                        |    1 +
 drivers/net/ns8382x.c                        |    1 +
 drivers/net/pcnet.c                          |    1 +
 drivers/net/plb2800_eth.c                    |    5 +-
 drivers/net/rtl8139.c                        |    1 +
 drivers/net/rtl8169.c                        |    1 +
 drivers/net/sk98lin/uboot_drv.c              |    1 +
 drivers/net/smc911x.c                        |    9 +-
 drivers/net/tsec.c                           |  244 ++++++++++++++++----------
 drivers/net/tsi108_eth.c                     |    1 +
 drivers/net/uli526x.c                        |    1 +
 include/configs/MPC8544DS.h                  |    8 +
 include/netdev.h                             |  110 ++++++++++++
 {drivers/net => include}/tsec.h              |   68 +++++++-
 net/eth.c                                    |   69 -------
 net/tftp.c                                   |    2 +
 123 files changed, 1018 insertions(+), 301 deletions(-)
 create mode 100644 board/freescale/common/sgmii_riser.c
 create mode 100644 board/freescale/common/sgmii_riser.h
 delete mode 100644 cpu/arm926ejs/at91/ether.c
 create mode 100644 include/netdev.h
 rename {drivers/net => include}/tsec.h (91%)

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2008-08-27  7:46 [U-Boot] Pull request - net Ben Warren
@ 2008-08-27 11:55 ` Wolfgang Denk
  0 siblings, 0 replies; 72+ messages in thread
From: Wolfgang Denk @ 2008-08-27 11:55 UTC (permalink / raw)
  To: u-boot

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.

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2008-08-27  7:46 Ben Warren
  2008-08-27 11:55 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2008-08-27  7:46 UTC (permalink / raw)
  To: u-boot

Wolfgang,

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(-)


regards,
Ben

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
  2008-08-19  6:20 Ben Warren
@ 2008-08-20 22:39 ` Wolfgang Denk
  0 siblings, 0 replies; 72+ messages in thread
From: Wolfgang Denk @ 2008-08-20 22:39 UTC (permalink / raw)
  To: u-boot

Dear Ben Warren,

In message <48AA662D.5010608@gmail.com> you wrote:
> Wolfgang,
> 
> The following changes since commit fcd69a1a57fb2af4d26201422095a4be9f36963e:
>   Kumar Gala (1):
>         Clean up usage of icache_disable/dcache_disable
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> TsiChung Liew (1):
>       Fix dm9000 receive status and len little endian issue
> 
> Yoshihiro Shimoda (1):
>       rtl8169: add support for RTL8110SCL
> 
>  drivers/net/dm9000x.c |   16 ++++++++++------
>  drivers/net/rtl8169.c |   28 ++++++++++++++++++++++------
>  2 files changed, 32 insertions(+), 12 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
I express preference for a chronological  sequence  of  events  which
precludes a violence.   - Terry Pratchett, _The Dark Side of the Sun_

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Pull request - net
@ 2008-08-19  6:20 Ben Warren
  2008-08-20 22:39 ` Wolfgang Denk
  0 siblings, 1 reply; 72+ messages in thread
From: Ben Warren @ 2008-08-19  6:20 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit fcd69a1a57fb2af4d26201422095a4be9f36963e:
  Kumar Gala (1):
        Clean up usage of icache_disable/dcache_disable

are available in the git repository at:

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

TsiChung Liew (1):
      Fix dm9000 receive status and len little endian issue

Yoshihiro Shimoda (1):
      rtl8169: add support for RTL8110SCL

 drivers/net/dm9000x.c |   16 ++++++++++------
 drivers/net/rtl8169.c |   28 ++++++++++++++++++++++------
 2 files changed, 32 insertions(+), 12 deletions(-)

regards,
Ben

^ permalink raw reply	[flat|nested] 72+ messages in thread

end of thread, other threads:[~2010-10-12 18:45 UTC | newest]

Thread overview: 72+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-24 22:19 [U-Boot] Pull request - net Ben Warren
2009-11-24 22:27 ` Wolfgang Denk
  -- 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-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-27  7:46 [U-Boot] Pull request - net Ben Warren
2008-08-27 11:55 ` Wolfgang Denk
2008-08-19  6:20 Ben Warren
2008-08-20 22:39 ` Wolfgang Denk

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.