summaryrefslogtreecommitdiffstats
path: root/drivers/usb_ohci.h
Commit message (Collapse)AuthorAgeFilesLines
* USB PCI-OHCI, interrupt pipe and usb event poll supportZhang Wei2007-06-061-2/+10
| | | | | | | | | | This patch added USB PCI-OHCI chips support, interrupt pipe support and usb event poll support. For supporting the USB interrupt pipe, the globe urb_priv is moved to purb in ed struct. Now, we can process several urbs at one time. The interrupt pipe support codes are ported from Linux kernel 2.4. Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
* Change duplicate usb_cpu_init_fail to usb_board_init_failMarkus Klotzbuecher2007-06-061-1/+1
| | | | | | | Thanks to Liew Tsi Chung <Tsi-chung.Liew@freescale.com> for pointing this out. Signed-off-by: Markus Klotzbuecher <mk@denx.de>
* Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driverMarkus Klotzbuecher2006-11-271-2/+11
| | | | | | and adapted board configs TQM5200 and yosemite accordingly. This commit also makes the maximum number of root hub ports configurable (CFG_USB_OHCI_MAX_ROOT_PORTS).
* More code cleanupWolfgang Denk2006-06-261-5/+1
|
* Support generic OHCI support for the s3c24x0 cpu.Markus Klotzbuecher2006-05-301-0/+2
|
* More cleanup for the delta board and the generic usb_ohci driver. AddedMarkus Klotzbuecher2006-05-231-0/+8
| | | | | CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific initialization and cleanup hooks respectively.
* This patch adds USB storage support for the delta board. This is the firstMarkus Klotzbuecher2006-05-221-0/+422
board to make use of a generic OHCI driver, that calls hooks for board dependant initialization.
OpenPOWER on IntegriCloud