summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2015-12-09xhci: Workaround to get Intel xHCI reset working more reliablyRajmohan Mani
2015-12-09usb: ehci-orion: fix probe for !GENERIC_PHYJonas Gorski
2015-11-09xhci: Add spurious wakeup quirk for LynxPoint-LP controllersLaura Abbott
2015-11-09xhci: handle no ping response error properlyMathias Nyman
2015-10-22usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfersReyad Attiyat
2015-10-22xhci: init command timeout timer earlier to avoid deleting it uninitializedMathias Nyman
2015-10-22xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman
2015-10-22usb: xhci: exit early in xhci_setup_device() if we're halted or dyingRoger Quadros
2015-10-22usb: xhci: stop everything on the first call to xhci_stopRoger Quadros
2015-10-22usb: xhci: Clear XHCI_STATE_DYING on startRoger Quadros
2015-10-22usb: xhci: lock mutex on xhci_stopRoger Quadros
2015-10-22xhci: Move xhci_pme_quirk() behind #ifdef CONFIG_PMTomer Barletz
2015-10-22xhci: give command abortion one more chance before killing xhciMathias Nyman
2015-09-21usb: host: ehci-sys: delete useless bus_to_hcd conversionPeter Chen
2015-08-03drivers/usb: Delete XHCI command timer if necessaryGavin Shan
2015-08-03xhci: fix off by one error in TRB DMA address boundary checkMathias Nyman
2015-07-22USB: OHCI: fix bad #define in ohci-tmio.cAlan Stern
2015-07-22USB: OHCI: Fix race between ED unlink and URB submissionAlan Stern
2015-07-22xhci: do not report PLC when link is in internal resume stateZhuang Jin Can
2015-07-22xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can
2015-07-22xhci: report U3 when link is in resume stateZhuang Jin Can
2015-07-22xhci: Calculate old endpoints correctly on device resetBrian Campbell
2015-07-22usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() functionAMAN DEEP
2015-07-22xhci: Workaround to get D3 working in Intel xHCIRajmohan Mani
2015-07-22xhci: call BIOS workaround to enable runtime suspend on Intel BraswellMathias Nyman
2015-06-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2015-06-21MIPS: Octeon: Set OHCI and EHCI MMIO byte order to match CPUBen Hutchings
2015-06-08USB: ssb: use devm_kzallocHauke Mehrtens
2015-06-08USB: ssb: fix error handling in ssb_hcd_create_pdev()Hauke Mehrtens
2015-06-08Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman
2015-06-03Merge tag 'phy-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kis...Greg Kroah-Hartman
2015-05-31drivers:usb:fsl: Fix compilation error for fsl ehci drvRamneek Mehresh
2015-05-31drivers:usb:fsl: Add support for USB controller version-2.5Nikhil Badola
2015-05-31drivers:usb:fsl: Check IP version 2.4 for mph USB controllerNikhil Badola
2015-05-31usb: host: xhci: remove incorrect comment about mutexChris Bainbridge
2015-05-31xhci: Return correct number of tranferred bytes for stalled control endpointsMathias Nyman
2015-05-31xhci: optimize xhci bus resume timeMathias Nyman
2015-05-31usb: xhci: Fix suspend/resume when used with OTG coreRoger Quadros
2015-05-31usb: xhci: fix xhci locking up during hcd removeRoger Quadros
2015-05-31usb: xhci: Allow usb_add/remove_hcd() to be called repeatedlyRoger Quadros
2015-05-31usb: xhci: plat: Create both HCDs before adding themRoger Quadros
2015-05-31usb: xhci: cleanup xhci_hcd allocationRoger Quadros
2015-05-24USB: ehci-platform: support EHCIs with transaction translatorJoachim Eastwood
2015-05-24drivers:usb:fsl:Make fsl ehci drv an independent driver moduleRamneek Mehresh
2015-05-24usb: host: xhci: add mutex for non-thread-safe dataChris Bainbridge
2015-05-24usb: make module xhci_hcd removableArthur Demchenkov
2015-05-18Merge 4.1-rc4 into usb-nextGreg Kroah-Hartman
2015-05-11usb: ohci-platform: Use devm_of_phy_get_by_indexArun Ramamurthy
2015-05-11usb: ehci-platform: Use devm_of_phy_get_by_indexArun Ramamurthy
2015-05-10USB: ohci-q.c: move assignment out of if () blockGreg Kroah-Hartman