summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* 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
* USB: xhci: Refactor code to free or cache endpoint rings.Sarah Sharp2010-03-023-18/+29
* USB: xhci: Fix error path when configuring endpoints.Sarah Sharp2010-03-021-0/+2
* USB: fix occasional ULPI timeouts with ehci-mxcValentin Longchamp2010-03-021-12/+11Star
* USB: MXC: Add i.MX21 specific USB host controller driver.Martin Fuzzey2010-03-025-0/+2765
* USB: FHCI: Fix build after kfifo reworkAnton Vorontsov2010-02-171-3/+3
* USB: ehci: phy low power mode bug fixingAlek Du2010-02-171-5/+8
* usb: r8a66597-hcd: Fix up spinlock recursion in root hub polling.Paul Mundt2010-02-051-0/+4
* usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers.Paul Mundt2010-02-051-12/+25
* usb: r8a66597-hdc disable interrupts fixMagnus Damm2010-02-021-1/+16
* USB: isp1362: fix build failure on ARM systems via irq_flags cleanupLothar Wassmann2010-01-211-7/+14
* USB: isp1362: better 64bit printf warning fixesLothar Wassmann2010-01-211-2/+2
* USB: Fix level of isp1760 Reloading ptd error messageColin Tuckley2010-01-211-3/+3
* USB: FHCI: avoid NULL pointer dereferenceAlexander Beregalov2010-01-211-1/+2
* USB: add missing delay during remote wakeupAlan Stern2010-01-212-3/+4
* USB: EHCI & UHCI: fix race between root-hub suspend and port resumeAlan Stern2010-01-212-2/+33
* USB: EHCI: fix handling of unusual interrupt intervalsAlan Stern2010-01-211-3/+8
* kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold2009-12-221-2/+2
* kfifo: cleanup namespaceStefani Seibold2009-12-221-3/+3
* kfifo: move out spinlockStefani Seibold2009-12-221-1/+1
* kfifo: move struct kfifo in placeStefani Seibold2009-12-223-28/+27Star
* Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-181-1/+1
|\
| * USB ehci: replace mach header with platThomas Weber2009-12-161-1/+1
* | isp1362-hcd: use bitmap_find_next_zero_areaAkinobu Mita2009-12-161-20/+6Star
|/
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-154-4/+4
* USB: xhci: Fix command completion after a drop endpoint.Sarah Sharp2009-12-111-16/+20
* USB: xhci: Make reverting an alt setting "unfailable".Sarah Sharp2009-12-113-18/+94
* USB: ehci-omap.c: introduce missing kfreeJulia Lawall2009-12-111-1/+2
* USB: xhci-mem.c: introduce missing kfreeJulia Lawall2009-12-111-1/+4