summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-mem.c
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* usb: xhci: Set 'Average TRB Length' to 8 for control endpointsBin Meng2017-10-011-0/+6
* usb: xhci: Don't assume LS/FS devices are always behind a HS hubBin Meng2017-10-011-4/+14
* usb: xhci: Enable TT to support LS/FS devices behind a HS hubBin Meng2017-07-281-0/+14
* usb: xhci: Program 'route string' in the input slot contextBin Meng2017-07-281-1/+31
* usb: xhci: Change xhci_setup_addressable_virt_dev() signatureBin Meng2017-07-281-2/+4
* usb: xhci: Initialize scratchpad buffer array and scratchpad buffersBin Meng2017-07-281-0/+87
* treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* dm: usb: Support driver model in XHCISimon Glass2015-04-181-0/+1
* dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()Simon Glass2015-04-181-12/+7
* dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device()Simon Glass2015-04-181-3/+1
* usb: 64-bit architectures support for xHCISergey Temerkhanov2015-04-141-10/+10
* USB: xHCI: Add stack support for xHCIVivek Gautam2013-10-201-0/+720