summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2015-10-25usb: host: lpc32xx: don't unregister phy deviceVladimir Zapolskiy
2015-10-25usb: host: lpc32xx: balance clk enable/disable on removalVladimir Zapolskiy
2015-10-25usb: host: lpc32xx: fix warnings caused by enabling unprepared clockVladimir Zapolskiy
2015-10-18usb/host/fotg210: Remove return statement inside ifPeter Senna Tschudin
2015-10-17usb/host/fotg210: Add function scan_frame_queue()Peter Senna Tschudin
2015-10-17usb/host/fotg210: Add function: output_buf_tds_dir()Peter Senna Tschudin
2015-10-17usb/host/fotg210: convert macro to inline functionPeter Senna Tschudin
2015-10-17usb/host/fotg210: replace msleep by usleep_rangePeter Senna Tschudin
2015-10-17usb/host/fotg210: change kmalloc by kmalloc_arrayPeter Senna Tschudin
2015-10-17usb/host/fotg210: Remove useless else statementPeter Senna Tschudin
2015-10-17usb/host/fotg210: remove KERN_WARNING from pr_warnPeter Senna Tschudin
2015-10-17usb/host/fotg210: Fix coding style issuesPeter Senna Tschudin
2015-10-17usb-host: Remove fusbh200 driverPeter Senna Tschudin
2015-10-17usb: xhci: configure 32-bit DMA if the controller does not support 64-bit DMADuc Dang
2015-10-17usb: Add support for ACPI identification to xhci-platformDuc Dang
2015-10-17usb: make xhci platform driver use 64 bit or 32 bit DMADuc Dang
2015-10-17usb: xhci: Makefile: move xhci-pci and xhci-plat-hcd after xhci-hcdLu, Baolu
2015-10-17xhci: replace custom implementation of readq / writeqAndy Shevchenko
2015-10-17xhci: create one unified function to calculate TRB TD remainder.Mathias Nyman
2015-10-05USB: u132-hcd: Fix seperate word in printk messageMasanari Iida
2015-10-04usb: host: ehci-msm: fix handling platform_get_irq resultAndrzej Hajda
2015-10-04usb: host: fotg210: remove unreachable codeLuis de Bethencourt
2015-10-04usb: host: uhci-platform: Fix module autoload for OF platform driverLuis de Bethencourt
2015-10-04usb: host: ohci-spear: Fix module autoload for OF platform driverLuis de Bethencourt
2015-10-04usb: host: fsl-mph-dr-of: Fix module autoload for OF platform driverLuis de Bethencourt
2015-10-04usb: host: ehci-spear: Fix module autoload for OF platform driverLuis de Bethencourt
2015-10-04USB: ehci-platform: Add ACPI bindings for the EHCI platform driver.Jeremy Linton
2015-10-04USB: ehci-platform: Display a DMA configuration error messageJeremy Linton
2015-10-04usb: ehci-orion: fix probe for !GENERIC_PHYJonas Gorski
2015-10-04xhci: drop null test before destroy functionsJulia Lawall
2015-10-04whci: drop null test before destroy functionsJulia Lawall
2015-10-04usb: host: drop null test before destroy functionsJulia Lawall
2015-10-04xhci: support new USB 3.1 hub request to get extended port statusMathias Nyman
2015-10-04xhci: check xhci hardware for USB 3.1 supportMathias Nyman
2015-10-04xhci: define the new default speed ID for SuperSpeedPlus used by xhci hwMathias Nyman
2015-10-04xhci: Add a SuperSpeedPlus capability descriptor for xhci USB 3.1 roothubMathias Nyman
2015-10-04xhci: parse xhci protocol speed ID list for usb 3.1 usageMathias Nyman
2015-10-04xhci: Read and parse new xhci 1.1 capability registerLu Baolu
2015-09-22xhci: init command timeout timer earlier to avoid deleting it uninitializedMathias Nyman
2015-09-22xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman
2015-09-22usb: xhci: exit early in xhci_setup_device() if we're halted or dyingRoger Quadros
2015-09-22usb: xhci: stop everything on the first call to xhci_stopRoger Quadros
2015-09-22usb: xhci: Clear XHCI_STATE_DYING on startRoger Quadros
2015-09-22usb: xhci: lock mutex on xhci_stopRoger Quadros
2015-09-22xhci: Move xhci_pme_quirk() behind #ifdef CONFIG_PMTomer Barletz
2015-09-22xhci: give command abortion one more chance before killing xhciMathias Nyman
2015-08-18usb: host: ehci-sys: delete useless bus_to_hcd conversionPeter Chen
2015-08-14USB: host: ohci-at91: merge loops in ohci_hcd_at91_drv_probeAlexandre Belloni
2015-08-14USB: host: ohci-at91: merge ohci_at91_of_init in ohci_hcd_at91_drv_probeAlexandre Belloni
2015-08-14USB: host: ohci-at91: depend on OFAlexandre Belloni