summaryrefslogtreecommitdiff
path: root/cpu/arm1176/s3c64xx/usb.c
Commit message (Collapse)AuthorAgeLines
* s3c64xx: move usb driver to drivers/usbJean-Christophe PLAGNIOL-VILLARD2009-03-29-45/+0
| | | | | | add CONFIG_USB_S3C64XX to activate the driver Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* USB: Add support for OHCI controller on S3C6400Guennadi Liakhovetski2008-08-31-0/+45
Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could try to enable the MMU, but map addresses 1-to-1, and disable data cache, then it should work too and we could still profit from instruction cache. Signed-off-by: Guennadi Liakhovetski <lg@denx.de>