add gpio support to atheros, fixes #1861, thanks Othello
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Apr 2008 20:28:10 +0000 (20:28 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Apr 2008 20:28:10 +0000 (20:28 +0000)
commit66b7ecf8e0e324c1bd76eb873e128a98a68dd539
treed5e82292716c3d80a459d15808dbff126cdc5485
parent19910c310a0169c4bf3719c93844ef7402864803
add gpio support to atheros, fixes #1861, thanks Othello

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10724 3c298f89-4303-0410-b956-a3cf2f4a3e73
21 files changed:
package/gpioctl/Makefile
target/linux/atheros/config-2.6.23
target/linux/atheros/config-2.6.24
target/linux/atheros/files/arch/mips/atheros/Makefile
target/linux/atheros/files/arch/mips/atheros/ar5312/ar5312.h [deleted file]
target/linux/atheros/files/arch/mips/atheros/ar5312/board.c
target/linux/atheros/files/arch/mips/atheros/ar5312/irq.c
target/linux/atheros/files/arch/mips/atheros/ar5315/ar5315.h [deleted file]
target/linux/atheros/files/arch/mips/atheros/ar5315/board.c
target/linux/atheros/files/arch/mips/atheros/ar5315/irq.c
target/linux/atheros/files/arch/mips/atheros/ar531x.h [deleted file]
target/linux/atheros/files/arch/mips/atheros/board.c
target/linux/atheros/files/arch/mips/atheros/gpio.c [new file with mode: 0644]
target/linux/atheros/files/arch/mips/atheros/prom.c
target/linux/atheros/files/arch/mips/atheros/reset.c
target/linux/atheros/files/include/asm-mips/mach-atheros/ar5312/ar5312.h [new file with mode: 0644]
target/linux/atheros/files/include/asm-mips/mach-atheros/ar5315/ar5315.h [new file with mode: 0644]
target/linux/atheros/files/include/asm-mips/mach-atheros/ar531x.h [new file with mode: 0644]
target/linux/atheros/files/include/asm-mips/mach-atheros/gpio.h [new file with mode: 0644]
target/linux/atheros/patches-2.6.23/100-board.patch
target/linux/atheros/patches-2.6.24/100-board.patch