aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-2/+2
2015-06-21MIPS: Octeon: Set OHCI and EHCI MMIO byte order to match CPUBen Hutchings1-2/+2
2015-06-08USB: ssb: use devm_kzallocHauke Mehrtens1-7/+4
2015-06-08USB: ssb: fix error handling in ssb_hcd_create_pdev()Hauke Mehrtens1-2/+2
2015-06-08Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman2-19/+40
2015-06-03Merge tag 'phy-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-nextGreg Kroah-Hartman2-90/+48
2015-05-31drivers:usb:fsl: Fix compilation error for fsl ehci drvRamneek Mehresh3-2/+7
2015-05-31drivers:usb:fsl: Add support for USB controller version-2.5Nikhil Badola1-0/+5
2015-05-31drivers:usb:fsl: Check IP version 2.4 for mph USB controllerNikhil Badola1-0/+3
2015-05-31usb: host: xhci: remove incorrect comment about mutexChris Bainbridge1-2/+0
2015-05-31xhci: Return correct number of tranferred bytes for stalled control endpointsMathias Nyman1-1/+1
2015-05-31xhci: optimize xhci bus resume timeMathias Nyman1-27/+38
2015-05-31usb: xhci: Fix suspend/resume when used with OTG coreRoger Quadros2-0/+7
2015-05-31usb: xhci: fix xhci locking up during hcd removeRoger Quadros1-1/+4
2015-05-31usb: xhci: Allow usb_add/remove_hcd() to be called repeatedlyRoger Quadros1-6/+0
2015-05-31usb: xhci: plat: Create both HCDs before adding themRoger Quadros1-12/+12
2015-05-31usb: xhci: cleanup xhci_hcd allocationRoger Quadros4-32/+52
2015-05-24USB: ehci-platform: support EHCIs with transaction translatorJoachim Eastwood1-0/+4
2015-05-24drivers:usb:fsl:Make fsl ehci drv an independent driver moduleRamneek Mehresh4-102/+74
2015-05-24usb: host: xhci: add mutex for non-thread-safe dataChris Bainbridge2-19/+32
2015-05-24usb: make module xhci_hcd removableArthur Demchenkov1-0/+8
2015-05-18Merge 4.1-rc4 into usb-nextGreg Kroah-Hartman2-2/+7
2015-05-11usb: ohci-platform: Use devm_of_phy_get_by_indexArun Ramamurthy1-45/+24
2015-05-11usb: ehci-platform: Use devm_of_phy_get_by_indexArun Ramamurthy1-45/+24
2015-05-10USB: ohci-q.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-05-10USB: ohci-hcd.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-05-10USB: ohci-dbg.c: move assignment out of if () blockGreg Kroah-Hartman1-2/+4
2015-05-10USB: isp116x-hcd.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-05-10USB: fusbh200-hcd.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-05-10USB: ehci-dbg.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-05-09xhci: gracefully handle xhci_irq dead deviceJoe Lawrence1-1/+1
2015-05-09xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256Mathias Nyman1-1/+1
2015-05-09xhci: fix isoc endpoint dequeue from advancing too far on transaction errorMathias Nyman1-0/+5
2015-05-08USB: ehci-tegra: fix inefficient copy of unaligned buffersJohan Hovold1-3/+9
2015-05-08USB: don't build PCI quirks if USB support isn't configuredAlan Stern1-1/+3
2015-04-28Revert "usb: host: ehci-msm: Use devm_ioremap_resource instead of devm_ioremap"Ivan T. Ivanov1-3/+10
2015-04-14Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+7
2015-04-10Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testingGreg Kroah-Hartman10-20/+24
2015-04-07usb: host: sl811: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-04-07usb: host: r8a66597: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-04-07usb: host: oxu210hp: use new USB_RESUME_TIMEOUTFelipe Balbi1-3/+4
2015-04-07usb: host: fusbh200: use new USB_RESUME_TIMEOUTFelipe Balbi1-2/+1
2015-04-07usb: host: fotg210: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-04-07usb: host: isp116x: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-04-07usb: host: uhci: use new USB_RESUME_TIMEOUTFelipe Balbi1-2/+3
2015-04-07usb: host: ehci: use new USB_RESUME_TIMEOUTFelipe Balbi2-8/+11
2015-04-07usb: host: xhci: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-04-07tracing: Add TRACE_SYSTEM_VAR to xhci-hcdSteven Rostedt (Red Hat)1-0/+7
2015-04-07Merge 4.0-rc7 into usb-nextGreg Kroah-Hartman2-2/+9
2015-04-03ehci-hub: use USB_DT_HUBSergei Shtylyov1-1/+1