Rename mipsIRQ.S to int-handler to match the kernel naming convention, implement...
authorFlorian Fainelli <florian@openwrt.org>
Sun, 8 Apr 2007 10:15:17 +0000 (10:15 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 8 Apr 2007 10:15:17 +0000 (10:15 +0000)
commit01e84cef1a988834b444b7bebba15f5268873d35
tree74f10ae59cfebbd6bf107dd381c86b79ab1005f3
parentc39de67e803dc5585dc5b24a3af372104c85854e
Rename mipsIRQ.S to int-handler to match the kernel naming convention, implement basic board detection, rewrite usb HCD driver (to be tested)

SVN-Revision: 6893
target/linux/adm5120-2.6/config/default
target/linux/adm5120-2.6/files/arch/mips/adm5120/Makefile
target/linux/adm5120-2.6/files/arch/mips/adm5120/adm5120_info.c
target/linux/adm5120-2.6/files/arch/mips/adm5120/int-handler.S [new file with mode: 0644]
target/linux/adm5120-2.6/files/arch/mips/adm5120/mipsIRQ.S [deleted file]
target/linux/adm5120-2.6/files/drivers/usb/host/adm5120-hcd.c