]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API
authorBen Warren <biggerbadderben@gmail.com>
Tue, 21 Jul 2009 05:01:11 +0000 (22:01 -0700)
committerBen Warren <biggerbadderben@gmail.com>
Thu, 23 Jul 2009 05:53:44 +0000 (22:53 -0700)
commit736fead8fdbf8a8407048bebc373cd551d01ec98
tree60307d25c8dd18cbdf7e3b3807f924b838cee9fb
parent3bd0a877b74b9c005ae7cb892480ccedfa308c20
Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API

All in-tree boards that use this controller have CONFIG_NET_MULTI added
Also:
 - changed CONFIG_DRIVER_SMC911X* to CONFIG_SMC911X*
 - cleaned up line lengths
 - modified all boards that override weak function in this driver
 - added

Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Tested-by: Mike Frysinger <vapier@gentoo.org>
23 files changed:
board/bf548-ezkit/bf548-ezkit.c
board/cm-bf548/cm-bf548.c
board/freescale/mx31pdk/mx31pdk.c
board/imx31_litekit/imx31_litekit.c
board/imx31_phycore/imx31_phycore.c
board/micronas/vct/ebi_smc911x.c
board/micronas/vct/vct.c
board/omap3/evm/evm.c
board/renesas/ap325rxa/ap325rxa.c
board/renesas/rsk7203/rsk7203.c
drivers/net/Makefile
drivers/net/smc911x.c
drivers/net/smc911x.h
include/configs/ap325rxa.h
include/configs/bf548-ezkit.h
include/configs/cm-bf548.h
include/configs/imx31_litekit.h
include/configs/imx31_phycore.h
include/configs/mx31pdk.h
include/configs/omap3_evm.h
include/configs/rsk7203.h
include/configs/vct.h
include/netdev.h