aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2010-03-02USB: host: SL811: fix unaligned accessesMichael Hennerich
2010-03-02USB: isp1362: Use kzalloc for allocating only one thingJulia Lawall
2010-03-02USB: xhci: No GFP_KERNEL in block error handlingOliver Neukum
2010-03-02USB: ehci-au1xxx.c: use platform_get_resource() and resource_size()H Hartley Sweeten
2010-03-02USB: ehci-atmel.c: use resource_size()H Hartley Sweeten
2010-03-02USB: ehci-orion.c: use resource_size()H Hartley Sweeten
2010-03-02USB: ehci-fsl: Add power management supportAnton Vorontsov
2010-03-02USB: ehci-fsl: Fix sparse warningsAnton Vorontsov
2010-03-02USB: ehci: fix audio record functionality for some Full speed sound blaster d...Dmitri Epshtein
2010-03-02USB: ehci: add call of free_cached_itd_list() function in disable_periodic()Dmitri Epshtein
2010-03-02USB: Add call to notify xHC of a device reset.Sarah Sharp
2010-03-02USB: xhci: Notify the xHC when a device is reset.Sarah Sharp
2010-03-02USB: xhci: Allow roothub ports to be disabled.Sarah Sharp
2010-03-02USB: xhci: Refactor code to clear port change bits.Sarah Sharp
2010-03-02USB: xhci: Refactor test for vendor-specific completion codes.Sarah Sharp
2010-03-02USB: xhci: Allow allocation of commands without input contexts.Sarah Sharp
2010-03-02USB: xhci: Refactor code to free or cache endpoint rings.Sarah Sharp
2010-03-02USB: xhci: Fix error path when configuring endpoints.Sarah Sharp
2010-03-02USB: fix occasional ULPI timeouts with ehci-mxcValentin Longchamp
2010-03-02USB: MXC: Add i.MX21 specific USB host controller driver.Martin Fuzzey
2010-02-16USB: FHCI: Fix build after kfifo reworkAnton Vorontsov
2010-02-16USB: ehci: phy low power mode bug fixingAlek Du
2010-02-05usb: r8a66597-hcd: Fix up spinlock recursion in root hub polling.Paul Mundt
2010-02-05usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers.Paul Mundt
2010-02-02usb: r8a66597-hdc disable interrupts fixMagnus Damm
2010-01-20USB: isp1362: fix build failure on ARM systems via irq_flags cleanupLothar Wassmann
2010-01-20USB: isp1362: better 64bit printf warning fixesLothar Wassmann
2010-01-20USB: Fix level of isp1760 Reloading ptd error messageColin Tuckley
2010-01-20USB: FHCI: avoid NULL pointer dereferenceAlexander Beregalov
2010-01-20USB: add missing delay during remote wakeupAlan Stern
2010-01-20USB: EHCI & UHCI: fix race between root-hub suspend and port resumeAlan Stern
2010-01-20USB: EHCI: fix handling of unusual interrupt intervalsAlan Stern
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold
2009-12-22kfifo: cleanup namespaceStefani Seibold
2009-12-22kfifo: move out spinlockStefani Seibold
2009-12-22kfifo: move struct kfifo in placeStefani Seibold
2009-12-17Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-12-16USB ehci: replace mach header with platThomas Weber
2009-12-16isp1362-hcd: use bitmap_find_next_zero_areaAkinobu Mita
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan
2009-12-11USB: xhci: Fix command completion after a drop endpoint.Sarah Sharp
2009-12-11USB: xhci: Make reverting an alt setting "unfailable".Sarah Sharp
2009-12-11USB: ehci-omap.c: introduce missing kfreeJulia Lawall
2009-12-11USB: xhci-mem.c: introduce missing kfreeJulia Lawall
2009-12-11USB: whci-hcd: correctly handle sg lists longer than QTD_MAX_XFER_SIZE.David Vrabel
2009-12-11USB: xhci: Handle errors that cause endpoint halts.Sarah Sharp
2009-12-11USB: xhci: Return success for vendor-specific info codes.Sarah Sharp
2009-12-11USB: xhci: Return -EPROTO on a split transaction error.Sarah Sharp
2009-12-11USB: xhci: Set transfer descriptor size field correctly.Sarah Sharp
2009-12-11USB: xhci: Add tests for TRB address translation.Sarah Sharp