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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-27
xhci: dbc: Allow users to modify DbC poll interval via sysfs
Uday M Bhat
2
-1
/
+39
2024-06-27
xhci: Set correct transferred length for cancelled isoc transfers
Mathias Nyman
1
-1
/
+3
2024-06-27
xhci: show usb device name in xhci urb tracing
Mathias Nyman
1
-1
/
+4
2024-06-27
xhci: Remove dead code in xhci_move_dequeue_past_td()
Hector Martin
1
-21
/
+0
2024-06-27
usb: gadget: aspeed_udc: validate endpoint index for ast udc
Ma Ke
1
-0
/
+2
2024-06-27
usb: chipidea: ci_hdrc_tegra: Switch to RUNTIME_PM_OPS()
Fabio Estevam
1
-5
/
+4
2024-06-27
usb: chipidea: ci_hdrc_imx: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS()
Fabio Estevam
1
-10
/
+9
2024-06-27
usb: misc: onboard_usb_dev: Add match function
Matthias Kaehlcke
1
-4
/
+7
2024-06-27
usb: uas: set host status byte on data completion error
Shantanu Goel
1
-0
/
+1
2024-06-20
usb: typec-mux: nb7vpq904m: broadcast typec state to next mux
Neil Armstrong
1
-2
/
+22
2024-06-20
usb: typec-mux: ptn36502: broadcast typec state to next mux
Neil Armstrong
1
-2
/
+22
2024-06-20
usb: typec-mux: nb7vpq904m: unregister typec switch on probe error and remove
Neil Armstrong
1
-1
/
+6
2024-06-20
usb: typec-mux: ptn36502: unregister typec switch on probe error and remove
Neil Armstrong
1
-2
/
+9
2024-06-20
usb: typec: ucsi: psy: Add support for the charge type property
Heikki Krogerus
2
-0
/
+35
2024-06-20
usb: typec: ucsi: Changing the driver data type to void
Heikki Krogerus
1
-1
/
+1
2024-06-20
usb: typec: ucsi: don't retrieve PDOs if not supported
Mark Pearson
1
-0
/
+4
2024-06-20
usb: host: xhci-plat: Add support for XHCI_WRITE_64_HI_LO
Daehwan Jung
1
-0
/
+3
2024-06-20
xhci: Add a quirk for writing ERST in high-low order
Daehwan Jung
2
-1
/
+6
2024-06-20
usb: dwc3: Support quirk for writing high-low order
Daehwan Jung
1
-1
/
+3
2024-06-20
usb: typec: tipd: use min() to set tps6598x firmware packet size
Javier Carrasco
1
-4
/
+1
2024-06-20
usb: typec: tipd: add error log to provide firmware name and size
Javier Carrasco
1
-0
/
+4
2024-06-20
usb: typec: tipd: drop second firmware name read
Javier Carrasco
1
-17
/
+7
2024-06-20
usb: typec: tcpm: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
1
-4
/
+4
2024-06-20
usb: misc: Drop explicit initialization of struct i2c_device_id::driver_data ...
Uwe Kleine-König
3
-11
/
+11
2024-06-20
usb: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
5
-0
/
+5
2024-06-20
usb: common: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2
-0
/
+2
2024-06-20
usb: phy: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2
-0
/
+2
2024-06-20
usb: host: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2
-0
/
+2
2024-06-20
usb: misc: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
3
-0
/
+3
2024-06-20
usb: gadget: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
29
-0
/
+29
2024-06-18
Merge tag 'v6.10-rc4' into usb-next
Greg Kroah-Hartman
12
-31
/
+89
2024-06-14
USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages
Alan Stern
1
-2
/
+2
2024-06-12
xhci: Handle TD clearing for multiple streams case
Hector Martin
2
-11
/
+44
2024-06-12
xhci: Apply broken streams quirk to Etron EJ188 xHCI host
Kuangyi Chiang
1
-1
/
+3
2024-06-12
xhci: Apply reset resume quirk to Etron EJ188 xHCI host
Kuangyi Chiang
1
-0
/
+5
2024-06-12
xhci: Set correct transferred length for cancelled bulk transfers
Mathias Nyman
1
-3
/
+2
2024-06-04
usb: typec: ucsi: Enable UCSI v2.0 notifications
Diogo Ivo
1
-1
/
+18
2024-06-04
usb: typec: ucsi: Add new capability bits
Diogo Ivo
1
-1
/
+7
2024-06-04
usb: typec: mux: gpio-sbu: Make enable gpio optional
Francesco Dolcini
1
-1
/
+5
2024-06-04
usb: typec: ucsi: Always set number of alternate modes
Jameson Thies
1
-3
/
+11
2024-06-04
usb: typec: ucsi: Delay alternate mode discovery
Jameson Thies
1
-2
/
+2
2024-06-04
usb: typec: Update sysfs when setting ops
Abhishek Pandit-Subedi
3
-3
/
+19
2024-06-04
usb: typec: ucsi: Fix null pointer dereference in trace
Abhishek Pandit-Subedi
1
-1
/
+1
2024-06-04
usb: musb: da8xx: Implement BABBLE recovery
Bastien Curutchet
1
-0
/
+8
2024-06-04
usb: musb: da8xx: Remove try_idle implementation from host-only mode
Bastien Curutchet
1
-1
/
+4
2024-06-04
Revert "usb: musb: da8xx: Set phy in OTG mode by default"
Bastien Curutchet
1
-7
/
+0
2024-06-04
usb: typec: tcpm: print error on hard reset
Sebastian Reichel
1
-0
/
+2
2024-06-04
usb: typec: tcpm: avoid resets for missing source capability messages
Sebastian Reichel
1
-2
/
+25
2024-06-04
usb: musb: mpfs: detect UPLI external vbus control requirement from DT
Conor Dooley
1
-0
/
+2
2024-06-04
usb: host: oxu210hp: remove unused struct 'ehci_dbg_port'
Dr. David Alan Gilbert
1
-25
/
+0
[next]