summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-181-5/+0Star
|\
| * usb: host: xhci: purge GET_MAX_PACKET()Felipe Balbi2016-11-031-5/+0Star
* | usb: xhci: move slot_id from xhci_hcd to xhci_command structureLu Baolu2016-11-141-1/+1
* | usb: xhci: remove the use of xhci->addr_devLu Baolu2016-11-141-1/+0Star
* | usb: xhci: cleanup cmd_completion in xhci_virt_deviceLu Baolu2016-11-141-1/+0Star
* | xhci: add helper to get the endpoint state of a endpoint contextMathias Nyman2016-11-141-0/+2
* | usb: xhci: clean up error_bitmask usageLu Baolu2016-11-141-2/+0Star
|/
* xhci: workaround for hosts missing CAS bitMathias Nyman2016-10-201-0/+3
* xhci: TD-fragment, align the unsplittable case with a bounce bufferMathias Nyman2016-06-261-1/+9
* usb: xhci: remove duplicate function xhci_urb_to_transfer_ringAlexandr Ivanov2016-04-271-0/+11
* usb: xhci: merge xhci_queue_bulk_tx and queue_bulk_sg_tx functionsAlexandr Ivanov2016-04-271-0/+3
* xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman2016-04-131-0/+1
* usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORTYoshihiro Shimoda2016-04-131-0/+1
* 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