index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: xhci: do not perform Soft Retry for some xHCI hosts
Stanislaw Gruszka
2021-03-11
1
-0
/
+1
*
Merge 5.11-rc7 into usb-next
Greg Kroah-Hartman
2021-02-08
1
-0
/
+4
|
\
|
*
usb: xhci-mtk: fix unreleased bandwidth data
Ikjoon Jang
2021-01-26
1
-0
/
+4
*
|
xhci: remove obsolete dequeue pointer moving code
Mathias Nyman
2021-01-29
1
-14
/
+0
*
|
xhci: split handling halted endpoints into two steps
Mathias Nyman
2021-01-29
1
-0
/
+8
*
|
xhci: store TD status in the td struct instead of passing it along
Mathias Nyman
2021-01-29
1
-0
/
+1
*
|
xhci: avoid DMA double fetch when reading event trb type.
Mathias Nyman
2021-01-29
1
-1
/
+1
*
|
xhci: remove extra loop in interrupt context
Mathias Nyman
2021-01-29
1
-0
/
+2
*
|
xhci: remove xhci_stream_id_to_ring() helper
Mathias Nyman
2021-01-29
1
-4
/
+0
*
|
xhci: add xhci_get_virt_ep() helper
Mathias Nyman
2021-01-29
1
-1
/
+2
*
|
xhci: adjust parameters passed to cleanup_halted_endpoint()
Mathias Nyman
2021-01-29
1
-0
/
+1
*
|
xhci: Avoid parsing transfer events several times
Mathias Nyman
2021-01-29
1
-0
/
+2
|
/
*
usb: xhci: Use temporary buffer to consolidate SG
Tejas Joglekar
2020-12-09
1
-0
/
+4
*
usb: xhci: Set quirk for XHCI_SG_TRB_CACHE_SIZE_QUIRK
Tejas Joglekar
2020-12-09
1
-0
/
+1
*
usb: xhci: Workaround for S3 issue on AMD SNPS 3.0 xHC
Sandeep Singh
2020-10-29
1
-0
/
+1
*
usb: host: xhci-plat: add priv quirk for skip PHY initialization
Peter Chen
2020-09-20
1
-0
/
+1
*
usb: xhci-pci: Add support for reset controllers
Nicolas Saenz Julienne
2020-08-18
1
-0
/
+2
*
xhci: dbc: don't use generic xhci ring allocation functions for dbc.
Mathias Nyman
2020-07-23
1
-0
/
+2
*
xhci: Fix incorrect EP_STATE_MASK
Mathias Nyman
2020-06-24
1
-1
/
+1
*
usb: xhci: Add support for Renesas controller with memory
Vinod Koul
2020-05-15
1
-0
/
+1
*
Merge 5.7-rc3 into usb-next
Greg Kroah-Hartman
2020-04-27
1
-2
/
+3
|
\
|
*
xhci: Fix handling halted endpoint even if endpoint ring appears empty
Mathias Nyman
2020-04-21
1
-2
/
+3
*
|
USB: host: Use the correct style for SPDX License Identifier
Nishad Kamdar
2020-04-16
1
-1
/
+1
|
/
*
xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0
Kai-Heng Feng
2020-03-12
1
-0
/
+1
*
xhci: Show host status when watchdog triggers and host is assumed dead.
Mathias Nyman
2020-03-12
1
-0
/
+29
*
Merge 5.6-rc3 into usb-next
Greg Kroah-Hartman
2020-02-24
1
-3
/
+11
|
\
|
*
xhci: Fix memory leak when caching protocol extended capability PSI tables - ...
Mathias Nyman
2020-02-12
1
-3
/
+11
|
*
Revert "xhci: Fix memory leak when caching protocol extended capability PSI t...
Greg Kroah-Hartman
2020-02-12
1
-11
/
+3
|
*
xhci: Fix memory leak when caching protocol extended capability PSI tables
Mathias Nyman
2020-02-10
1
-3
/
+11
*
|
USB: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-23
1
-2
/
+2
|
/
*
usb: xhci: only set D3hot for pci device
Henry Lin
2019-12-11
1
-0
/
+1
*
xhci: Add tracing for xhci doorbell register writes
Mathias Nyman
2019-11-16
1
-0
/
+29
*
xhci: add TSP bitflag to TRB tracing
Mathias Nyman
2019-09-03
1
-1
/
+2
*
xhci: Fix crash if scatter gather is used with Immediate Data Transfer (IDT).
Mathias Nyman
2019-07-25
1
-1
/
+2
*
Merge 5.2-rc6 into usb-next
Greg Kroah-Hartman
2019-06-23
1
-0
/
+9
|
\
|
*
usb: xhci: Don't try to recover an endpoint if port is in error state.
Mathias Nyman
2019-06-18
1
-0
/
+9
*
|
usb: xhci: Add Clear_TT_Buffer
Jim Lin
2019-06-05
1
-0
/
+5
|
/
*
xhci: Fix immediate data transfer if buffer is already DMA mapped
Mathias Nyman
2019-05-22
1
-1
/
+2
*
xhci: Add tracing for input control context
Mathias Nyman
2019-04-27
1
-0
/
+29
*
usb: xhci: add Immediate Data Transfer support
Nicolas Saenz Julienne
2019-04-27
1
-0
/
+17
*
xhci: Don't let USB3 ports stuck in polling state prevent suspend
Mathias Nyman
2019-03-22
1
-0
/
+8
*
Merge USB 4.20-rc8 mergepoint into usb-next
Greg Kroah-Hartman
2018-12-21
1
-2
/
+2
|
\
|
*
USB: xhci: fix 'broken_suspend' placement in struct xchi_hcd
Nicolas Saenz Julienne
2018-12-17
1
-2
/
+2
*
|
Merge 4.20-rc6 into usb-next
Greg Kroah-Hartman
2018-12-10
1
-0
/
+3
|
\
|
|
*
xhci: workaround CSS timeout on AMD SNPS 3.0 xHC
Sandeep Singh
2018-12-06
1
-0
/
+3
*
|
xhci: remove unused hcd_index()
Mathias Nyman
2018-12-07
1
-7
/
+0
*
|
xhci: move bus_state structure under the xhci_hub structure.
Mathias Nyman
2018-12-07
1
-2
/
+2
*
|
xhci: remove the unused sw_lpm_support
Zeng Tao
2018-12-07
1
-2
/
+0
|
/
*
xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 Soc
Cherian, George
2018-11-09
1
-0
/
+1
*
usb: xhci: fix timeout for transition from RExit to U0
Aaron Ma
2018-11-09
1
-1
/
+1
[next]