From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Mon, 05 Oct 2009 23:33:00 +0200 Subject: [U-Boot] Pull request - net In-Reply-To: <4AC99FF1.3040008@gmail.com> References: <4AC99FF1.3040008@gmail.com> Message-ID: <20091005213300.D6967115E383@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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"