refactor atheros system code - also add support for the reset button (sends netlink...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 4 Jul 2007 03:55:23 +0000 (03:55 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 4 Jul 2007 03:55:23 +0000 (03:55 +0000)
commit488a32cc9bb1febbbe4bc2bae804827cbeb9e27e
tree803e78185260317fee8cebd41718bf8d6b81151f
parent48b9894bf62622057aa223276b3659e2109f09c9
refactor atheros system code - also add support for the reset button (sends netlink messages in the same format as broadcom-diag)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7869 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]