summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.h
AgeCommit message (Expand)AuthorFilesLines
2018-07-25xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman1-0/+4
2018-05-30xhci: workaround for AMD Promontory disabled ports wakeupJoe Lee1-1/+1
2018-03-28usb: xhci: Fix potential memory leak in xhci_disable_slot()Lu Baolu1-2/+1
2018-03-19xhci: fix endpoint context tracer outputMathias Nyman1-10/+12
2018-03-19xhci: Fix front USB ports on ASUS PRIME B350M-AKai-Heng Feng1-0/+1
2017-09-18Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts"Kai-Heng Feng1-1/+1
2017-09-18xhci: fix wrong endpoint ESIT value shown in tracingMathias Nyman1-2/+4
2017-09-18xhci: fix finding correct bus_state structure for USB 3.1 hostsMathias Nyman1-1/+1
2017-08-17xhci: Add port status decoder for tracing purposesMathias Nyman1-0/+81
2017-08-17xhci: add definitions for all port link statesMathias Nyman1-1/+8
2017-07-20xhci: Bad Ethernet performance plugged in ASM1042A hostJiahau Chang1-0/+1
2017-07-07Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2017-06-20xhci: Limit USB2 port wake support for AMD Promontory hostsJiahau Chang1-0/+1
2017-06-15xhci: cleanup virtual endoint structure, remove stopped_streamMathias Nyman1-3/+2
2017-06-15xhci: Add support for endpoint soft resetMathias Nyman1-1/+7
2017-06-15xhci: remove endpoint ring cacheMathias Nyman1-5/+1
2017-06-03xhci: Add stream id to xhci_dequeue_state structureMathias Nyman1-1/+1
2017-06-03xhci: remove unused stopped_td pointerMathias Nyman1-1/+0
2017-04-26usb: host: xhci: remove #ifdef around PM functionsArnd Bergmann1-5/+0
2017-04-19usb: host: xhci: delete sp_dma_buffers for scratchpadPeter Chen1-1/+0
2017-04-19xhci: switch to pci_alloc_irq_vectorsChristoph Hellwig1-1/+0
2017-04-08usb: xhci: bInterval quirk for TI TUSB73x0Roger Quadros1-0/+1
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 Baolu1-1/+0
2017-04-08usb: xhci: remove xhci_debug_trb()Lu Baolu1-2/+0
2017-04-08usb: xhci: remove ring debugging codeLu Baolu1-3/+0
2017-04-08usb: xhci: remove enq_updates and deq_updates from ringLu Baolu1-2/+0
2017-04-08usb: xhci: make several functions staticLu Baolu1-41/+0
2017-04-08usb: xhci: remove xhci_dbg_ep_rings()Lu Baolu1-3/+0
2017-04-08xhci: Rework how we handle unresponsive or hoptlug removed hostsMathias Nyman1-0/+1
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 Balbi1-0/+146
2017-04-08usb: host: xhci: extract xhci_slot_state_string()Felipe Balbi1-0/+16
2017-04-08usb: xhci: Add port test modes support for usb2.Guoqing Zhang1-0/+2
2017-04-08usb: xhci: Expose xhci_start() function.Guoqing Zhang1-0/+1
2017-04-08usb: xhci: Add helper function xhci_disable_slot().Guoqing Zhang1-0/+2
2017-01-25xhci: simplify how we store TDs in urb private dataMathias Nyman1-1/+1
2017-01-25xhci: Rename variables related to transfer descritporsMathias Nyman1-2/+2
2017-01-25usb: host: xhci: make a generic TRB tracerFelipe Balbi1-0/+329
2017-01-25usb: host: xhci: combine event TRB completion debugging messagesFelipe Balbi1-0/+80
2017-01-25usb: host: xhci: rename completion codes to match specFelipe Balbi1-70/+36
2017-01-25usb: xhci: add quirk flag for broken PED bitsFelipe Balbi1-0/+3
2017-01-25usb: host: xhci: Remove unused 'addr_64' variable in xhci_hcd structureBaolin Wang1-1/+0
2017-01-25xhci: detect stop endpoint race using pending timer instead of counter.Mathias Nyman1-1/+0
2017-01-25xhci: rename EP_HALT_PENDING to EP_STOP_CMD_PENDINGMathias Nyman1-1/+1
2017-01-03xhci: Fix race related to abort operationOGAWA Hirofumi1-0/+1
2017-01-03xhci: Use delayed_work instead of timer for command timeoutOGAWA Hirofumi1-2/+2
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-5/+0
2016-11-14usb: xhci: move slot_id from xhci_hcd to xhci_command structureLu Baolu1-1/+1