summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc
Commit message (Expand)AuthorAgeFilesLines
* USB: misc: iowarrior: fix up header size for USB_DEVICE_ID_CODEMERCS_IOW100Greg Kroah-Hartman2023-01-201-1/+1
* usb: misc: onboard_hub: Move 'attach' work to the driverMatthias Kaehlcke2023-01-171-6/+6
* usb: misc: onboard_hub: Invert driver registration orderMatthias Kaehlcke2023-01-171-3/+3
* Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-162-2/+2
|\
| * Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman2022-11-211-1/+1
| |\
| * | USB: make devnode() callback in usb_class_driver take a const *Greg Kroah-Hartman2022-10-202-2/+2
* | | Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-12-1614-2985/+21
|\ \ \
| * | | usb: misc: onboard_usb_hub: add Genesys Logic GL850G hub supportIcenowy Zheng2022-12-082-0/+7
| * | | USB: sisusbvga: use module_usb_driver()Jiri Slaby (SUSE)2022-12-081-12/+1
| * | | USB: sisusbvga: rename sisusb.c to sisusbvga.cJiri Slaby (SUSE)2022-12-082-2/+0
| * | | USB: sisusbvga: remove console supportJiri Slaby (SUSE)2022-12-087-2957/+6
| * | | usb: misc: onboard_usb_hub: Drop obsolete dependency on COMPILE_TESTJean Delvare2022-11-291-1/+1
| * | | usb: usb251xb: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
| * | | usb: misc: usb3503: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
| * | | usb: usb4604: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
| * | | usb: ftdi-elan: remove variable lColin Ian King2022-11-221-2/+0
| * | | Merge 6.1-rc3 into usb-nextGreg Kroah-Hartman2022-10-311-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | usb: ftdi-elan: remove variable err_countColin Ian King2022-10-221-2/+0
| | |/ | |/|
* | | Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-12-141-1/+0
|\ \ \ | |_|/ |/| |
| * | hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld2022-11-181-1/+0
| |/
* / fbdev: sisfb: use explicitly signed charJason A. Donenfeld2022-10-241-1/+1
|/
* Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-074-25/+34
|\
| * usb: idmouse: fix an uninit-value in idmouse_openDongliang Mu2022-09-271-4/+4
| * usb: usb251xb: Switch to use dev_err_probe() helperYang Yingliang2022-09-271-8/+4
| * usb: misc: usb3503: call clk_disable_unprepare in the error handlingDongliang Mu2022-09-091-6/+19
| * usb: misc: uss720: fix uninitialized variable rlenDongliang Mu2022-09-071-4/+4
| * Merge 6.0-rc4 into usb-nextGreg Kroah-Hartman2022-09-051-4/+1
| |\
| * | usb: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-191-3/+3
* | | Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang2022-09-161-4/+1
|\ \ \ | | |/ | |/|
| * | usb: misc: onboard_usb_hub: Drop reset delay in onboard_hub_power_off()Matthias Kaehlcke2022-08-181-4/+1
| |/
* / i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
|/
* Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-08-081-1/+1
|\
| * tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*Jiri Slaby2022-06-271-1/+1
* | usb: misc: onboard_usb_hub: Remove duplicated power_on delayAlexander Stein2022-07-281-3/+0
* | usb: misc: onboard_usb_hub: Add TI USB8041 hub supportAlexander Stein2022-07-272-0/+9
* | usb: misc: onboard_usb_hub: Add reset-gpio supportAlexander Stein2022-07-272-5/+45
* | USB: usbsevseg: convert sysfs snprintf to sysfs_emitXuezhi Zhang2022-07-271-1/+1
* | usb: misc: onboard-hub: add support for Microchip USB2514B USB 2.0 hubFabrice Gasnier2022-07-272-0/+3
* | usb/misc: fix repeated words in commentsJilin Yuan2022-07-271-1/+1
* | usb: ldusb: replace ternary operator with max_t()Jiangshan Yi2022-07-141-2/+4
* | usb: misc: onboard_hub: Fix 'missing prototype' warningMatthias Kaehlcke2022-07-141-0/+1
* | usb: misc: Add onboard_usb_hub driverMatthias Kaehlcke2022-07-085-0/+604
|/
* Revert "usb: misc: Add onboard_usb_hub driver"Greg Kroah-Hartman2022-05-033-534/+0
* Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman2022-05-032-7/+6
|\
| * usb: misc: eud: Fix an error handling path in eud_probe()Christophe JAILLET2022-04-211-5/+5
| * usb: misc: fix improper handling of refcount in uss720_probe()Hangyu Hua2022-04-211-2/+1
* | usb: misc: Add onboard_usb_hub driverMatthias Kaehlcke2022-04-263-0/+534
* | usb: remove third argument of usb_maxpacket()Vincent Mailhol2022-04-232-11/+6
|/
* usb: misc: USB_QCOM_EUD should depend on ARCH_QCOMGeert Uytterhoeven2022-02-241-0/+1
* Merge 5.17-rc4 into usb-nextGreg Kroah-Hartman2022-02-141-1/+3
|\