summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.h
AgeCommit message (Expand)AuthorFilesLines
2018-04-20usb: host: xhci-plat: Fix clock resource by adding a register clockGregory CLEMENT1-1/+2
2018-03-22xhci: Add Intel extended cap / otg phy mux handlingHans de Goede1-0/+2
2018-03-20Merge branch 4.16-rc6 into usb-nextGreg Kroah-Hartman1-10/+13
2018-03-16xhci: Clear the host side toggle manually when endpoint is soft resetMathias Nyman1-0/+2
2018-03-09xhci: Fix front USB ports on ASUS PRIME B350M-AKai-Heng Feng1-0/+1
2018-03-08xhci: fix endpoint context tracer outputMathias Nyman1-10/+12
2018-02-15xhci: workaround for AMD Promontory disabled ports wakeupJoe Lee1-1/+1
2017-12-08usb: xhci: allow imod-interval to be configurableAdam Wallis1-0/+2
2017-12-08usb: xhci: Cleanup printk debug message for ERSTLu Baolu1-1/+0
2017-12-08usb: xhci: Cleanup printk debug message for registersLu Baolu1-5/+0
2017-12-08usb: xhci: Add DbC support in xHCI driverLu Baolu1-0/+1
2017-12-08usb: xhci: Make some static functions globalLu Baolu1-1/+15
2017-12-08xhci: remove unnecessary boolean parameter from xhci_alloc_commandMathias Nyman1-2/+1
2017-12-08xhci: add helper to allocate command with input contextMathias Nyman1-0/+2
2017-11-07USB: host: xhci: Remove redundant license textGreg Kroah-Hartman1-13/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-17xhci: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-10-09Merge 4.14-rc4 into usb-nextGreg Kroah-Hartman1-4/+6
2017-10-05usb: xhci: Fix potential memory leak in xhci_disable_slot()Lu Baolu1-2/+1
2017-10-05usb: xhci: Add debugfs interface for xHCI driverLu Baolu1-0/+9
2017-10-05xhci: add port speed ID to portsc tracingMathias Nyman1-2/+3
2017-10-05usb: host: xhci support option to disable the xHCI USB2 HW LPMThang Q. Nguyen1-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-16xhci: Add port status decoder for tracing purposesMathias Nyman1-0/+81
2017-08-16xhci: 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