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)
commite062f4185e15b1f04098580a85f4d39cb0a43f8e
tree87384d7d1063a07eb6c6a3699bdbcf953a4df366
parentce4fbcf3f40ca7f05faca1cb72318cd25dc3a0ae
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]