summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci: fix lack of short packet event trb handlingRan Wang2020-12-161-3/+15
* usb: xhci: xhci_bulk_tx: Don't "BUG" when comparing addressesStefan Roese2020-10-071-2/+0
* usb: xhci: convert to TRB_TX_TYPE()Chunfeng Yun2020-10-011-2/+2
* usb: xhci: convert to TRB_LEN() and TRB_INTR_TARGET()Chunfeng Yun2020-10-011-9/+7
* usb: xhci: convert to TRB_TYPE()Chunfeng Yun2020-10-011-6/+5
* usb: xhci: add quirks flag to support MediaTek xHCI 0.96Chunfeng Yun2020-10-011-2/+7
* usb: xhci: create one unified function to calculate TRB TD remainderChunfeng Yun2020-10-011-55/+50
* usb: xhci: add a member hci_version in xhci_ctrl structChunfeng Yun2020-10-011-2/+2
* usb: xhci: Add virt_to_phys() to support mapped platformsStefan Roese2020-08-051-4/+4
* 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: support 1.1 or later versionChunfeng Yun2019-11-081-1/+1
* usb: xhci: move xhci.h to include usbJean-Jacques Hiblot2019-10-241-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* usb: xhci: Fix bool initialization in xhci_bulk_txGustavo A. R. Silva2018-01-251-1/+1
* usb: xhci: Correct command TRB 4th dword initializationBin Meng2017-07-281-2/+9
* treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* dm: usb: xhci: Use a function to get xhci_ctrlSimon Glass2015-04-181-4/+4
* usb: 64-bit architectures support for xHCISergey Temerkhanov2015-04-141-15/+15
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-231-1/+1
* USB: xHCI: Add stack support for xHCIVivek Gautam2013-10-201-0/+939