aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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: 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
2017-04-08usb: xhci: remove ring debugging codeLu Baolu4-75/+0
2017-04-08usb: xhci: remove enq_updates and deq_updates from ringLu Baolu4-16/+0
2017-04-08usb: xhci: remove error messages for failed memory allocationLu Baolu4-16/+12
2017-04-08usb: xhci: make several functions staticLu Baolu2-70/+30
2017-04-08usb: xhci: remove xhci_dbg_ep_rings()Lu Baolu2-27/+0
2017-04-08usb: xhci: add xhci_log_ring trace eventsLu Baolu3-0/+74
2017-04-08xhci: Rework how we handle unresponsive or hoptlug removed hostsMathias Nyman4-67/+80
2017-04-08xhci: Do not halt the host until both HCD have disconnected their devices.Joel Stanley1-10/+10
2017-04-08xhci: add slot and endpoint numbers to debug messages in handle_tx_eventZhengjun Xing1-25/+55
2017-04-08usb: host: xhci: fix up Control Transfer TRB decoderFelipe Balbi1-22/+37
2017-04-08usb: host: xhci: add Slot and EP Context tracersFelipe Balbi4-2/+302
2017-04-08usb: host: xhci: extract xhci_slot_state_string()Felipe Balbi2-12/+18
2017-04-08usb: host: xhci: print device slot from URB tracersFelipe Balbi1-3/+5
2017-04-08usb: xhci: Add port test modes support for usb2.Guoqing Zhang2-0/+87
2017-04-08usb: xhci: Expose xhci_start() function.Guoqing Zhang2-1/+2
2017-04-08usb: xhci: Add helper function xhci_disable_slot().Guoqing Zhang2-18/+33
2017-04-08usb: xhci: Add helper function xhci_set_power_on().Guoqing Zhang1-21/+45
2017-04-08usb: xhci: clear EINT bit in status correctlyLu Baolu1-2/+2
2017-04-08usb: xhci: plat: Enable async suspend/resumeAndrew Bresticker1-0/+2
2017-04-03Merge 4.11-rc5 into usb-nextGreg Kroah-Hartman3-18/+29
2017-03-29xhci: Manually give back cancelled URB if we can't queue it for cancelMathias Nyman1-18/+25