refactor atheros system code - also add support for the reset button (sends netlink...
authorFelix Fietkau <nbd@openwrt.org>
Wed, 4 Jul 2007 03:55:23 +0000 (03:55 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 4 Jul 2007 03:55:23 +0000 (03:55 +0000)
commit4d8245aa58eb62d38ec9d927d506bb6064d65825
tree803e78185260317fee8cebd41718bf8d6b81151f
parentbc2ad6f99f985ff7433ce8bd0b2751d89264b0e6
refactor atheros system code - also add support for the reset button (sends netlink messages in the same format as broadcom-diag)

SVN-Revision: 7869
17 files changed:
target/linux/atheros-2.6/files/arch/mips/atheros/Makefile
target/linux/atheros-2.6/files/arch/mips/atheros/ar5312.c [deleted file]
target/linux/atheros-2.6/files/arch/mips/atheros/ar5312.h [deleted file]
target/linux/atheros-2.6/files/arch/mips/atheros/ar5312/Makefile [new file with mode: 0644]
target/linux/atheros-2.6/files/arch/mips/atheros/ar5312/ar5312.h [new file with mode: 0644]
target/linux/atheros-2.6/files/arch/mips/atheros/ar5312/board.c [new file with mode: 0644]
target/linux/atheros-2.6/files/arch/mips/atheros/ar5312/irq.c [new file with mode: 0644]
target/linux/atheros-2.6/files/arch/mips/atheros/ar5315.c [deleted file]
target/linux/atheros-2.6/files/arch/mips/atheros/ar5315.h [deleted file]
target/linux/atheros-2.6/files/arch/mips/atheros/ar5315/Makefile [new file with mode: 0644]
target/linux/atheros-2.6/files/arch/mips/atheros/ar5315/ar5315.h [new file with mode: 0644]
target/linux/atheros-2.6/files/arch/mips/atheros/ar5315/board.c [new file with mode: 0644]
target/linux/atheros-2.6/files/arch/mips/atheros/ar5315/irq.c [new file with mode: 0644]
target/linux/atheros-2.6/files/arch/mips/atheros/ar531x.h
target/linux/atheros-2.6/files/arch/mips/atheros/board.c
target/linux/atheros-2.6/files/arch/mips/atheros/irq.c [deleted file]
target/linux/atheros-2.6/files/arch/mips/atheros/reset.c [new file with mode: 0644]