summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.h
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* usb: xhci: Honor endpoint's intervalBin Meng2017-10-011-2/+3
* usb: xhci: Set number of event segments and entries to 1Marek Vasut2017-09-271-2/+2
* usb: xhci: Correct TT_SLOT and TT_PORT macrosBin Meng2017-07-281-2/+2
* usb: xhci: Change xhci_setup_addressable_virt_dev() signatureBin Meng2017-07-281-2/+2
* usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTSBin Meng2017-07-281-3/+1
* usb: xhci: Change MAX_HC_PORTS to 255Bin Meng2017-07-281-3/+3
* usb: xhci: Initialize scratchpad buffer array and scratchpad buffersBin Meng2017-07-281-2/+8
* usb: xhci: Remove incorrect comments for struct xhci_container_ctxBin Meng2017-07-281-2/+1
* dm: usb: Support driver model in XHCISimon Glass2015-04-181-0/+24
* dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()Simon Glass2015-04-181-1/+2
* dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device()Simon Glass2015-04-181-1/+1
* dm: usb: xhci: Use a function to get xhci_ctrlSimon Glass2015-04-181-0/+2
* usb: 64-bit architectures support for xHCISergey Temerkhanov2015-04-141-2/+11
* driver/usb: include upper/lower_32_bits() from linux/compat.hLijun Pan2014-07-221-4/+2
* USB: xHCI: Add stack support for xHCIVivek Gautam2013-10-201-0/+1255