summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.h
AgeCommit message (Expand)Author
2017-12-08usb: xhci: allow imod-interval to be configurableAdam Wallis
2017-12-08usb: xhci: Cleanup printk debug message for ERSTLu Baolu
2017-12-08usb: xhci: Cleanup printk debug message for registersLu Baolu
2017-12-08usb: xhci: Add DbC support in xHCI driverLu Baolu
2017-12-08usb: xhci: Make some static functions globalLu Baolu
2017-12-08xhci: remove unnecessary boolean parameter from xhci_alloc_commandMathias Nyman
2017-12-08xhci: add helper to allocate command with input contextMathias Nyman
2017-11-07USB: host: xhci: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-10-17xhci: Convert timers to use timer_setup()Kees Cook
2017-10-09Merge 4.14-rc4 into usb-nextGreg Kroah-Hartman
2017-10-05usb: xhci: Fix potential memory leak in xhci_disable_slot()Lu Baolu
2017-10-05usb: xhci: Add debugfs interface for xHCI driverLu Baolu
2017-10-05xhci: add port speed ID to portsc tracingMathias Nyman
2017-10-05usb: host: xhci support option to disable the xHCI USB2 HW LPMThang Q. Nguyen
2017-09-18Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts"Kai-Heng Feng
2017-09-18xhci: fix wrong endpoint ESIT value shown in tracingMathias Nyman
2017-09-18xhci: fix finding correct bus_state structure for USB 3.1 hostsMathias Nyman
2017-08-16xhci: Add port status decoder for tracing purposesMathias Nyman
2017-08-16xhci: add definitions for all port link statesMathias Nyman
2017-07-20xhci: Bad Ethernet performance plugged in ASM1042A hostJiahau Chang
2017-07-07Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-06-20xhci: Limit USB2 port wake support for AMD Promontory hostsJiahau Chang
2017-06-15xhci: cleanup virtual endoint structure, remove stopped_streamMathias Nyman
2017-06-15xhci: Add support for endpoint soft resetMathias Nyman
2017-06-15xhci: remove endpoint ring cacheMathias Nyman
2017-06-03xhci: Add stream id to xhci_dequeue_state structureMathias Nyman
2017-06-03xhci: remove unused stopped_td pointerMathias Nyman
2017-04-26usb: host: xhci: remove #ifdef around PM functionsArnd Bergmann
2017-04-19usb: host: xhci: delete sp_dma_buffers for scratchpadPeter Chen
2017-04-19xhci: switch to pci_alloc_irq_vectorsChristoph Hellwig
2017-04-08usb: xhci: bInterval quirk for TI TUSB73x0Roger Quadros
2017-04-08usb: xhci: refine xhci_decode_trb()Lu Baolu
2017-04-08usb: xhci: fix link trb decodingLu Baolu
2017-04-08usb: xhci: remove xhci_dbg_ctx()Lu Baolu
2017-04-08usb: xhci: remove xhci_debug_trb()Lu Baolu
2017-04-08usb: xhci: remove ring debugging codeLu Baolu
2017-04-08usb: xhci: remove enq_updates and deq_updates from ringLu Baolu
2017-04-08usb: xhci: make several functions staticLu Baolu
2017-04-08usb: xhci: remove xhci_dbg_ep_rings()Lu Baolu
2017-04-08xhci: Rework how we handle unresponsive or hoptlug removed hostsMathias Nyman
2017-04-08usb: host: xhci: fix up Control Transfer TRB decoderFelipe Balbi
2017-04-08usb: host: xhci: add Slot and EP Context tracersFelipe Balbi
2017-04-08usb: host: xhci: extract xhci_slot_state_string()Felipe Balbi
2017-04-08usb: xhci: Add port test modes support for usb2.Guoqing Zhang
2017-04-08usb: xhci: Expose xhci_start() function.Guoqing Zhang
2017-04-08usb: xhci: Add helper function xhci_disable_slot().Guoqing Zhang
2017-01-25xhci: simplify how we store TDs in urb private dataMathias Nyman
2017-01-25xhci: Rename variables related to transfer descritporsMathias Nyman
2017-01-25usb: host: xhci: make a generic TRB tracerFelipe Balbi