summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-mem.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-10-24usb: xhci: move xhci.h to include usbJean-Jacques Hiblot1-1/+1
2019-01-09usb: xhci-mem: Fix scratchpad array issueYe Li1-0/+3
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer1-3/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-01usb: xhci: Set 'Average TRB Length' to 8 for control endpointsBin Meng1-0/+6
2017-10-01usb: xhci: Don't assume LS/FS devices are always behind a HS hubBin Meng1-4/+14
2017-07-29usb: xhci: Enable TT to support LS/FS devices behind a HS hubBin Meng1-0/+14
2017-07-29usb: xhci: Program 'route string' in the input slot contextBin Meng1-1/+31
2017-07-29usb: xhci: Change xhci_setup_addressable_virt_dev() signatureBin Meng1-2/+4
2017-07-29usb: xhci: Initialize scratchpad buffer array and scratchpad buffersBin Meng1-0/+87
2016-09-24treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2015-04-18dm: usb: Support driver model in XHCISimon Glass1-0/+1
2015-04-18dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()Simon Glass1-12/+7
2015-04-18dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device()Simon Glass1-3/+1
2015-04-14usb: 64-bit architectures support for xHCISergey Temerkhanov1-10/+10
2013-10-21USB: xHCI: Add stack support for xHCIVivek Gautam1-0/+720