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
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
2022-05-19
usb: Probe EHCI, OHCI controllers asynchronously
Dmitry Torokhov
2
-0
/
+2
2022-05-19
xhci: Don't defer primary roothub registration if there is only one roothub
Mathias Nyman
1
-2
/
+2
2022-05-12
xhci: Allow host runtime PM as default for Intel Alder Lake N xHCI
Mathias Nyman
1
-0
/
+2
2022-05-12
xhci: Remove quirk for over 10 year old evaluation hardware
Mathias Nyman
3
-35
/
+7
2022-05-12
xhci: prevent U2 link power state if Intel tier policy prevented U1
Mathias Nyman
1
-7
/
+4
2022-05-12
xhci: use generic command timer for stop endpoint commands.
Mathias Nyman
4
-91
/
+37
2022-05-12
usb: host: xhci-plat: omit shared hcd if either root hub has no ports
Heiner Kallweit
1
-0
/
+2
2022-05-12
usb: host: xhci-plat: prepare operation w/o shared hcd
Heiner Kallweit
1
-13
/
+18
2022-05-12
usb: host: xhci-plat: create shared hcd after having added main hcd
Heiner Kallweit
1
-13
/
+16
2022-05-12
xhci: prepare for operation w/o shared hcd
Heiner Kallweit
4
-25
/
+68
2022-05-12
xhci: factor out parts of xhci_gen_setup()
Heiner Kallweit
1
-50
/
+54
2022-05-12
xhci: Set HCD flag to defer primary roothub registration
Kishon Vijay Abraham I
1
-0
/
+2
2022-05-12
usb: host: ehci-xilinx: adding description for return value
Piyush Mehta
1
-0
/
+6
2022-05-12
usb: host: ehci-xilinx: Fix quoted string split across lines
Piyush Mehta
1
-4
/
+2
2022-05-05
usb: ehci-omap: drop unused ehci_read() function
Arnd Bergmann
1
-5
/
+0
2022-05-03
Merge 5.18-rc5 into usb-next
Greg Kroah-Hartman
8
-4
/
+46
2022-04-23
usb: remove third argument of usb_maxpacket()
Vincent Mailhol
10
-23
/
+19
2022-04-23
drivers: usb: host: Fix deadlock in oxu_bus_suspend()
Duoming Zhou
1
-0
/
+2
2022-04-21
usb: host: ohci-omap: Make it CCF clk API compatible
Janusz Krzysztofik
1
-2
/
+16
2022-04-21
USB: host: isp116x: check return value after calling platform_get_resource()
Zhen Ni
1
-2
/
+4
2022-04-21
usb:oxu210hp-hcd: Use platform_get_irq() to get the interrupt
Minghao Chi
1
-7
/
+3
2022-04-21
usb: Prepare cleanup of powerpc's asm/prom.h
Christophe Leroy
1
-3
/
+0
2022-04-21
xhci: Enable runtime PM on second Alderlake controller
Evan Green
1
-1
/
+3
2022-04-21
USB: Fix ehci infinite suspend-resume loop issue in zhaoxin
Weitao Wango
3
-0
/
+28
2022-04-21
usb: xhci: tegra:Fix PM usage reference leak of tegra_xusb_unpowergate_partit...
zhangqilong
1
-2
/
+2
2022-04-09
xhci: increase usb U3 -> U0 link resume timeout from 100ms to 500ms
Mathias Nyman
1
-1
/
+1
2022-04-09
xhci: stop polling roothubs after shutdown
Henry Lin
1
-0
/
+11
2022-04-09
USB: Fix xhci event ring dequeue pointer ERDP update issue
Weitao Wang
1
-0
/
+1
2022-03-29
Merge tag 'for-linus-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2022-03-28
Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-68
/
+1
2022-03-26
Merge tag 'usb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
21
-250
/
+321
2022-03-22
Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
1
-2
/
+1
2022-03-16
xen/usb: harden xen_hcd against malicious backends
Juergen Gross
1
-14
/
+43
2022-03-16
Merge tag 'v5.17-rc8' into usb-next
Greg Kroah-Hartman
1
-8
/
+18
2022-03-16
xen/grant-table: remove readonly parameter from functions
Juergen Gross
1
-2
/
+2
2022-03-15
xen/usb: don't use arbitrary_virt_to_machine()
Juergen Gross
1
-3
/
+1
2022-03-15
usb: oxu210hp-hcd: remove redundant call to max_packet() macro
Vincent Mailhol
1
-1
/
+1
2022-03-11
Merge tag 'phy-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...
Greg Kroah-Hartman
4
-68
/
+1
2022-03-07
xen/usb: don't use gnttab_end_foreign_access() in xenhcd_gnttab_done()
Juergen Gross
1
-8
/
+18
2022-03-03
usb: host: xhci: Remove some unnecessary return value initializations
Linyu Yuan
1
-4
/
+4
2022-03-03
usb: host: xhci: add blank line in xhci_halt()
Linyu Yuan
1
-0
/
+3
2022-03-03
usb: host: xhci: update hci_version operation in xhci_gen_setup()
Linyu Yuan
1
-2
/
+1
2022-03-03
usb: host: xhci: fix a comment typo in xhci_mem_init()
Linyu Yuan
1
-1
/
+1
2022-03-03
usb: host: xhci: use ffs() in xhci_mem_init()
Linyu Yuan
1
-5
/
+1
2022-03-03
xhci: fix runtime PM imbalance in USB2 resume
Henry Lin
1
-0
/
+3
2022-03-03
xhci: fix uninitialized string returned by xhci_decode_ctrl_ctx()
Anssi Hannula
1
-0
/
+2
2022-03-03
xhci: fix garbage USBSTS being logged in some cases
Anssi Hannula
1
-1
/
+4
2022-03-03
xhci: make xhci_handshake timeout for xhci_reset() adjustable
Mathias Nyman
4
-15
/
+16
2022-03-03
usb: Drop commas after SoC match table sentinels
Geert Uytterhoeven
1
-1
/
+1
2022-02-28
Merge 5.17-rc6 into usb-next
Greg Kroah-Hartman
1
-9
/
+19
[next]