add gpio support to atheros, fixes #1861, thanks Othello
authorJohn Crispin <john@openwrt.org>
Thu, 3 Apr 2008 20:28:10 +0000 (20:28 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 3 Apr 2008 20:28:10 +0000 (20:28 +0000)
commitb526f65bafe346836959d55fd2154300dbb366df
tree51719ab2ee15bbc699f9a09a94c3bbc609a313fb
parent54a5d8fb77864f912a827813030fbe605b5df85e
add gpio support to atheros, fixes #1861, thanks Othello

SVN-Revision: 10724
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