Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | USB: This patch fix readl in ohci swap reg access. | Jason Jin | 2007-06-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Jason Jin <Jason.jin@freescale.com> | ||||
* | USB/OHCI: endianness cleanup in the generic ohci driver | Markus Klotzbuecher | 2007-06-06 | 1 | -53/+29 |
| | |||||
* | USB PCI-OHCI, interrupt pipe and usb event poll support | Zhang Wei | 2007-06-06 | 1 | -53/+257 |
| | | | | | | | | | | 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> | ||||
* | USB: (Another) delay for crappy USB keys. | Rodolfo Giometti | 2007-04-23 | 1 | -1/+3 |
| | | | | | | | 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> | ||||
* | USB: remove the S3C24X0_merge #define, which was introduced while | Markus Klotzbuecher | 2007-03-26 | 1 | -53/+3 |
| | | | | | | merging OHCI drivers. Signed-off-by: Markus Klotzbuecher <mk@denx.de> | ||||
* | Fix some endianness issues related to the generic ohci driver | Markus Klotzbuecher | 2006-11-27 | 1 | -11/+49 |
| | |||||
* | Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able | Markus Klotzbuecher | 2006-11-27 | 1 | -2/+2 |
| | | | | to choose between the old and the generic OHCI drivers. | ||||
* | Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver | Markus Klotzbuecher | 2006-11-27 | 1 | -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). | ||||
* | Support generic OHCI support for the s3c24x0 cpu. | Markus Klotzbuecher | 2006-05-30 | 1 | -25/+108 |
| | |||||
* | Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some | Markus Klotzbuecher | 2006-05-23 | 1 | -9/+9 |
| | | | | fixes to the latter. | ||||
* | More cleanup for the delta board and the generic usb_ohci driver. Added | Markus Klotzbuecher | 2006-05-23 | 1 | -17/+42 |
| | | | | | 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 first | Markus Klotzbuecher | 2006-05-22 | 1 | -0/+1642 |
board to make use of a generic OHCI driver, that calls hooks for board dependant initialization. |