Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration | Jean-Christophe PLAGNIOL-VILLARD | 2007-10-24 | -0/+1 |
| | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |||
* | fix warning: no return statement in function returning non-void | Jean-Christophe PLAGNIOL-VILLARD | 2007-10-24 | -3/+3 |
| | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |||
* | PXA USB OHCI: "usb stop" implementation. | Rodolfo Giometti | 2007-10-15 | -0/+16 |
| | | | | | | | | Some USB keys need to be switched off before loading the kernel otherwise they can remain in an undefined status which prevents them to be correctly recognized by the kernel. Signed-off-by: Rodolfo Giometti <giometti@linux.it> | |||
* | USB: cleanup monahans usb support. Remove dead code. | Markus Klotzbuecher | 2007-04-03 | -11/+1 |
| | | | | Signed-off-by: Markus Klotzbuecher <mk@denx.de> | |||
* | PXA: pxa27x USB OHCI support | Rodolfo Giometti | 2007-03-26 | -2/+13 |
| | | | | Signed-off-by: Rodolfo Giometti <giometti@linux.it> | |||
* | Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able | Markus Klotzbuecher | 2006-11-27 | -1/+1 |
| | | | | to choose between the old and the generic OHCI drivers. | |||
* | Support generic OHCI support for the s3c24x0 cpu. | Markus Klotzbuecher | 2006-05-30 | -0/+5 |
| | ||||
* | Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some | Markus Klotzbuecher | 2006-05-23 | -3/+5 |
| | | | | fixes to the latter. | |||
* | More cleanup for the delta board and the generic usb_ohci driver. Added | Markus Klotzbuecher | 2006-05-23 | -0/+71 |
CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific initialization and cleanup hooks respectively. |