index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-ring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-20
xhci: Tune interrupt blocking for isochronous transfers
Mathias Nyman
1
-4
/
+19
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-05-14
usb: xhci: Fix NULL pointer dereference when enqueuing trbs from urb sg list
Sriharsha Allenki
1
-2
/
+2
2020-04-21
xhci: Don't clear hub TT buffer on ep0 protocol stall
Mathias Nyman
1
-5
/
+11
2020-04-21
xhci: Fix handling halted endpoint even if endpoint ring appears empty
Mathias Nyman
1
-1
/
+29
2020-03-12
xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0
Kai-Heng Feng
1
-0
/
+1
2020-03-12
xhci: Show host status when watchdog triggers and host is assumed dead.
Mathias Nyman
1
-0
/
+4
2020-03-12
xhci: Add a separate debug message for split transaction errors.
Mathias Nyman
1
-0
/
+4
2019-12-11
xhci: handle some XHCI_TRUST_TX_LENGTH quirks cases as default behaviour.
Mathias Nyman
1
-1
/
+2
2019-12-11
xhci: fix USB3 device initiated resume race with roothub autosuspend
Mathias Nyman
1
-2
/
+1
2019-11-16
usb: host: xhci: Support running urb giveback in tasklet context
Suwan Kim
1
-2
/
+0
2019-11-16
xhci: Add tracing for xhci doorbell register writes
Mathias Nyman
1
-0
/
+6
2019-11-16
usb: host: xhci: update event ring dequeue pointer on purpose
Peter Chen
1
-17
/
+43
2019-10-28
usb: xhci: fix Immediate Data Transfer endianness
Samuel Holland
1
-0
/
+2
2019-10-04
xhci: Fix false warning message about wrong bounce buffer write length
Mathias Nyman
1
-2
/
+2
2019-06-23
Merge 5.2-rc6 into usb-next
Greg Kroah-Hartman
1
-1
/
+14
2019-06-18
usb: xhci: Don't try to recover an endpoint if port is in error state.
Mathias Nyman
1
-1
/
+14
2019-06-05
usb: xhci: Add Clear_TT_Buffer
Jim Lin
1
-1
/
+26
2019-05-22
xhci: Use %zu for printing size_t type
Fabio Estevam
1
-2
/
+2
2019-05-22
xhci: Fix immediate data transfer if buffer is already DMA mapped
Mathias Nyman
1
-3
/
+6
2019-05-22
xhci: update bounce buffer with correct sg num
Henry Lin
1
-4
/
+13
2019-04-27
xhci: add port and bus number to port dynamic debugging
Mathias Nyman
1
-4
/
+8
2019-04-27
usb: xhci: add Immediate Data Transfer support
Nicolas Saenz Julienne
1
-0
/
+12
2019-03-22
xhci: Fix port resume done detection for SS ports with LPM enabled
Mathias Nyman
1
-3
/
+6
2018-12-07
xhci: move bus_state structure under the xhci_hub structure.
Mathias Nyman
1
-1
/
+1
2018-11-09
xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 Soc
Cherian, George
1
-1
/
+34
2018-11-09
usb: xhci: fix uninitialized completion when USB3 port got wrong status
Aaron Ma
1
-1
/
+1
2018-11-09
xhci: Add check for invalid byte size error when UAS devices are connected.
Sandeep Singh
1
-0
/
+1
2018-11-09
xhci: handle port status events for removed USB3 hcd
Mathias Nyman
1
-0
/
+7
2018-09-28
xhci: Avoid USB autosuspend when resuming USB2 ports.
Anshuman Gupta
1
-0
/
+1
2018-09-28
xhci: Use soft retry to recover faster from transaction errors
Mathias Nyman
1
-0
/
+19
2018-05-24
xhci: change xhci_test_and_clear_bit() to use new port structure
Mathias Nyman
1
-12
/
+3
2018-05-24
xhci: change xhci_set_link_state() to work with port structures
Mathias Nyman
1
-2
/
+1
2018-05-24
xhci: rename faked_port_index to hcd_portnum
Mathias Nyman
1
-22
/
+19
2018-05-24
xhci: xhci-ring: use port structures for port event handler
Mathias Nyman
1
-71
/
+8
2018-03-16
xhci: Clear the host side toggle manually when endpoint is soft reset
Mathias Nyman
1
-2
/
+3
2018-03-16
xhci: Don't always run the default stop endpoint command completion handler
Mathias Nyman
1
-1
/
+2
2018-03-16
usb: xhci: Remove ep_trb from finish_td()
Lu Baolu
1
-4
/
+4
2018-03-16
usb: xhci: Remove ep_trb from xhci_cleanup_halted_endpoint()
Lu Baolu
1
-7
/
+4
2017-12-18
Merge 4.15-rc4 into usb-next
Greg Kroah-Hartman
1
-7
/
+11
2017-12-08
usb: xhci: fix TDS for MTK xHCI1.1
Chunfeng Yun
1
-3
/
+3
2017-12-08
usb: xhci: Make some static functions global
Lu Baolu
1
-2
/
+2
2017-12-08
xhci: remove unnecessary boolean parameter from xhci_alloc_command
Mathias Nyman
1
-3
/
+3
2017-12-08
usb: xhci: remove unused variable ep_ring
Corentin Labbe
1
-2
/
+0
2017-12-08
usb: xhci: remove unused variable urb_priv
Corentin Labbe
1
-2
/
+0
2017-12-01
xhci: Don't show incorrect WARN message about events for empty rings
Mathias Nyman
1
-4
/
+8
2017-11-07
USB: host: xhci: Remove redundant license text
Greg Kroah-Hartman
1
-13
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-10-23
Merge 4.14-rc6 into usb-next
Greg Kroah-Hartman
1
-7
/
+14
2017-10-17
xhci: Convert timers to use timer_setup()
Kees Cook
1
-6
/
+3
[next]