summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-mem.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-23/+23
2021-09-22usb: xhci-pci: Move reset logic out of XHCI coreSamuel Holland1-2/+0
2021-04-06usb: xhci: Add missing xhci_readl()Aaron Williams1-4/+4
2021-02-18xhci: translate virtual addresses into the bus's address spaceNicolas Saenz Julienne1-21/+24
2020-10-20usb: xhci: avoid type conversion of void *Heinrich Schuchardt1-12/+9
2020-10-01usb: xhci: use macros with parameter to fill ep_info2Chunfeng Yun1-10/+5
2020-10-01usb: xhci: convert to TRB_TYPE()Chunfeng Yun1-2/+1
2020-08-05usb: xhci: Add virt_to_phys() to support mapped platformsStefan Roese1-10/+9
2020-08-05usb: xhci: xhci_mem_init: Use cpu_to_le64() and not xhci_writeq()Stefan Roese1-1/+1
2020-08-05usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu)Stefan Roese1-4/+5
2020-07-10usb: xhci: Add reset controller supportNicolas Saenz Julienne1-0/+2
2020-07-09usb: xhci: Add missing cache flush in the scratchpad array initializationSylwester Nawrocki1-0/+3
2020-05-19common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
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