]> git.ipfire.org Git - people/ms/u-boot.git/commit
Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API
authorBen Warren <biggerbadderben@gmail.com>
Mon, 5 Oct 2009 05:37:03 +0000 (22:37 -0700)
committerBen Warren <biggerbadderben@gmail.com>
Mon, 5 Oct 2009 05:37:03 +0000 (22:37 -0700)
commit7194ab809532eeca3e2ee5dc12017cb901cc5842
tree635cd41e409da222cfa7f975d1fcccfc14cc9b8c
parent32e7f239dda8638377edb0d3e7ac269cabbafbe6
Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API

All in-tree boards that use this controller have CONFIG_NET_MULTI
added
Also:
  - changed CONFIG_DRIVER_SMC91111 to CONFIG_SMC91111
  - cleaned up line lengths
  - modified all boards that override weak function in this driver
  - modified all eeprom standalone apps to work with new driver
  - updated blackfin standalone EEPROM app after testing

Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
71 files changed:
board/altera/ep1c20/ep1c20.c
board/altera/ep1s10/ep1s10.c
board/altera/ep1s40/ep1s40.c
board/armltd/integrator/integrator.c
board/armltd/versatile/versatile.c
board/bf533-ezkit/bf533-ezkit.c
board/bf533-stamp/bf533-stamp.c
board/bf538f-ezkit/bf538f-ezkit.c
board/bf561-ezkit/bf561-ezkit.c
board/blackstamp/blackstamp.c
board/cerf250/cerf250.c
board/cm-bf533/cm-bf533.c
board/cm-bf561/cm-bf561.c
board/cradle/cradle.c
board/delta/delta.c
board/dnp1110/dnp1110.c
board/gaisler/gr_cpci_ax2000/gr_cpci_ax2000.c
board/gaisler/gr_ep2s60/gr_ep2s60.c
board/innokom/innokom.c
board/logodl/logodl.c
board/lpd7a40x/lpd7a40x.c
board/ms7722se/ms7722se.c
board/netstar/eeprom.c
board/netstar/netstar.c
board/psyent/pk1c20/pk1c20.c
board/pxa255_idp/pxa_idp.c
board/renesas/MigoR/migo_r.c
board/st/nhk8815/nhk8815.c
board/voiceblue/eeprom.c
board/voiceblue/voiceblue.c
board/xaeniax/xaeniax.c
board/xm250/xm250.c
board/xsengine/xsengine.c
board/zylonite/zylonite.c
drivers/net/Makefile
drivers/net/smc91111.c
drivers/net/smc91111.h
examples/standalone/smc91111_eeprom.c
include/configs/EP1C20.h
include/configs/EP1S10.h
include/configs/EP1S40.h
include/configs/MigoR.h
include/configs/PK1C20.h
include/configs/bf533-ezkit.h
include/configs/bf533-stamp.h
include/configs/bf538f-ezkit.h
include/configs/bf561-ezkit.h
include/configs/blackstamp.h
include/configs/cerf250.h
include/configs/cm-bf533.h
include/configs/cm-bf561.h
include/configs/cradle.h
include/configs/dnp1110.h
include/configs/gr_cpci_ax2000.h
include/configs/gr_ep2s60.h
include/configs/innokom.h
include/configs/integratorcp.h
include/configs/logodl.h
include/configs/lpd7a400-10.h
include/configs/lpd7a404-10.h
include/configs/ms7722se.h
include/configs/netstar.h
include/configs/nhk8815.h
include/configs/pxa255_idp.h
include/configs/versatile.h
include/configs/voiceblue.h
include/configs/xaeniax.h
include/configs/xm250.h
include/configs/xsengine.h
include/configs/zylonite.h
include/netdev.h