summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc
Commit message (Expand)AuthorAgeFilesLines
* usb: usb251xb: Use of_property_read_u16()Christophe JAILLET2023-06-131-5/+4
* usb: misc: onboard_hub: Don't warn twice about problems during removeUwe Kleine-König2023-05-301-3/+3
* usb: misc: eud: Fix indentation issuesBhupesh Sharma2023-05-291-2/+2
* usb: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-293-3/+3
* usb: misc: usb3503: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
* usb: misc: eud: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
* USB: sisusbvga: Add endpoint checksAlan Stern2023-04-201-0/+14
* usb: move config USB_USS720 to usb's misc KconfigLukas Bulwahn2023-03-291-0/+29
* Merge 6.3-rc4 into usb-nextGreg Kroah-Hartman2023-03-272-0/+2
|\
| * usb: misc: onboard-hub: add support for Microchip USB2517 USB 2.0 hubAlexander Stein2023-03-092-0/+2
* | usb: ftdi-elan: Delete driverUwe Kleine-König2023-03-213-2801/+0
* | usb: host: u132-hcd: Delete driverUwe Kleine-König2023-03-211-2/+0
* | usb: misc: usb3503: support usb3803 and bypass modeEmanuele Ghidoli2023-03-161-1/+21
* | usb: misc: usb3503: refactor code to prepare for usb3803 additionEmanuele Ghidoli2023-03-161-25/+19
* | usb: misc: usb251xb: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-161-9/+1
* | usb: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-161-18/+15
|/
* Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman2023-01-232-10/+10
|\
| * 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
* | usb: misc: onboard_usb_hub: add VIA LAB VL817 hub supportAnand Moon2023-01-192-0/+9
* | usb: misc: onboard_usb_hub: add Genesys Logic GL852G hub supportAnand Moon2023-01-192-0/+6
|/
* 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
|/