[U-Boot] Pull request - net

Ben Warren biggerbadderben at gmail.com
Mon Aug 9 20:56:50 CEST 2010



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




More information about the U-Boot mailing list