summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.h
AgeCommit message (Expand)AuthorFilesLines
2016-02-03xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devicesMathias Nyman1-0/+1
2015-12-01xhci: mediatek: support MTK xHCI host controllerChunfeng Yun1-0/+1
2015-12-01usb: host: xhci: add a platform-private fieldYoshihiro Shimoda1-0/+3
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2015-10-16xhci: replace custom implementation of readq / writeqAndy Shevchenko1-10/+4
2015-10-16xhci: create one unified function to calculate TRB TD remainder.Mathias Nyman1-0/+2
2015-10-04xhci: support new USB 3.1 hub request to get extended port statusMathias Nyman1-0/+4
2015-10-04xhci: define the new default speed ID for SuperSpeedPlus used by xhci hwMathias Nyman1-0/+4
2015-10-04xhci: parse xhci protocol speed ID list for usb 3.1 usageMathias Nyman1-0/+24
2015-10-04xhci: Read and parse new xhci 1.1 capability registerLu Baolu1-1/+23
2015-08-08xhci: xHCI 1.1: Stopped - Short Packet Capability (SPC)Lu Baolu1-2/+4
2015-08-08xhci: xHCI 1.1: Contiguous Frame ID Capability (CFC)Lu Baolu1-0/+7
2015-07-22xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can1-0/+1
2015-06-08Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman1-0/+2
2015-05-31usb: xhci: cleanup xhci_hcd allocationRoger Quadros1-2/+17
2015-05-24usb: host: xhci: add mutex for non-thread-safe dataChris Bainbridge1-0/+2
2015-05-09xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256Mathias Nyman1-1/+1
2015-03-11Revert "xhci: Clear the host side toggle manually when endpoint is 'soft reset'"Mathias Nyman1-2/+0
2015-03-06xhci: Workaround for PME stuck issues in Intel xhciMathias Nyman1-0/+1
2015-03-06xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado1-0/+3
2015-02-24xhci: Clear the host side toggle manually when endpoint is 'soft reset'Mathias Nyman1-0/+2
2015-02-24xhci: Allocate correct amount of scratchpad buffersMathias Nyman1-2/+3
2015-01-25xhci: Print hcc params, version and quirks on initHans de Goede1-0/+2
2015-01-09xhci: clean up work to remove unused parameters for functions in xhci-mem.cLin Wang1-4/+3
2015-01-09xhci: remove unused parameter 'xhci' in function xhci_handshake().Lin Wang1-2/+1
2014-12-02usb: xhci: fix comment for PORT_DEV_REMOVELu Baolu1-1/+1
2014-12-02xhci: don't use the same variable for stopped and halted rings current TDMathias Nyman1-1/+1
2014-11-22usb: xhci: rework root port wake bits if controller isn't allowed to wakeupLu Baolu1-1/+1
2014-10-03xhci: Allow xHCI drivers to be built as separate modulesAndrew Bresticker1-19/+0
2014-10-03xhci: Check for XHCI_COMP_MODE_QUIRK when disabling D3coldAndrew Bresticker1-3/+0
2014-10-03xhci: Introduce xhci_init_driver()Andrew Bresticker1-0/+1
2014-09-23xhci: Log extra info on "ERROR Transfer event TRB DMA ptr not part of current...Hans de Goede1-3/+3
2014-09-23xhci: Move allocating of command for new_dequeue_state to queue_set_tr_deq()Hans de Goede1-1/+0
2014-08-01xhci: Blacklist using streams on the Etron EJ168 controllerHans de Goede1-0/+2
2014-05-27usb: host: xhci-plat: add clock supportGregory CLEMENT1-0/+2
2014-05-20xhci: rework command timeout and cancellation,Mathias Nyman1-4/+4
2014-05-20xhci: Use completion and status in global command queueMathias Nyman1-3/+0
2014-05-20xhci: Add a global command queueMathias Nyman1-0/+2
2014-05-20xhci: Use command structures when queuing commands on the command ringMathias Nyman1-14/+17
2014-05-20usb: xhci: Use IS_ENABLED() macroFabio Estevam1-2/+1
2014-04-25usb: xhci: Prefer endpoint context dequeue pointer over stopped_trbJulius Werner1-2/+0
2014-03-04xhci: For streams the dequeue ptr must be read from the stream ctxHans de Goede1-0/+1
2014-03-04xhci: Set SCT field for Set TR dequeue on streamsHans de Goede1-1/+2
2014-03-04xhci: fix usb3 streamsGerd Hoffmann1-0/+1
2014-02-07Revert "xhci: Set scatter-gather limit to avoid failed block writes."Sarah Sharp1-1/+1
2014-01-30Revert "xhci: replace xhci_read_64() with readq()"Sarah Sharp1-2/+8
2014-01-29Revert "xhci: replace xhci_write_64() with writeq()"Sarah Sharp1-9/+20
2014-01-08xhci: Set scatter-gather limit to avoid failed block writes.Sarah Sharp1-1/+1
2013-12-10usb: xhci: change enumeration scheme to 'new scheme' by defaultDan Williams1-1/+10
2013-12-02xhci: replace xhci_write_64() with writeq()Xenia Ragiadakou1-20/+9