ar71xx: add a new driver for the ar7240 switch using swconfig. hooks directly into...
authorFelix Fietkau <nbd@openwrt.org>
Mon, 16 Aug 2010 19:21:57 +0000 (19:21 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 16 Aug 2010 19:21:57 +0000 (19:21 +0000)
commit523fcf049784457433f4e194b5135431b218bf64
treee7e468fba3bffb04d7dad75ced05f544f1acb7d4
parent9f1ed6e4d34991db572747dc7242f62489b79b4e
ar71xx: add a new driver for the ar7240 switch using swconfig. hooks directly into the ethernet driver, as MAC resets also require switch reinitializations and the switch is part of the cpu core anyway switch only tl-wr741nd (and other devices using this board file, such as tl-wr841nd) over to using this by default, as other devices are still untested fixes #7563

SVN-Revision: 22675
target/linux/ar71xx/base-files/etc/defconfig/tl-wr741nd/network
target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr741nd.c
target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/platform.h
target/linux/ar71xx/files/drivers/net/ag71xx/Makefile
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_ar7240.c [new file with mode: 0644]
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_phy.c