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)
commit6b68ee7a55ee1c2f42563825fd48f3da427df415
tree803e78185260317fee8cebd41718bf8d6b81151f
parentb6c3f28a94eeb824837e08973103d9cc86a72dae
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]