summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | usb: host: sl811: use new USB_RESUME_TIMEOUTFelipe Balbi2015-04-071-1/+1
| * | usb: host: r8a66597: use new USB_RESUME_TIMEOUTFelipe Balbi2015-04-071-1/+1
| * | usb: host: oxu210hp: use new USB_RESUME_TIMEOUTFelipe Balbi2015-04-071-3/+4
| * | usb: host: fusbh200: use new USB_RESUME_TIMEOUTFelipe Balbi2015-04-071-2/+1Star
| * | usb: host: fotg210: use new USB_RESUME_TIMEOUTFelipe Balbi2015-04-071-1/+1
| * | usb: host: isp116x: use new USB_RESUME_TIMEOUTFelipe Balbi2015-04-071-1/+1
| * | usb: host: uhci: use new USB_RESUME_TIMEOUTFelipe Balbi2015-04-071-2/+3
| * | usb: host: ehci: use new USB_RESUME_TIMEOUTFelipe Balbi2015-04-072-8/+11
| * | usb: host: xhci: use new USB_RESUME_TIMEOUTFelipe Balbi2015-04-071-1/+1
| |/
* | Merge 4.0-rc7 into usb-nextGreg Kroah-Hartman2015-04-072-2/+9
|\ \
| * | usb: xhci: apply XHCI_AVOID_BEI quirk to all Intel xHCI controllersLu Baolu2015-03-231-1/+1