summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* xhci: Fix a race in usb2 LPM resume, blocking U3 for usb2 devicesMathias Nyman2015-11-181-6/+9
* usb: xhci: fix checking ep busy for CFCLu Baolu2015-11-181-26/+6Star
* xhci: Workaround to get Intel xHCI reset working more reliablyRajmohan Mani2015-11-181-0/+10
* dma: remove external references to dma_supportedChristoph Hellwig2015-11-103-3/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-071-1/+1
|\
| * mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-071-1/+1
* | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-061-2/+1Star
|\ \ | |/ |/|
* | Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-051-1/+0Star
|\ \
| | \
| | \
| *-. \ Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown2015-11-041-1/+0Star
| |\ \ \
| | | * | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0Star
| | |/ /
* | | | Merge 4.3-rc7 into usb-nextGreg Kroah-Hartman2015-10-252-5/+26
|\| | |
| * | | xhci: Add spurious wakeup quirk for LynxPoint-LP controllersLaura Abbott2015-10-171-0/+1
| * | | xhci: handle no ping response error properlyMathias Nyman2015-10-171-5/+15
| * | | xhci: don't finish a TD if we get a short transfer event mid TDMathias Nyman2015-10-171-0/+10
| | |/ | |/|
* | | usb: host: lpc32xx: don't unregister phy deviceVladimir Zapolskiy2015-10-251-1/+0Star
* | | usb: host: lpc32xx: balance clk enable/disable on removalVladimir Zapolskiy2015-10-251-1/+2
* | | usb: host: lpc32xx: fix warnings caused by enabling unprepared clockVladimir Zapolskiy2015-10-251-8/+8
* | | usb/host/fotg210: Remove return statement inside ifPeter Senna Tschudin2015-10-181-7/+5Star
* | | usb/host/fotg210: Add function scan_frame_queue()Peter Senna Tschudin2015-10-171-67/+76
* | | usb/host/fotg210: Add function: output_buf_tds_dir()Peter Senna Tschudin2015-10-171-31/+31
* | | usb/host/fotg210: convert macro to inline functionPeter Senna Tschudin2015-10-171-11/+16
* | | usb/host/fotg210: replace msleep by usleep_rangePeter Senna Tschudin2015-10-171-1/+1
* | | usb/host/fotg210: change kmalloc by kmalloc_arrayPeter Senna Tschudin2015-10-171-1/+1
* | | usb/host/fotg210: Remove useless else statementPeter Senna Tschudin2015-10-171-3/+2Star
* | | usb/host/fotg210: remove KERN_WARNING from pr_warnPeter Senna Tschudin2015-10-171-1/+1
* | | usb/host/fotg210: Fix coding style issuesPeter Senna Tschudin2015-10-172-977/+769Star
* | | usb-host: Remove fusbh200 driverPeter Senna Tschudin2015-10-174-6576/+0Star
* | | usb: xhci: configure 32-bit DMA if the controller does not support 64-bit DMADuc Dang2015-10-171-0/+10
* | | usb: Add support for ACPI identification to xhci-platformDuc Dang2015-10-171-0/+9
* | | usb: make xhci platform driver use 64 bit or 32 bit DMADuc Dang2015-10-171-7/+13
* | | usb: xhci: Makefile: move xhci-pci and xhci-plat-hcd after xhci-hcdLu, Baolu2015-10-171-3/+2Star
* | | xhci: replace custom implementation of readq / writeqAndy Shevchenko2015-10-171-10/+4Star
* | | xhci: create one unified function to calculate TRB TD remainder.Mathias Nyman2015-10-172-62/+46Star
* | | USB: u132-hcd: Fix seperate word in printk messageMasanari Iida2015-10-051-2/+1Star
* | | usb: host: ehci-msm: fix handling platform_get_irq resultAndrzej Hajda2015-10-041-3/+3
* | | usb: host: fotg210: remove unreachable codeLuis de Bethencourt2015-10-041-1/+0Star
* | | usb: host: uhci-platform: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-041-0/+1
* | | usb: host: ohci-spear: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-041-0/+1
* | | usb: host: fsl-mph-dr-of: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-041-0/+1
* | | usb: host: ehci-spear: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-041-0/+1
* | | USB: ehci-platform: Add ACPI bindings for the EHCI platform driver.Jeremy Linton2015-10-041-0/+8
* | | USB: ehci-platform: Display a DMA configuration error messageJeremy Linton2015-10-041-1/+3
* | | usb: ehci-orion: fix probe for !GENERIC_PHYJonas Gorski2015-10-041-1/+2
* | | xhci: drop null test before destroy functionsJulia Lawall2015-10-041-8/+4Star
* | | whci: drop null test before destroy functionsJulia Lawall2015-10-041-2/+1Star
* | | usb: host: drop null test before destroy functionsJulia Lawall2015-10-042-16/+8Star
* | | xhci: support new USB 3.1 hub request to get extended port statusMathias Nyman2015-10-042-0/+33
* | | xhci: check xhci hardware for USB 3.1 supportMathias Nyman2015-10-044-23/+30
* | | xhci: define the new default speed ID for SuperSpeedPlus used by xhci hwMathias Nyman2015-10-043-6/+10
* | | xhci: Add a SuperSpeedPlus capability descriptor for xhci USB 3.1 roothubMathias Nyman2015-10-041-19/+107