summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.h
Commit message (Expand)AuthorAgeFilesLines
* USB: host: xhci: Remove redundant license textGreg Kroah-Hartman2017-11-071-13/+0Star
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* xhci: Convert timers to use timer_setup()Kees Cook2017-10-171-1/+1
* Merge 4.14-rc4 into usb-nextGreg Kroah-Hartman2017-10-091-4/+6
|\
| * 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
* | usb: xhci: Fix potential memory leak in xhci_disable_slot()Lu Baolu2017-10-051-2/+1Star
* | usb: xhci: Add debugfs interface for xHCI driverLu Baolu2017-10-051-0/+9
* | xhci: add port speed ID to portsc tracingMathias Nyman2017-10-051-2/+3
* | usb: host: xhci support option to disable the xHCI USB2 HW LPMThang Q. Nguyen2017-10-051-0/+1
|/
* xhci: Add port status decoder for tracing purposesMathias Nyman2017-08-171-0/+81
* xhci: add definitions for all port link statesMathias Nyman2017-08-171-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/+2Star
* | xhci: Add support for endpoint soft resetMathias Nyman2017-06-151-1/+7
* | xhci: remove endpoint ring cacheMathias Nyman2017-06-151-5/+1Star
* | xhci: Add stream id to xhci_dequeue_state structureMathias Nyman2017-06-031-1/+1
* | xhci: remove unused stopped_td pointerMathias Nyman2017-06-031-1/+0Star
|/
* usb: host: xhci: remove #ifdef around PM functionsArnd Bergmann2017-04-261-5/+0Star
* usb: host: xhci: delete sp_dma_buffers for scratchpadPeter Chen2017-04-191-1/+0Star
* xhci: switch to pci_alloc_irq_vectorsChristoph Hellwig2017-04-191-1/+0Star
* 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/+5Star
* usb: xhci: remove xhci_dbg_ctx()Lu Baolu2017-04-081-1/+0Star
* usb: xhci: remove xhci_debug_trb()Lu Baolu2017-04-081-2/+0Star
* usb: xhci: remove ring debugging codeLu Baolu2017-04-081-3/+0Star
* usb: xhci: remove enq_updates and deq_updates from ringLu Baolu2017-04-081-2/+0Star
* usb: xhci: make several functions staticLu Baolu2017-04-081-41/+0Star
* usb: xhci: remove xhci_dbg_ep_rings()Lu Baolu2017-04-081-3/+0Star
* 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
* usb: host: xhci: combine event TRB completion debugging messagesFelipe Balbi2017-01-251-0/+80
* usb: host: xhci: rename completion codes to match specFelipe Balbi2017-01-251-70/+36Star
* usb: xhci: add quirk flag for broken PED bitsFelipe Balbi2017-01-251-0/+3
* usb: host: xhci: Remove unused 'addr_64' variable in xhci_hcd structureBaolin Wang2017-01-251-1/+0Star
* xhci: detect stop endpoint race using pending timer instead of counter.Mathias Nyman2017-01-251-1/+0Star
* xhci: rename EP_HALT_PENDING to EP_STOP_CMD_PENDINGMathias Nyman2017-01-251-1/+1
* xhci: Fix race related to abort operationOGAWA Hirofumi2017-01-031-0/+1