| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
| |
Fix the following warnings:
- usb.c:xx: warning: function declaration isn't a prototype
- usb_ohci.c:xxx: warning: passing argument 1 of '__fswab32' makes integer
from pointer wihtout a cast
Signed-off-by: Martin Krause <martin.krase@tqs.de>
|
|
|
|
| |
Signed-off-by: Wolfgang Denk <wd@denx.de>
|
|
|
|
| |
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
Some USB keys are slow in giving back an answer when the Root HUB
enables power lines.
Signed-off-by: Rodolfo Giometti <giometti@linux.it>
|
|
|
|
|
|
| |
merging OHCI drivers.
Signed-off-by: Markus Klotzbuecher <mk@denx.de>
|
| |
|
|
|
|
| |
to choose between the old and the generic OHCI drivers.
|
|
|
|
|
|
| |
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).
|
| |
|
|
|
|
| |
fixes to the latter.
|
|
|
|
|
| |
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.
|