From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request - net *updated*
Date: Mon, 12 Jul 2010 23:45:37 -0700 [thread overview]
Message-ID: <4C3C0B91.40205@gmail.com> (raw)
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 (7):
kirkwood_egiga: bugfix: add DMA sequence points
kirkwood_egiga: updates: fix DRAM mapping and typo
kirkwood_egiga: CONFIG_SKIP_LOCAL_MAC_RANDOMIZATION
net: rename: kirkwood_egiga as mvgbe
mvgbe: support SoCs other than kirkwood
mvgbe: add support for orion5x GbE controller
edminiv2: add ethernet support
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
arch/arm/cpu/arm926ejs/kirkwood/cpu.c | 4 +-
arch/arm/cpu/arm926ejs/orion5x/cpu.c | 8 +
arch/arm/include/asm/arch-kirkwood/kirkwood.h | 5 +
arch/arm/include/asm/arch-orion5x/orion5x.h | 4 +
board/LaCie/edminiv2/edminiv2.c | 36 ++
board/LaCie/edminiv2/edminiv2.h | 41 ++
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 | 3 +-
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.h | 505 ---------------------
drivers/net/macb.c | 23 +-
drivers/net/{kirkwood_egiga.c => mvgbe.c} | 377 +++++++++--------
drivers/net/mvgbe.h | 505 +++++++++++++++++++++
drivers/net/tsec.c | 37 ++-
drivers/net/uli526x.c | 2 +-
examples/standalone/smc911x_eeprom.c | 2 +-
include/configs/cpuat91.h | 9 +-
include/configs/edminiv2.h | 19 +-
include/configs/guruplug.h | 4 +-
include/configs/km_arm.h | 4 +-
include/configs/mv88f6281gtw_ge.h | 4 +-
include/configs/openrd_base.h | 4 +-
include/configs/rd6281a.h | 4 +-
include/configs/sheevaplug.h | 4 +-
include/netdev.h | 4 +-
net/eth.c | 3 +
40 files changed, 1898 insertions(+), 907 deletions(-)
create mode 100644 board/LaCie/edminiv2/edminiv2.h
create mode 100644 doc/README.designware_eth
create mode 100644 drivers/net/designware.c
create mode 100644 drivers/net/designware.h
delete mode 100644 drivers/net/kirkwood_egiga.h
rename drivers/net/{kirkwood_egiga.c => mvgbe.c} (60%)
create mode 100644 drivers/net/mvgbe.h
next reply other threads:[~2010-07-13 6:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-13 6:45 Ben Warren [this message]
2010-07-14 20:04 ` [U-Boot] Pull request - net *updated* Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C3C0B91.40205@gmail.com \
--to=biggerbadderben@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.