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)
commit81de177cf7f11e71dabce072519d44d2897405b6
tree579742880401e02561f065298895c398dc615236
parent30654228ebc5014f48769716998970cb8510842d
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