summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* usb: host: xhci-plat: propagate return value of platform_get_irq()Thomas Petazzoni2017-05-181-1/+1
* xhci: Fix command ring stop regression in 4.11Mathias Nyman2017-05-183-9/+9
* xhci: remove GFP_DMA flag from allocationMatthias Lange2017-05-181-1/+1
* USB: xhci: fix lock-inversion problemAlan Stern2017-05-181-2/+3
* usb: host: xhci-ring: don't need to clear interrupt pending for MSI enabled hcdPeter Chen2017-05-182-6/+4
* usb: host: xhci-mem: allocate zeroed Scratchpad BufferPeter Chen2017-05-181-1/+1
* xhci: apply PME_STUCK_QUIRK and MISSING_CAS quirk for DenvertonMathias Nyman2017-05-181-2/+5
* usb: xhci: trace URB before giving it back instead of afterMathias Nyman2017-05-181-1/+1
* USB: host: xhci: use max-port defineJohan Hovold2017-05-171-3/+4
* USB: ehci-platform: fix companion-device leakJohan Hovold2017-05-171-1/+3
* usb: r8a66597-hcd: select a different endpoint on timeoutChris Brandt2017-05-171-1/+3
* usb: r8a66597-hcd: decrease timeoutChris Brandt2017-05-171-1/+1
* usb: host: xhci: remove #ifdef around PM functionsArnd Bergmann2017-04-262-13/+4
* usb: host: xhci: print correct command ring addressPeter Chen2017-04-191-1/+1
* usb: host: xhci: delete sp_dma_buffers for scratchpadPeter Chen2017-04-192-15/+4
* usb: host: xhci: using correct specification chapter reference for DCBAAPPeter Chen2017-04-191-1/+1
* xhci: switch to pci_alloc_irq_vectorsChristoph Hellwig2017-04-192-72/+29
* usb: host: xhci-plat: set resume_quirk() for R-Car controllersYoshihiro Shimoda2017-04-193-0/+20
* usb: host: xhci-plat: add resume_quirk()Yoshihiro Shimoda2017-04-192-0/+16
* usb: host: xhci-plat: enable clk in resume timingYoshihiro Shimoda2017-04-191-1/+10
* usb: host: plat: Enable xHCI plat runtime PMBaolin Wang2017-04-191-7/+46
* xhci: use correct flags for spin_lock_irqrestore() when setting port powerMathias Nyman2017-04-181-10/+10
* usb: xhci: bInterval quirk for TI TUSB73x0Roger Quadros2017-04-083-0/+15
* usb: xhci: refine xhci_decode_trb()Lu Baolu2017-04-081-20/+20
* usb: xhci: fix link trb decodingLu Baolu2017-04-081-7/+5
* usb: xhci: remove xhci_dbg_ctx()Lu Baolu2017-04-083-181/+0
* usb: xhci: remove xhci_debug_trb()Lu Baolu2017-04-083-63/+0
* usb: xhci: remove ring debugging codeLu Baolu2017-04-084-75/+0
* usb: xhci: remove enq_updates and deq_updates from ringLu Baolu2017-04-084-16/+0
* usb: xhci: remove error messages for failed memory allocationLu Baolu2017-04-084-16/+12
* usb: xhci: make several functions staticLu Baolu2017-04-082-70/+30
* usb: xhci: remove xhci_dbg_ep_rings()Lu Baolu2017-04-082-27/+0
* usb: xhci: add xhci_log_ring trace eventsLu Baolu2017-04-083-0/+74
* xhci: Rework how we handle unresponsive or hoptlug removed hostsMathias Nyman2017-04-084-67/+80
* xhci: Do not halt the host until both HCD have disconnected their devices.Joel Stanley2017-04-081-10/+10
* xhci: add slot and endpoint numbers to debug messages in handle_tx_eventZhengjun Xing2017-04-081-25/+55
* usb: host: xhci: fix up Control Transfer TRB decoderFelipe Balbi2017-04-081-22/+37
* usb: host: xhci: add Slot and EP Context tracersFelipe Balbi2017-04-084-2/+302
* usb: host: xhci: extract xhci_slot_state_string()Felipe Balbi2017-04-082-12/+18
* usb: host: xhci: print device slot from URB tracersFelipe Balbi2017-04-081-3/+5
* usb: xhci: Add port test modes support for usb2.Guoqing Zhang2017-04-082-0/+87
* usb: xhci: Expose xhci_start() function.Guoqing Zhang2017-04-082-1/+2
* usb: xhci: Add helper function xhci_disable_slot().Guoqing Zhang2017-04-082-18/+33
* usb: xhci: Add helper function xhci_set_power_on().Guoqing Zhang2017-04-081-21/+45
* usb: xhci: clear EINT bit in status correctlyLu Baolu2017-04-081-2/+2
* usb: xhci: plat: Enable async suspend/resumeAndrew Bresticker2017-04-081-0/+2
* Merge 4.11-rc5 into usb-nextGreg Kroah-Hartman2017-04-033-18/+29
|\
| * xhci: Manually give back cancelled URB if we can't queue it for cancelMathias Nyman2017-03-291-18/+25
| * xhci: Set URB actual length for stopped control transfersMathias Nyman2017-03-291-0/+3
| * xhci: plat: Register shutdown for xhci_platAdam Wallis2017-03-291-0/+1