index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
8
-10
/
+13
2025-05-21
xhci: Add missing parameter description to xhci_get_endpoint_index()
Hans Zhang
1
-0
/
+1
2025-05-21
usb: xhci: rename 'irq_control' to 'imod'
Niklas Neronin
2
-12
/
+12
2025-05-21
usb: xhci: rename 'irq_pending' to 'iman'
Niklas Neronin
3
-17
/
+17
2025-05-21
usb: xhci: cleanup IMOD register comments
Niklas Neronin
1
-15
/
+18
2025-05-21
usb: xhci: rework Event Ring Segment Table Address mask
Niklas Neronin
2
-3
/
+4
2025-05-21
usb: xhci: rework Event Ring Segment Table Size mask
Niklas Neronin
2
-4
/
+4
2025-05-21
usb: xhci: remove '0' write to write-1-to-clear register
Niklas Neronin
4
-9
/
+10
2025-05-21
usb: xhci: guarantee that IMAN register is flushed
Niklas Neronin
2
-0
/
+6
2025-05-21
usb: xhci: improve Interrupt Management register macros
Niklas Neronin
2
-12
/
+10
2025-05-21
usb: xhci: set requested IMODI to the closest supported value
Niklas Neronin
2
-6
/
+6
2025-05-21
usb: xhci: cleanup xhci_mem_init()
Niklas Neronin
1
-25
/
+27
2025-05-21
usb: xhci: add individual allocation checks in xhci_mem_init()
Niklas Neronin
1
-4
/
+11
2025-05-21
usb: xhci: move initialization of the primary interrupter
Niklas Neronin
3
-13
/
+14
2025-05-21
usb: xhci: remove error handling from xhci_add_interrupter()
Niklas Neronin
1
-19
/
+8
2025-05-21
usb: xhci: move enabling of USB 3 device notifications
Niklas Neronin
3
-12
/
+18
2025-05-21
usb: xhci: move doorbell array pointer assignment
Niklas Neronin
3
-10
/
+15
2025-05-21
usb: xhci: move DCBAA pointer write
Niklas Neronin
2
-1
/
+3
2025-05-21
usb: xhci: refactor xhci_set_cmd_ring_deq()
Niklas Neronin
2
-17
/
+19
2025-05-21
usb: xhci: move command ring pointer write
Niklas Neronin
2
-27
/
+20
2025-05-21
usb: xhci: move device slot enabling register write
Niklas Neronin
2
-14
/
+22
2025-05-21
usb: xhci: relocate pre-allocation initialization
Niklas Neronin
2
-31
/
+26
2025-05-21
usb: xhci: Add debugfs support for xHCI port bandwidth
Xu Rao
5
-1
/
+215
2025-05-21
usb: xhci: Don't log transfer ring segment list on errors
Michal Pecio
1
-3
/
+0
2025-05-13
Merge 6.15-rc6 into usb-next
Greg Kroah-Hartman
5
-14
/
+32
2025-05-05
xhci: dbc: Avoid event polling busyloop if pending rx transfers are inactive.
Mathias Nyman
2
-3
/
+19
2025-05-05
usb: xhci: Don't trust the EP Context cycle bit when moving HW dequeue
Michal Pecio
1
-10
/
+9
2025-05-01
usb: uhci-platform: Make the clock really optional
Alexey Charkov
1
-1
/
+1
2025-05-01
usb: host: tegra: Prevent host controller crash when OTG port is used
Jim Lin
1
-0
/
+3
2025-04-28
Merge 6.15-rc4 into usb-next
Greg Kroah-Hartman
5
-35
/
+49
2025-04-25
USB: host: omap: Do not enable by default during compile testing
Krzysztof Kozlowski
1
-1
/
+1
2025-04-11
USB: OHCI: Add quirk for LS7A OHCI controller (rev 0x02)
Huacai Chen
1
-0
/
+23
2025-04-11
usb: ehci-fsl: Fix use of private data to avoid -Wflex-array-member-not-at-en...
Alan Stern
1
-17
/
+8
2025-04-11
xhci: Limit time spent with xHC interrupts disabled during bus resume
Mathias Nyman
3
-16
/
+20
2025-04-11
usb: xhci: Fix invalid pointer dereference in Etron workaround
Michal Pecio
1
-1
/
+1
2025-04-11
usb: xhci: Fix Short Packet handling rework ignoring errors
Michal Pecio
1
-1
/
+1
2025-04-11
Revert "xhci: Prevent early endpoint restart when handling STALL errors."
Mathias Nyman
3
-13
/
+3
2025-04-11
Revert "xhci: Avoid queuing redundant Stop Endpoint command for stalled endpo...
Mathias Nyman
1
-5
/
+3
2025-04-11
usb: host: xhci: Notify xHCI sideband on transfer ring free
Wesley Cheng
2
-1
/
+31
2025-04-11
usb: host: xhci-plat: Set XHCI max interrupters if property is present
Wesley Cheng
1
-0
/
+2
2025-04-11
usb: host: xhci-mem: Allow for interrupter clients to choose specific index
Wesley Cheng
3
-13
/
+18
2025-04-11
usb: host: xhci-mem: Cleanup pending secondary event ring events
Wesley Cheng
4
-9
/
+54
2025-04-11
xhci: sideband: add initial api to register a secondary interrupter entity
Mathias Nyman
4
-0
/
+446
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
13
-23
/
+23
2025-04-03
Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
12
-284
/
+298
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+1
2025-03-14
usb: host: xhci-plat: allow upper layers to signal power loss
Théo Lebrun
2
-1
/
+3
2025-03-14
usb: xhci: change xhci_resume() parameters to explicit the desired info
Théo Lebrun
6
-22
/
+21
2025-03-14
usb: xhci: tegra: rename `runtime` boolean to `is_auto_runtime`
Théo Lebrun
1
-5
/
+5
2025-03-14
usb: host: xhci-plat: mvebu: use ->quirks instead of ->init_quirk() func
Théo Lebrun
3
-17
/
+1
[next]