aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-20Merge 4.12-rc6 into usb-nextGreg Kroah-Hartman2-2/+8
2017-06-15xhci: cleanup finish_td() skip optionMathias Nyman1-9/+5
2017-06-15xhci: cleanup virtual endoint structure, remove stopped_streamMathias Nyman3-11/+7
2017-06-15xhci: handle transfer events without TRB pointerMathias Nyman1-2/+22
2017-06-15xhci: support calling cleanup_halted_endpoint with soft retryMathias Nyman1-6/+10
2017-06-15xhci: Add support for endpoint soft resetMathias Nyman2-3/+13
2017-06-15xhci: refactor transfer event errors and completion codesMathias Nyman1-38/+40
2017-06-15xhci: remove endpoint ring cacheMathias Nyman3-89/+15
2017-06-13usb: host: ehci-exynos: Handle return value of clk_prepare_enableArvind Yadav1-1/+3
2017-06-12usb: xhci: ASMedia ASM1042A chipset need shorts TX quirkCorentin Labbe1-0/+3
2017-06-12usb: xhci: Fix USB 3.1 supported protocol parsingYD Tseng1-2/+5
2017-06-07ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko1-5/+4
2017-06-03usb: host: ohci-omap3: Remove driver in favor of ohci-platformTony Lindgren3-213/+5
2017-06-03usb: host: ohci-platform: Add support for omap3 and laterTony Lindgren1-0/+5
2017-06-03usb: host: ohci-platform: Add basic runtime PM supportTony Lindgren1-0/+8
2017-06-03usb: Make use of ktime_* comparison functionsMariusz Skamra2-2/+2
2017-06-03xhci: Add helper to get hardware dequeue pointer for stopped rings.Mathias Nyman1-11/+25
2017-06-03xhci: Add stream id to xhci_dequeue_state structureMathias Nyman3-7/+7
2017-06-03xhci: Find out where an endpoint or stream stopped from its context.Mathias Nyman1-5/+12
2017-06-03xhci: remove unused stopped_td pointerMathias Nyman2-5/+0
2017-05-25usb/uhci: Add support for Aspeed BMC SoCsBenjamin Herrenschmidt4-5/+91
2017-05-22Merge 4.12-rc2 into usb-nextGreg Kroah-Hartman8-29/+36
2017-05-18usb: host: xhci-plat: propagate return value of platform_get_irq()Thomas Petazzoni1-1/+1
2017-05-18xhci: Fix command ring stop regression in 4.11Mathias Nyman3-9/+9
2017-05-18xhci: remove GFP_DMA flag from allocationMatthias Lange1-1/+1
2017-05-18USB: xhci: fix lock-inversion problemAlan Stern1-2/+3
2017-05-18usb: host: xhci-ring: don't need to clear interrupt pending for MSI enabled hcdPeter Chen2-6/+4
2017-05-18usb: host: xhci-mem: allocate zeroed Scratchpad BufferPeter Chen1-1/+1
2017-05-18xhci: apply PME_STUCK_QUIRK and MISSING_CAS quirk for DenvertonMathias Nyman1-2/+5
2017-05-18usb: xhci: trace URB before giving it back instead of afterMathias Nyman1-1/+1
2017-05-17usb: host: remove unnecessary null checkGustavo A. R. Silva1-1/+1
2017-05-17USB: host: xhci: use max-port defineJohan Hovold1-3/+4
2017-05-17USB: ehci-platform: fix companion-device leakJohan Hovold1-1/+3
2017-05-17usb: r8a66597-hcd: select a different endpoint on timeoutChris Brandt1-1/+3
2017-05-17usb: r8a66597-hcd: decrease timeoutChris Brandt1-1/+1
2017-04-26usb: host: xhci: remove #ifdef around PM functionsArnd Bergmann2-13/+4
2017-04-19usb: host: xhci: print correct command ring addressPeter Chen1-1/+1
2017-04-19usb: host: xhci: delete sp_dma_buffers for scratchpadPeter Chen2-15/+4
2017-04-19usb: host: xhci: using correct specification chapter reference for DCBAAPPeter Chen1-1/+1
2017-04-19xhci: switch to pci_alloc_irq_vectorsChristoph Hellwig2-72/+29
2017-04-19usb: host: xhci-plat: set resume_quirk() for R-Car controllersYoshihiro Shimoda3-0/+20
2017-04-19usb: host: xhci-plat: add resume_quirk()Yoshihiro Shimoda2-0/+16
2017-04-19usb: host: xhci-plat: enable clk in resume timingYoshihiro Shimoda1-1/+10
2017-04-19usb: host: plat: Enable xHCI plat runtime PMBaolin Wang1-7/+46
2017-04-18xhci: use correct flags for spin_lock_irqrestore() when setting port powerMathias Nyman1-10/+10
2017-04-08usb: xhci: bInterval quirk for TI TUSB73x0Roger Quadros3-0/+15
2017-04-08usb: xhci: refine xhci_decode_trb()Lu Baolu1-20/+20
2017-04-08usb: xhci: fix link trb decodingLu Baolu1-7/+5
2017-04-08usb: xhci: remove xhci_dbg_ctx()Lu Baolu3-181/+0
2017-04-08usb: xhci: remove xhci_debug_trb()Lu Baolu3-63/+0