summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* USB: sl811-hcd: Fix device disconnectMichael Hennerich2010-04-301-3/+3
* USB: ohci-at91: fix power management hangingPatrice Vilchez2010-04-301-0/+2
* USB: oxu210hp: release spinlock on error pathDan Carpenter2010-04-301-3/+3
* USB: xhci: properly set endpoint context fields for periodic eps.Sarah Sharp2010-04-302-0/+55
* USB: xhci: properly set the "Mult" field of the endpoint context.Sarah Sharp2010-04-301-0/+14
* USB: OHCI: don't look at the root hub to get the number of portsAlan Stern2010-04-301-1/+1
* usb: Increase timeout value for device resetDinh Nguyen2010-04-221-1/+1
* USB: EHCI: defer reclamation of siTDsAlan Stern2010-04-224-12/+36
* USB: OHCI: DA8xx/OMAP-L1x: fix up macro renameSergei Shtylyov2010-04-221-1/+1
* USB: ehci: omap: fix kernel panic with rmmodAjay Kumar Gupta2010-04-221-2/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3021-1/+21
* usb: r8a66597-hcd: fix removed from an attached hubYoshihiro Shimoda2010-03-191-5/+11
* USB: xhci: Make endpoint interval debugging clearer.Sarah Sharp2010-03-191-2/+7
* USB: xHCI: re-initialize cmd_completionAndiry Xu2010-03-191-0/+1
* USB: xhci: rename driver to xhci_hcdAlex Chiang2010-03-192-2/+2
* USB: EHCI: adjust ehci_iso_stream for changes in ehci_qhClemens Ladisch2010-03-193-6/+5
* USB: EHCI: fix ITD list orderClemens Ladisch2010-03-191-5/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-03-0336-145/+3723
|\
| * USB: fix I2C API usage in ohci-pnx4008.Luotao Fu2010-03-021-3/+3
| * USB: OHCI: DA8xx/OMAP-L1x glue layerSergei Shtylyov2010-03-022-0/+461
| * USB: ehci: omap: Update TODO list in commentsAnand Gadiyar2010-03-021-2/+1
| * USB: ehci: omap: use default interrupt thresholdAnand Gadiyar2010-03-021-4/+0
| * USB: omap: ehci: kill 2 compile warningsAnand Gadiyar2010-03-021-0/+3
| * USB: xhci: Fix finding extended capabilities registersEdward Shao2010-03-021-2/+5
| * USB: Convert concatenated __FILE__ to %s, __FILE__Joe Perches2010-03-027-29/+28
| * USB: isp1760: Flush the D-cache for the pipe-in transfer buffersCatalin Marinas2010-03-021-0/+10
| * USB: remove obsolete config in kernel source (USB_HCD_DMA)Christoph Egger2010-03-021-13/+0
| * USB host: make Open Firmware device id constantNémeth Márton2010-03-025-5/+5
| * USB: fix crash in uhci_scan_schedulePete Zaitcev2010-03-021-0/+1
| * USB: xhci: Fix compile issues with xhci_get_slot_state()Sarah Sharp2010-03-022-2/+2
| * USB: FHCI: Correct the size argument to kzallocJulia Lawall2010-03-021-1/+1
| * usb: host: ehci: adding regulator framework in ehci-omap.c driver.Ajay Kumar Gupta2010-03-021-0/+36
| * usb: host: ehci: fix missing kfree in remove path alsoAjay Kumar Gupta2010-03-021-0/+1
| * USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman2010-03-021-2/+2
| * USB: host: SL811: fix unaligned accessesMichael Hennerich2010-03-021-2/+3
| * USB: isp1362: Use kzalloc for allocating only one thingJulia Lawall2010-03-021-1/+1
| * USB: xhci: No GFP_KERNEL in block error handlingOliver Neukum2010-03-021-1/+1
| * USB: ehci-au1xxx.c: use platform_get_resource() and resource_size()H Hartley Sweeten2010-03-021-2/+4
| * USB: ehci-atmel.c: use resource_size()H Hartley Sweeten2010-03-021-1/+1
| * USB: ehci-orion.c: use resource_size()H Hartley Sweeten2010-03-021-4/+4
| * USB: ehci-fsl: Add power management supportAnton Vorontsov2010-03-021-7/+83
| * USB: ehci-fsl: Fix sparse warningsAnton Vorontsov2010-03-021-3/+4
| * USB: ehci: fix audio record functionality for some Full speed sound blaster d...Dmitri Epshtein2010-03-021-3/+7
| * USB: ehci: add call of free_cached_itd_list() function in disable_periodic()Dmitri Epshtein2010-03-021-0/+2
| * USB: Add call to notify xHC of a device reset.Sarah Sharp2010-03-022-0/+2
| * USB: xhci: Notify the xHC when a device is reset.Sarah Sharp2010-03-024-0/+166
| * USB: xhci: Allow roothub ports to be disabled.Sarah Sharp2010-03-021-0/+18
| * USB: xhci: Refactor code to clear port change bits.Sarah Sharp2010-03-021-15/+32
| * USB: xhci: Refactor test for vendor-specific completion codes.Sarah Sharp2010-03-022-7/+16
| * USB: xhci: Allow allocation of commands without input contexts.Sarah Sharp2010-03-023-8/+15