summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.h
Commit message (Expand)AuthorAgeFilesLines
* xhci: Add grace period after xHC start to prevent premature runtime suspend.Mathias Nyman2022-09-151-1/+1
* xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman2022-07-211-2/+5
* xhci: add xhci_get_virt_ep() helperMathias Nyman2021-07-281-1/+2
* xhci: Fix incorrect EP_STATE_MASKMathias Nyman2020-06-301-1/+1
* usb: xhci: only set D3hot for pci deviceHenry Lin2019-12-171-0/+1
* USB: xhci: fix 'broken_suspend' placement in struct xchi_hcdNicolas Saenz Julienne2018-12-291-2/+2
* xhci: workaround CSS timeout on AMD SNPS 3.0 xHCSandeep Singh2018-12-131-0/+3
* xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 SocCherian, George2018-12-011-0/+1
* xhci: Allow more than 32 quirksMarc Zyngier2018-12-011-31/+33
* usb: xhci: fix timeout for transition from RExit to U0Aaron Ma2018-12-011-1/+1
* xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman2018-07-251-0/+4
* xhci: workaround for AMD Promontory disabled ports wakeupJoe Lee2018-05-301-1/+1
* usb: xhci: Fix potential memory leak in xhci_disable_slot()Lu Baolu2018-03-281-2/+1
* xhci: fix endpoint context tracer outputMathias Nyman2018-03-191-10/+12
* xhci: Fix front USB ports on ASUS PRIME B350M-AKai-Heng Feng2018-03-191-0/+1
* Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts"Kai-Heng Feng2017-09-181-1/+1
* xhci: fix wrong endpoint ESIT value shown in tracingMathias Nyman2017-09-181-2/+4
* xhci: fix finding correct bus_state structure for USB 3.1 hostsMathias Nyman2017-09-181-1/+1
* xhci: Add port status decoder for tracing purposesMathias Nyman2017-08-161-0/+81
* xhci: add definitions for all port link statesMathias Nyman2017-08-161-1/+8
* xhci: Bad Ethernet performance plugged in ASM1042A hostJiahau Chang2017-07-201-0/+1
* Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-07-071-0/+1
|\
| * xhci: Limit USB2 port wake support for AMD Promontory hostsJiahau Chang2017-06-201-0/+1
* | xhci: cleanup virtual endoint structure, remove stopped_streamMathias Nyman2017-06-151-3/+2
* | xhci: Add support for endpoint soft resetMathias Nyman2017-06-151-1/+7
* | xhci: remove endpoint ring cacheMathias Nyman2017-06-151-5/+1
* | xhci: Add stream id to xhci_dequeue_state structureMathias Nyman2017-06-031-1/+1
* | xhci: remove unused stopped_td pointerMathias Nyman2017-06-031-1/+0
|/
* usb: host: xhci: remove #ifdef around PM functionsArnd Bergmann2017-04-261-5/+0
* usb: host: xhci: delete sp_dma_buffers for scratchpadPeter Chen2017-04-191-1/+0
* xhci: switch to pci_alloc_irq_vectorsChristoph Hellwig2017-04-191-1/+0
* usb: xhci: bInterval quirk for TI TUSB73x0Roger Quadros2017-04-081-0/+1
* 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-081-1/+0
* usb: xhci: remove xhci_debug_trb()Lu Baolu2017-04-081-2/+0
* usb: xhci: remove ring debugging codeLu Baolu2017-04-081-3/+0
* usb: xhci: remove enq_updates and deq_updates from ringLu Baolu2017-04-081-2/+0
* usb: xhci: make several functions staticLu Baolu2017-04-081-41/+0
* usb: xhci: remove xhci_dbg_ep_rings()Lu Baolu2017-04-081-3/+0
* xhci: Rework how we handle unresponsive or hoptlug removed hostsMathias Nyman2017-04-081-0/+1
* 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-081-0/+146
* usb: host: xhci: extract xhci_slot_state_string()Felipe Balbi2017-04-081-0/+16
* usb: xhci: Add port test modes support for usb2.Guoqing Zhang2017-04-081-0/+2
* usb: xhci: Expose xhci_start() function.Guoqing Zhang2017-04-081-0/+1
* usb: xhci: Add helper function xhci_disable_slot().Guoqing Zhang2017-04-081-0/+2
* xhci: simplify how we store TDs in urb private dataMathias Nyman2017-01-251-1/+1
* xhci: Rename variables related to transfer descritporsMathias Nyman2017-01-251-2/+2
* usb: host: xhci: make a generic TRB tracerFelipe Balbi2017-01-251-0/+329