Rename mipsIRQ.S to int-handler to match the kernel naming convention, implement...
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 8 Apr 2007 10:15:17 +0000 (10:15 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 8 Apr 2007 10:15:17 +0000 (10:15 +0000)
commit5e9852b169f255fa1094d08f470553035edf447a
tree579742880401e02561f065298895c398dc615236
parent938900f0dfd8e76f12f3ffffc79639693f141a3f
Rename mipsIRQ.S to int-handler to match the kernel naming convention, implement basic board detection, rewrite usb HCD driver (to be tested)

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