summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-mem.c
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci: Add missing xhci_readl()Aaron Williams2021-04-061-4/+4
* xhci: translate virtual addresses into the bus's address spaceNicolas Saenz Julienne2021-02-181-21/+24
* usb: xhci: avoid type conversion of void *Heinrich Schuchardt2020-10-201-12/+9
* usb: xhci: use macros with parameter to fill ep_info2Chunfeng Yun2020-10-011-10/+5
* usb: xhci: convert to TRB_TYPE()Chunfeng Yun2020-10-011-2/+1
* usb: xhci: Add virt_to_phys() to support mapped platformsStefan Roese2020-08-051-10/+9
* usb: xhci: xhci_mem_init: Use cpu_to_le64() and not xhci_writeq()Stefan Roese2020-08-051-1/+1
* usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu)Stefan Roese2020-08-051-4/+5
* usb: xhci: Add reset controller supportNicolas Saenz Julienne2020-07-101-0/+2
* usb: xhci: Add missing cache flush in the scratchpad array initializationSylwester Nawrocki2020-07-091-0/+3
* common: Drop linux/bug.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* usb: xhci: move xhci.h to include usbJean-Jacques Hiblot2019-10-241-1/+1
* usb: xhci-mem: Fix scratchpad array issueYe Li2019-01-091-0/+3
* usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer2018-11-261-3/+3
* 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