From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request - net
Date: Mon, 05 Oct 2009 00:27:45 -0700 [thread overview]
Message-ID: <4AC99FF1.3040008@gmail.com> (raw)
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
next reply other threads:[~2009-10-05 7:27 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-05 7:27 Ben Warren [this message]
2009-10-05 21:33 ` [U-Boot] Pull request - net 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-24 22:19 Ben Warren
2009-11-24 22:27 ` Wolfgang Denk
2009-11-11 21:30 Ben Warren
2009-11-11 22:11 ` Wolfgang Denk
2009-10-19 18:41 Ben Warren
2009-10-24 20:16 ` Wolfgang Denk
2009-10-11 6:52 Ben Warren
2009-10-12 21:47 ` Wolfgang Denk
2009-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
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=4AC99FF1.3040008@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.