summaryrefslogtreecommitdiff
path: root/cpu/arm920t/usb_ohci.h
Commit message (Collapse)AuthorAgeLines
* Patch by Steven Scholz, 16 Aug 2004:wdenk2004-10-09-419/+0
| | | | | | | | - Introducing the concept of SoCs "./cpu/$(CPU)/$(SOC)" - creating subdirs for SoCs ./cpu/arm920t/imx and ./cpu/arm920t/s3c24x0 - moving SoC specific code out of cpu/arm920t/ into cpu/arm920t/$(SOC)/ - moving drivers/s3c24x0_i2c.c and drivers/serial_imx.c out of drivers/ into cpu/arm920t/$(SOC)/
* * Patches by Xianghua Xiao, 15 Oct 2003:wdenk2003-10-15-1/+0
| | | | | | | | - Added Motorola CPU 8540/8560 support (cpu/85xx) - Added Motorola MPC8540ADS board support (board/mpc8540ads) - Added Motorola MPC8560ADS board support (board/mpc8560ads) * Minor code cleanup
* * Add support for USB Mass Storage Devices (BBB)wdenk2003-09-10-0/+420
(tested with USB memory sticks only) * Avoid flicker on TRAB's VFD