summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-18usb: fix TRB_TRANSFER return null pointer issueMinda Chen1-0/+2
2021-04-06usb: xhci: Make debug output better readable and checkpatch cleanStefan Roese1-6/+3
2021-02-18xhci: translate virtual addresses into the bus's address spaceNicolas Saenz Julienne1-5/+8
2021-02-11usb: xhci: Fix compare to use physical addresses in xhci_bulk_tx()Stefan Roese1-2/+2
2020-12-16usb: xhci: fix lack of short packet event trb handlingRan Wang1-3/+15
2020-10-07usb: xhci: xhci_bulk_tx: Don't "BUG" when comparing addressesStefan Roese1-2/+0
2020-10-01usb: xhci: convert to TRB_TX_TYPE()Chunfeng Yun1-2/+2
2020-10-01usb: xhci: convert to TRB_LEN() and TRB_INTR_TARGET()Chunfeng Yun1-9/+7
2020-10-01usb: xhci: convert to TRB_TYPE()Chunfeng Yun1-6/+5
2020-10-01usb: xhci: add quirks flag to support MediaTek xHCI 0.96Chunfeng Yun1-2/+7
2020-10-01usb: xhci: create one unified function to calculate TRB TD remainderChunfeng Yun1-55/+50
2020-10-01usb: xhci: add a member hci_version in xhci_ctrl structChunfeng Yun1-2/+2
2020-08-05usb: xhci: Add virt_to_phys() to support mapped platformsStefan Roese1-4/+4
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-11-08usb: xhci: support 1.1 or later versionChunfeng Yun1-1/+1
2019-10-24usb: xhci: move xhci.h to include usbJean-Jacques Hiblot1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-25usb: xhci: Fix bool initialization in xhci_bulk_txGustavo A. R. Silva1-1/+1
2017-07-29usb: xhci: Correct command TRB 4th dword initializationBin Meng1-2/+9
2016-09-24treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2015-04-18dm: usb: xhci: Use a function to get xhci_ctrlSimon Glass1-4/+4
2015-04-14usb: 64-bit architectures support for xHCISergey Temerkhanov1-15/+15
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+1
2013-10-21USB: xHCI: Add stack support for xHCIVivek Gautam1-0/+939