summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* drivers/usb: Delete XHCI command timer if necessaryGavin Shan2015-08-031-1/+2
* xhci: fix off by one error in TRB DMA address boundary checkMathias Nyman2015-08-031-1/+1
* USB: OHCI: fix bad #define in ohci-tmio.cAlan Stern2015-07-221-1/+1
* USB: OHCI: Fix race between ED unlink and URB submissionAlan Stern2015-07-221-6/+1Star
* xhci: do not report PLC when link is in internal resume stateZhuang Jin Can2015-07-221-1/+8
* xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can2015-07-223-3/+7
* xhci: report U3 when link is in resume stateZhuang Jin Can2015-07-221-2/+5
* xhci: Calculate old endpoints correctly on device resetBrian Campbell2015-07-221-0/+3
* usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() functionAMAN DEEP2015-07-221-1/+1
* xhci: Workaround to get D3 working in Intel xHCIRajmohan Mani2015-07-221-3/+37
* xhci: call BIOS workaround to enable runtime suspend on Intel BraswellMathias Nyman2015-07-221-0/+17
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-06-271-2/+2
|\
| * MIPS: Octeon: Set OHCI and EHCI MMIO byte order to match CPUBen Hutchings2015-06-211-2/+2
* | USB: ssb: use devm_kzallocHauke Mehrtens2015-06-081-7/+4Star
* | USB: ssb: fix error handling in ssb_hcd_create_pdev()Hauke Mehrtens2015-06-081-2/+2
* | Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman2015-06-082-19/+40
|\|
| * usb: host: xhci: add mutex for non-thread-safe dataChris Bainbridge2015-05-242-19/+32
| * usb: make module xhci_hcd removableArthur Demchenkov2015-05-241-0/+8
* | Merge tag 'phy-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kis...Greg Kroah-Hartman2015-06-032-90/+48Star
|\ \
| * | usb: ohci-platform: Use devm_of_phy_get_by_indexArun Ramamurthy2015-05-111-45/+24Star
| * | usb: ehci-platform: Use devm_of_phy_get_by_indexArun Ramamurthy2015-05-111-45/+24Star
* | | drivers:usb:fsl: Fix compilation error for fsl ehci drvRamneek Mehresh2015-05-313-2/+7
* | | drivers:usb:fsl: Add support for USB controller version-2.5Nikhil Badola2015-05-311-0/+5
* | | drivers:usb:fsl: Check IP version 2.4 for mph USB controllerNikhil Badola2015-05-311-0/+3
* | | usb: host: xhci: remove incorrect comment about mutexChris Bainbridge2015-05-311-2/+0Star
* | | xhci: Return correct number of tranferred bytes for stalled control endpointsMathias Nyman2015-05-311-1/+1
* | | xhci: optimize xhci bus resume timeMathias Nyman2015-05-311-27/+38
* | | usb: xhci: Fix suspend/resume when used with OTG coreRoger Quadros2015-05-312-0/+7
* | | usb: xhci: fix xhci locking up during hcd removeRoger Quadros2015-05-311-1/+4
* | | usb: xhci: Allow usb_add/remove_hcd() to be called repeatedlyRoger Quadros2015-05-311-6/+0Star
* | | usb: xhci: plat: Create both HCDs before adding themRoger Quadros2015-05-311-12/+12
* | | usb: xhci: cleanup xhci_hcd allocationRoger Quadros2015-05-314-32/+52
* | | USB: ehci-platform: support EHCIs with transaction translatorJoachim Eastwood2015-05-241-0/+4
* | | drivers:usb:fsl:Make fsl ehci drv an independent driver moduleRamneek Mehresh2015-05-244-102/+74Star
* | | Merge 4.1-rc4 into usb-nextGreg Kroah-Hartman2015-05-192-2/+7
|\ \ \ | | |/ | |/|
| * | xhci: gracefully handle xhci_irq dead deviceJoe Lawrence2015-05-091-1/+1
| * | xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256Mathias Nyman2015-05-091-1/+1
| * | xhci: fix isoc endpoint dequeue from advancing too far on transaction errorMathias Nyman2015-05-091-0/+5
* | | USB: ohci-q.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
* | | USB: ohci-hcd.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
* | | USB: ohci-dbg.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-2/+4
* | | USB: isp116x-hcd.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
* | | USB: fusbh200-hcd.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
* | | USB: ehci-dbg.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
* | | USB: ehci-tegra: fix inefficient copy of unaligned buffersJohan Hovold2015-05-081-3/+9
* | | USB: don't build PCI quirks if USB support isn't configuredAlan Stern2015-05-081-1/+3
|/ /
* / Revert "usb: host: ehci-msm: Use devm_ioremap_resource instead of devm_ioremap"Ivan T. Ivanov2015-04-281-3/+10
|/
* Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-04-141-0/+7
|\
| * tracing: Add TRACE_SYSTEM_VAR to xhci-hcdSteven Rostedt (Red Hat)2015-04-071-0/+7
* | Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-04-1010-20/+24
|\ \