aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-30USB: sl811-hcd: Fix device disconnectMichael Hennerich1-3/+3
2010-04-30USB: ohci-at91: fix power management hangingPatrice Vilchez1-0/+2
2010-04-30USB: oxu210hp: release spinlock on error pathDan Carpenter1-3/+3
2010-04-30USB: xhci: properly set endpoint context fields for periodic eps.Sarah Sharp2-0/+55
2010-04-30USB: xhci: properly set the "Mult" field of the endpoint context.Sarah Sharp1-0/+14
2010-04-30USB: OHCI: don't look at the root hub to get the number of portsAlan Stern1-1/+1
2010-04-22usb: Increase timeout value for device resetDinh Nguyen1-1/+1
2010-04-22USB: EHCI: defer reclamation of siTDsAlan Stern4-12/+36
2010-04-22USB: OHCI: DA8xx/OMAP-L1x: fix up macro renameSergei Shtylyov1-1/+1
2010-04-22USB: ehci: omap: fix kernel panic with rmmodAjay Kumar Gupta1-2/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo21-1/+21
2010-03-19usb: r8a66597-hcd: fix removed from an attached hubYoshihiro Shimoda1-5/+11
2010-03-19USB: xhci: Make endpoint interval debugging clearer.Sarah Sharp1-2/+7
2010-03-19USB: xHCI: re-initialize cmd_completionAndiry Xu1-0/+1
2010-03-19USB: xhci: rename driver to xhci_hcdAlex Chiang2-2/+2
2010-03-19USB: EHCI: adjust ehci_iso_stream for changes in ehci_qhClemens Ladisch3-6/+5
2010-03-19USB: EHCI: fix ITD list orderClemens Ladisch1-5/+19
2010-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds36-145/+3723
2010-03-02USB: fix I2C API usage in ohci-pnx4008.Luotao Fu1-3/+3
2010-03-02USB: OHCI: DA8xx/OMAP-L1x glue layerSergei Shtylyov2-0/+461
2010-03-02USB: ehci: omap: Update TODO list in commentsAnand Gadiyar1-2/+1
2010-03-02USB: ehci: omap: use default interrupt thresholdAnand Gadiyar1-4/+0
2010-03-02USB: omap: ehci: kill 2 compile warningsAnand Gadiyar1-0/+3
2010-03-02USB: xhci: Fix finding extended capabilities registersEdward Shao1-2/+5
2010-03-02USB: Convert concatenated __FILE__ to %s, __FILE__Joe Perches7-29/+28
2010-03-02USB: isp1760: Flush the D-cache for the pipe-in transfer buffersCatalin Marinas1-0/+10
2010-03-02USB: remove obsolete config in kernel source (USB_HCD_DMA)Christoph Egger1-13/+0
2010-03-02USB host: make Open Firmware device id constantNémeth Márton5-5/+5
2010-03-02USB: fix crash in uhci_scan_schedulePete Zaitcev1-0/+1
2010-03-02USB: xhci: Fix compile issues with xhci_get_slot_state()Sarah Sharp2-2/+2
2010-03-02USB: FHCI: Correct the size argument to kzallocJulia Lawall1-1/+1
2010-03-02usb: host: ehci: adding regulator framework in ehci-omap.c driver.Ajay Kumar Gupta1-0/+36
2010-03-02usb: host: ehci: fix missing kfree in remove path alsoAjay Kumar Gupta1-0/+1
2010-03-02USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman1-2/+2
2010-03-02USB: host: SL811: fix unaligned accessesMichael Hennerich1-2/+3
2010-03-02USB: isp1362: Use kzalloc for allocating only one thingJulia Lawall1-1/+1
2010-03-02USB: xhci: No GFP_KERNEL in block error handlingOliver Neukum1-1/+1
2010-03-02USB: ehci-au1xxx.c: use platform_get_resource() and resource_size()H Hartley Sweeten1-2/+4
2010-03-02USB: ehci-atmel.c: use resource_size()H Hartley Sweeten1-1/+1
2010-03-02USB: ehci-orion.c: use resource_size()H Hartley Sweeten1-4/+4
2010-03-02USB: ehci-fsl: Add power management supportAnton Vorontsov1-7/+83
2010-03-02USB: ehci-fsl: Fix sparse warningsAnton Vorontsov1-3/+4
2010-03-02USB: ehci: fix audio record functionality for some Full speed sound blaster devicesDmitri Epshtein1-3/+7
2010-03-02USB: ehci: add call of free_cached_itd_list() function in disable_periodic()Dmitri Epshtein1-0/+2
2010-03-02USB: Add call to notify xHC of a device reset.Sarah Sharp2-0/+2
2010-03-02USB: xhci: Notify the xHC when a device is reset.Sarah Sharp4-0/+166
2010-03-02USB: xhci: Allow roothub ports to be disabled.Sarah Sharp1-0/+18
2010-03-02USB: xhci: Refactor code to clear port change bits.Sarah Sharp1-15/+32
2010-03-02USB: xhci: Refactor test for vendor-specific completion codes.Sarah Sharp2-7/+16
2010-03-02USB: xhci: Allow allocation of commands without input contexts.Sarah Sharp3-8/+15