
4 Aug
2010
4 Aug
'10
3:33 a.m.
This patch series adds support for the cpsw ethernet switch found on tnetv107x and other SoCs from Texas Instruments.
Cyril Chemparathy (2): TI: netdev: add driver for cpsw ethernet device TI: add tnetv107x evm board support for cpsw
board/ti/tnetv107xevm/sdb_board.c | 155 +++++++ drivers/net/Makefile | 1 + drivers/net/cpsw.c | 840 +++++++++++++++++++++++++++++++++++++ include/configs/tnetv107x_evm.h | 16 + include/netdev.h | 29 ++ 5 files changed, 1041 insertions(+), 0 deletions(-) create mode 100644 drivers/net/cpsw.c