summaryrefslogtreecommitdiff
path: root/cpu/arm920t/s3c24x0/usb.c
Commit message (Collapse)AuthorAgeLines
* Fix some typosAdrian Filipi2008-05-09-1/+1
| | | | | | | | | This patch fixes three typos. The first is a repetition of CONFIG_CMD_BSP. The second makes the #endif comment match its #if. The third is a spelling error. Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
* Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be ableMarkus Klotzbuecher2006-11-27-1/+1
| | | | to choose between the old and the generic OHCI drivers.
* More code cleanupWolfgang Denk2006-06-26-3/+3
|
* Support generic OHCI support for the s3c24x0 cpu.Markus Klotzbuecher2006-05-30-0/+72