| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
Thanks to Liew Tsi Chung <Tsi-chung.Liew@freescale.com> for pointing
this out.
Signed-off-by: Markus Klotzbuecher <mk@denx.de>
|
|
|
|
|
|
| |
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).
|
| |
|
| |
|
|
|
|
|
| |
CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific
initialization and cleanup hooks respectively.
|
|
board to make use of a generic OHCI driver, that calls hooks for board
dependant initialization.
|