| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: EHCI: update toggle state for linked QHs | Alan Stern | 2009-06-15 | 9 | -18/+53 |
* | USB: r8a66597-hcd: use platform_data instead of module_param | Yoshihiro Shimoda | 2009-06-15 | 2 | -50/+48 |
* | USB: EHCI: stagger frames for interrupt transfers | Alan Stern | 2009-06-15 | 2 | -3/+6 |
* | wusb: hwa-hc: Drop unused pci_suspend/resume hooks. | Paul Mundt | 2009-06-15 | 1 | -21/+0 |
* | USB: new flag for resume-from-hibernation | Alan Stern | 2009-06-15 | 3 | -23/+19 |
* | USB: move PCI host controllers to new PM framework | Alan Stern | 2009-06-15 | 3 | -14/+15 |
* | USB: EHCI: create sysfs companion files directly in the controller device | Greg Kroah-Hartman | 2009-06-15 | 1 | -2/+2 |
* | USB: OHCI: use the ohci structure directly in debugfs files. | Greg Kroah-Hartman | 2009-06-15 | 1 | -21/+10 |
* | USB: UHCI: use the new usb debugfs directory | Greg Kroah-Hartman | 2009-06-15 | 1 | -1/+1 |
* | USB: OHCI: use the new usb debugfs directory | Greg Kroah-Hartman | 2009-06-15 | 1 | -1/+1 |
* | USB: FHCI: use the new usb debugfs directory | Greg Kroah-Hartman | 2009-06-15 | 1 | -1/+1 |
* | USB: EHCI: use the new usb debugfs directory | Greg Kroah-Hartman | 2009-06-15 | 1 | -1/+1 |
* | USB: host/ohci-hcd.c: fix sparse warnings | H Hartley Sweeten | 2009-06-15 | 1 | -18/+18 |
* | USB: UHCI queue: use usb_endpoint_type() | Matthias Kaehlcke | 2009-06-15 | 1 | -1/+1 |
* | USB: move orion-ehci's probe function to .devinit.text | Uwe Kleine-König | 2009-06-15 | 1 | -1/+1 |
* | USB: move r8a66597_hcd's probe function to .devinit.text | Uwe Kleine-König | 2009-06-15 | 1 | -1/+1 |
* | Merge branch 'ep93xx' into devel | Russell King | 2009-06-10 | 1 | -3/+10 |
|\ |
|
| * | [ARM] 5526/1: ep93xx: usb driver cleanup | Hartley Sweeten | 2009-05-29 | 1 | -3/+10 |
* | | USB: isp1760: urb_dequeue doesn't always find the urbs | Warren Free | 2009-05-28 | 1 | -2/+22 |
|/ |
|
* | USB: ehci-sched.c: EHCI SITD scheduling bugfix | Dan Streetman | 2009-04-23 | 1 | -1/+1 |
* | USB: whci-hcd: check return value of usb_hcd_link_urb_to_ep() | David Vrabel | 2009-04-17 | 2 | -6/+18 |
* | USB: whci-hcd: provide a endpoint_reset method | David Vrabel | 2009-04-17 | 6 | -6/+50 |
* | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2009-04-08 | 1 | -2/+2 |
|\ |
|
| * | [ARM] 5446/1: ohci-at91: Limit vbus_pin assignment to the size of the array | Justin Waters | 2009-04-08 | 1 | -2/+2 |
* | | dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31) | Yang Hongyang | 2009-04-07 | 1 | -1/+1 |
* | | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 | 2 | -2/+2 |
* | | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 2009-04-07 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'origin' into devel | Russell King | 2009-03-28 | 24 | -128/+338 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2009-03-26 | 22 | -124/+333 |
| |\ |
|
| | * | USB: isp1760: Add a delay before reading the SKIPMAP registers in isp1760-hcd.c | Catalin Marinas | 2009-03-24 | 1 | -0/+14 |
| | * | USB: r8a66597-hcd: suspend/resume support | Yoshihiro Shimoda | 2009-03-24 | 2 | -1/+102 |
| | * | USB: S3C: Move usb-control.h to platform include | Ben Dooks | 2009-03-24 | 1 | -2/+1 |
| | * | USB: ohci-hcd: Add ARCH_S3C24XX to the ohci-s3c2410.c glue | Ben Dooks | 2009-03-24 | 1 | -1/+1 |
| | * | USB: host: fix sparse warning: Using plain integer as NULL pointer | Hannes Eder | 2009-03-24 | 1 | -1/+1 |
| | * | USB: ohci-s3c2410: fix name of bus clock | Ben Dooks | 2009-03-24 | 1 | -1/+1 |
| | * | USB: ohci-s3c2410: remove <mach/hardware.h> include | Ben Dooks | 2009-03-24 | 1 | -1/+0 |
| | * | USB: use kzfree() | Johannes Weiner | 2009-03-24 | 1 | -2/+1 |
| | * | USB: make transfer_buffer_lengths in struct urb field u32 | Greg Kroah-Hartman | 2009-03-24 | 3 | -4/+4 |
| | * | USB: uhci: don't use pseudo negative values | Alan Stern | 2009-03-24 | 2 | -8/+7 |
| | * | USB: fix ehci printk formats | Randy Dunlap | 2009-03-24 | 1 | -1/+1 |
| | * | USB: replace uses of __constant_{endian} | Harvey Harrison | 2009-03-24 | 7 | -29/+29 |
| | * | USB: Add platform device support for the ISP1760 USB chip | Catalin Marinas | 2009-03-24 | 2 | -17/+80 |
| | * | USB: Make the isp1760_register function prototype more generic | Catalin Marinas | 2009-03-24 | 2 | -6/+8 |
| | * | USB: EHCI: add software retry for transaction errors | Alan Stern | 2009-03-24 | 2 | -0/+35 |
| | * | USB: EHCI: Make timer_action out-of-line | Alan Stern | 2009-03-24 | 2 | -34/+36 |
| | * | usb: kill prehistorical comments about USB_EHCI_HCD | Thierry Vignaud | 2009-03-24 | 1 | -4/+1 |
| | * | USB: add missing KERN_* constants to printks | Frank Seidel | 2009-03-24 | 1 | -4/+4 |
| | * | USB: count reaches -1, tested 0 | Roel Kluin | 2009-03-24 | 1 | -1/+1 |
| | * | USB: drivers: use USB API functions rather than constants | Julia Lawall | 2009-03-24 | 1 | -8/+7 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2009-03-26 | 2 | -3/+3 |
| |\ \ |
|