index
:
puma-u-boot.git
boot0
lion-v2019.04
master
puma-release-v2017.05
puma-release-v2017.09
puma-release-v2017.11-rc3
puma-v2017.05
puma-v2017.05-DDR3-1866
puma-v2019.04
puma-v2019.04-atf
rk3399-android9.0-sdk-puma
v2019.04-som
v2022.10-puma
v2024.07-puma
wip-px30
U-Boot bootloader for PUMA SOM-RK3399-Q7
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-ring.c
Age
Commit message (
Expand
)
Author
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
usb: Remove <common.h> and add needed includes
Tom Rini
2024-04-05
usb: xhci: Abort transfers with unallocated rings
Janne Grunau
2023-12-01
usb: xhci: Fix DMA address calculation in queue_trb
Hector Martin
2023-12-01
usb: xhci: Do not panic on event timeouts
Hector Martin
2023-12-01
usb: xhci: Fail on attempt to queue TRBs to a halted endpoint
Hector Martin
2023-12-01
usb: xhci: Recover from halted bulk endpoints
Hector Martin
2023-12-01
usb: xhci: Allow context state errors when halting an endpoint
Hector Martin
2023-12-01
usb: xhci: Better error handling in abort_td()
Hector Martin
2023-12-01
usb: xhci: Guard all calls to xhci_wait_for_event
Hector Martin
2023-01-27
usb: xhci: Implement DMA mapping
Mark Kettenis
2022-02-16
usb: xhci: reset endpoint on USB stall
Stefan Agner
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-04-06
usb: xhci: Make debug output better readable and checkpatch clean
Stefan Roese
2021-02-18
xhci: translate virtual addresses into the bus's address space
Nicolas Saenz Julienne
2021-02-10
usb: xhci: Fix compare to use physical addresses in xhci_bulk_tx()
Stefan Roese
2020-12-16
usb: xhci: fix lack of short packet event trb handling
Ran Wang
2020-10-07
usb: xhci: xhci_bulk_tx: Don't "BUG" when comparing addresses
Stefan Roese
2020-10-01
usb: xhci: convert to TRB_TX_TYPE()
Chunfeng Yun
2020-10-01
usb: xhci: convert to TRB_LEN() and TRB_INTR_TARGET()
Chunfeng Yun
2020-10-01
usb: xhci: convert to TRB_TYPE()
Chunfeng Yun
2020-10-01
usb: xhci: add quirks flag to support MediaTek xHCI 0.96
Chunfeng Yun
2020-10-01
usb: xhci: create one unified function to calculate TRB TD remainder
Chunfeng Yun
2020-10-01
usb: xhci: add a member hci_version in xhci_ctrl struct
Chunfeng Yun
2020-08-05
usb: xhci: Add virt_to_phys() to support mapped platforms
Stefan Roese
2020-05-18
common: Drop linux/bug.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
2019-11-08
usb: xhci: support 1.1 or later version
Chunfeng Yun
2019-10-24
usb: xhci: move xhci.h to include usb
Jean-Jacques Hiblot
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-01-25
usb: xhci: Fix bool initialization in xhci_bulk_tx
Gustavo A. R. Silva
2017-07-28
usb: xhci: Correct command TRB 4th dword initialization
Bin Meng
2016-09-23
treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>
Masahiro Yamada
2015-04-18
dm: usb: xhci: Use a function to get xhci_ctrl
Simon Glass
2015-04-14
usb: 64-bit architectures support for xHCI
Sergey Temerkhanov
2014-11-23
linux/kernel.h: sync min, max, min3, max3 macros with Linux
Masahiro Yamada
2013-10-20
USB: xHCI: Add stack support for xHCI
Vivek Gautam