summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.h
Commit message (Expand)AuthorAgeFilesLines
* xhci: Support extended burst isoc TRB structure used by xhci 1.1 for USB 3.1Mathias Nyman2016-02-151-1/+8
* xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpointsMathias Nyman2016-02-151-0/+1
* xhci: refactor and cleanup endpoint initialization.Mathias Nyman2016-02-151-2/+2
* Merge 4.5-rc4 into usb-nextGreg Kroah-Hartman2016-02-141-0/+1
|\
| * usb: xhci: add a quirk bit for ssic port unusedLu Baolu2016-02-031-0/+1
* | xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devicesMathias Nyman2016-02-031-0/+1
|/
* xhci: mediatek: support MTK xHCI host controllerChunfeng Yun2015-12-011-0/+1
* usb: host: xhci: add a platform-private fieldYoshihiro Shimoda2015-12-011-0/+3
* Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-061-2/+1Star
|\
* | xhci: replace custom implementation of readq / writeqAndy Shevchenko2015-10-171-10/+4Star
* | xhci: create one unified function to calculate TRB TD remainder.Mathias Nyman2015-10-171-0/+2
* | xhci: support new USB 3.1 hub request to get extended port statusMathias Nyman2015-10-041-0/+4
* | xhci: define the new default speed ID for SuperSpeedPlus used by xhci hwMathias Nyman2015-10-041-0/+4
* | xhci: parse xhci protocol speed ID list for usb 3.1 usageMathias Nyman2015-10-041-0/+24
* | xhci: Read and parse new xhci 1.1 capability registerLu Baolu2015-10-041-1/+23
|/
* xhci: xHCI 1.1: Stopped - Short Packet Capability (SPC)Lu Baolu2015-08-091-2/+4
* xhci: xHCI 1.1: Contiguous Frame ID Capability (CFC)Lu Baolu2015-08-091-0/+7
* xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can2015-07-221-0/+1
* Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman2015-06-081-0/+2
|\
| * usb: host: xhci: add mutex for non-thread-safe dataChris Bainbridge2015-05-241-0/+2
* | usb: xhci: cleanup xhci_hcd allocationRoger Quadros2015-05-311-2/+17
|/
* xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256Mathias Nyman2015-05-091-1/+1
* Revert "xhci: Clear the host side toggle manually when endpoint is 'soft reset'"Mathias Nyman2015-03-111-2/+0Star
* xhci: Workaround for PME stuck issues in Intel xhciMathias Nyman2015-03-061-0/+1
* xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado2015-03-061-0/+3
* xhci: Clear the host side toggle manually when endpoint is 'soft reset'Mathias Nyman2015-02-241-0/+2
* xhci: Allocate correct amount of scratchpad buffersMathias Nyman2015-02-241-2/+3
* xhci: Print hcc params, version and quirks on initHans de Goede2015-01-251-0/+2
* xhci: clean up work to remove unused parameters for functions in xhci-mem.cLin Wang2015-01-091-4/+3Star
* xhci: remove unused parameter 'xhci' in function xhci_handshake().Lin Wang2015-01-091-2/+1Star
* usb: xhci: fix comment for PORT_DEV_REMOVELu Baolu2014-12-031-1/+1
* xhci: don't use the same variable for stopped and halted rings current TDMathias Nyman2014-12-031-1/+1
* usb: xhci: rework root port wake bits if controller isn't allowed to wakeupLu Baolu2014-11-221-1/+1
* xhci: Allow xHCI drivers to be built as separate modulesAndrew Bresticker2014-10-031-19/+0Star
* xhci: Check for XHCI_COMP_MODE_QUIRK when disabling D3coldAndrew Bresticker2014-10-031-3/+0Star
* xhci: Introduce xhci_init_driver()Andrew Bresticker2014-10-031-0/+1
* xhci: Log extra info on "ERROR Transfer event TRB DMA ptr not part of current...Hans de Goede2014-09-241-3/+3
* xhci: Move allocating of command for new_dequeue_state to queue_set_tr_deq()Hans de Goede2014-09-241-1/+0Star
* xhci: Blacklist using streams on the Etron EJ168 controllerHans de Goede2014-08-021-0/+2
* usb: host: xhci-plat: add clock supportGregory CLEMENT2014-05-281-0/+2
* xhci: rework command timeout and cancellation,Mathias Nyman2014-05-201-4/+4
* xhci: Use completion and status in global command queueMathias Nyman2014-05-201-3/+0Star
* xhci: Add a global command queueMathias Nyman2014-05-201-0/+2
* xhci: Use command structures when queuing commands on the command ringMathias Nyman2014-05-201-14/+17
* usb: xhci: Use IS_ENABLED() macroFabio Estevam2014-05-201-2/+1Star
* usb: xhci: Prefer endpoint context dequeue pointer over stopped_trbJulius Werner2014-04-251-2/+0Star
* xhci: For streams the dequeue ptr must be read from the stream ctxHans de Goede2014-03-051-0/+1
* xhci: Set SCT field for Set TR dequeue on streamsHans de Goede2014-03-051-1/+2
* xhci: fix usb3 streamsGerd Hoffmann2014-03-051-0/+1
* Revert "xhci: Set scatter-gather limit to avoid failed block writes."Sarah Sharp2014-02-071-1/+1