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
/
misc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-13
Merge tag 'usb-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
3
-14
/
+25
2024-10-07
USB: yurex: kill needless initialization in yurex_read
Oliver Neukum
1
-1
/
+1
2024-10-07
Revert "usb: yurex: Replace snprintf() with the safer scnprintf() variant"
Oliver Neukum
1
-11
/
+8
2024-10-04
usb: misc: onboard_usb_dev: introduce new config symbol for usb5744 SMBus sup...
Radhey Shyam Pandey
2
-2
/
+16
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-09-13
USB: misc: yurex: fix race between read and write
Oliver Neukum
1
-4
/
+6
2024-09-13
USB: misc: cypress_cy7c63: check for short transfer
Oliver Neukum
1
-0
/
+4
2024-09-13
USB: appledisplay: close race between probe and completion handler
Oliver Neukum
1
-4
/
+11
2024-09-11
usb: misc: onboard_usb_dev: add Microchip usb5744 SMBus programming support
Radhey Shyam Pandey
1
-0
/
+77
2024-09-11
usb: misc: onboard_dev: extend platform data to add power on delay field
Radhey Shyam Pandey
2
-0
/
+3
2024-08-25
usb: misc: brcmstb-usb-pinmap: fix module autoloading
Liao Chen
1
-0
/
+1
2024-08-19
Merge 6.11-rc4 into usb-next
Greg Kroah-Hartman
1
-0
/
+1
2024-08-13
usb: misc: ljca: Add Lunar Lake ljca GPIO HID to ljca_gpio_hids[]
Hans de Goede
1
-0
/
+1
2024-07-31
usb: misc: eud: switch to fallback compatible for device matching
Krzysztof Kozlowski
1
-1
/
+1
2024-07-25
of: remove internal arguments from of_property_for_each_u32()
Luca Ceresoli
1
-3
/
+1
2024-06-27
usb: misc: onboard_usb_dev: Add match function
Matthias Kaehlcke
1
-4
/
+7
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: misc: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
3
-0
/
+3
2024-04-30
USB: fix up for "usb: misc: onboard_hub: rename to onboard_dev"
Stephen Rothwell
1
-1
/
+5
2024-04-04
usb: misc: uss720: check for incompatible versions of the Belkin F5U002
Alex Henrie
1
-7
/
+13
2024-04-04
usb: misc: uss720: add support for another variant of the Belkin F5U002
Alex Henrie
1
-2
/
+5
2024-04-04
usb: misc: uss720: document the names of the compatible devices
Alex Henrie
1
-6
/
+6
2024-04-04
usb: misc: uss720: point pp->dev to usbdev->dev
Alex Henrie
1
-0
/
+1
2024-04-01
Merge 6.9-rc2 into usb-next
Greg Kroah-Hartman
1
-13
/
+9
2024-03-27
usb: misc: onboard_dev: add support for XMOS XVF3500
Javier Carrasco
2
-0
/
+10
2024-03-27
usb: misc: onboard_dev: add support for non-hub devices
Javier Carrasco
2
-1
/
+35
2024-03-27
usb: misc: onboard_hub: rename to onboard_dev
Javier Carrasco
6
-553
/
+569
2024-03-27
usb: misc: onboard_hub: use device supply names
Javier Carrasco
2
-23
/
+39
2024-03-26
usb: misc: ljca: Fix double free in error handling path
Yongzhi Liu
1
-13
/
+9
2024-03-05
usb: misc: onboard_hub: use pointer consistently in the probe function
Javier Carrasco
1
-1
/
+1
2024-03-05
usb: misc: onboard_usb_hub: Add support for TI TUSB8020B
Macpaul Lin
2
-0
/
+9
2024-01-04
USB: core: Use device_driver directly in struct usb_driver and usb_device_driver
Yajun Deng
1
-1
/
+1
2024-01-02
usb: yurex: Fix inconsistent locking bug in yurex_read()
Harshit Mogalapalli
1
-1
/
+3
2023-12-15
usb: yurex: Replace snprintf() with the safer scnprintf() variant
Lee Jones
1
-5
/
+7
2023-11-27
usb: misc: onboard_usb_hub: Add support for Cypress CY7C6563x
Frieder Schrempf
2
-0
/
+7
2023-11-27
usb: misc: onboard_usb_hub: Add support for clock input
Frieder Schrempf
1
-0
/
+14
2023-11-27
usb: misc: onboard_usb_hub: Print symbolic error names
Frieder Schrempf
1
-4
/
+5
2023-11-27
Merge 6.7-rc3 into usb-next
Greg Kroah-Hartman
3
-13
/
+13
2023-11-22
usb: misc: onboard-hub: add support for Microchip USB5744
Stefan Eichenberger
2
-0
/
+9
2023-11-22
usb: misc: ljca: Fix enumeration error on Dell Latitude 9420
Hans de Goede
1
-1
/
+2
2023-11-22
usb: misc: eud: Add IRQ check for platform_get_irq()
Chen Ni
1
-0
/
+3
2023-11-22
USB: misc: iowarrior: remove redundant assignment to variable io_res
Colin Ian King
1
-1
/
+0
2023-11-21
usb: misc: ljca: Drop _ADR support to get ljca children devices
Wentong Wu
1
-12
/
+2
2023-10-16
Merge 6.6-rc6 into usb-next
Greg Kroah-Hartman
2
-0
/
+2
2023-10-11
usb: Add support for Intel LJCA device
Wentong Wu
3
-0
/
+916
2023-10-10
usb: Use device_get_match_data()
Rob Herring
1
-6
/
+1
2023-10-08
usb: usbtest: fix a type promotion bug
Dan Carpenter
1
-1
/
+1
2023-10-02
usb: misc: onboard_usb_hub: add Genesys Logic gl3510 hub support
Jerome Brunet
1
-0
/
+1
2023-10-02
usb: misc: onboard_hub: add support for Microchip USB2412 USB 2.0 hub
Javier Carrasco
2
-0
/
+2
[next]