| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: core: Use device_driver directly in struct usb_driver and usb_device_driver | Yajun Deng | 2024-01-04 | 1 | -1/+1 |
* | usb: yurex: Fix inconsistent locking bug in yurex_read() | Harshit Mogalapalli | 2024-01-02 | 1 | -1/+3 |
* | usb: yurex: Replace snprintf() with the safer scnprintf() variant | Lee Jones | 2023-12-15 | 1 | -5/+7 |
* | usb: misc: onboard_usb_hub: Add support for Cypress CY7C6563x | Frieder Schrempf | 2023-11-27 | 2 | -0/+7 |
* | usb: misc: onboard_usb_hub: Add support for clock input | Frieder Schrempf | 2023-11-27 | 1 | -0/+14 |
* | usb: misc: onboard_usb_hub: Print symbolic error names | Frieder Schrempf | 2023-11-27 | 1 | -4/+5 |
* | Merge 6.7-rc3 into usb-next | Greg Kroah-Hartman | 2023-11-27 | 3 | -13/+13 |
|\ |
|
| * | usb: misc: onboard-hub: add support for Microchip USB5744 | Stefan Eichenberger | 2023-11-22 | 2 | -0/+9 |
| * | usb: misc: ljca: Fix enumeration error on Dell Latitude 9420 | Hans de Goede | 2023-11-22 | 1 | -1/+2 |
| * | usb: misc: ljca: Drop _ADR support to get ljca children devices | Wentong Wu | 2023-11-21 | 1 | -12/+2 |
* | | usb: misc: eud: Add IRQ check for platform_get_irq() | Chen Ni | 2023-11-22 | 1 | -0/+3 |
* | | USB: misc: iowarrior: remove redundant assignment to variable io_res | Colin Ian King | 2023-11-22 | 1 | -1/+0 |
|/ |
|
* | Merge 6.6-rc6 into usb-next | Greg Kroah-Hartman | 2023-10-16 | 2 | -0/+2 |
|\ |
|
| * | usb: misc: onboard_hub: add support for Microchip USB2412 USB 2.0 hub | Javier Carrasco | 2023-10-02 | 2 | -0/+2 |
* | | usb: Add support for Intel LJCA device | Wentong Wu | 2023-10-11 | 3 | -0/+916 |
* | | usb: Use device_get_match_data() | Rob Herring | 2023-10-10 | 1 | -6/+1 |
* | | usb: usbtest: fix a type promotion bug | Dan Carpenter | 2023-10-08 | 1 | -1/+1 |
* | | usb: misc: onboard_usb_hub: add Genesys Logic gl3510 hub support | Jerome Brunet | 2023-10-02 | 1 | -0/+1 |
|/ |
|
* | USB: misc: Remove unused include file usb_u132.h | Yue Haibing | 2023-08-08 | 1 | -97/+0 |
* | USB: misc: Remove unnecessary NULL values | Ruan Jinjie | 2023-08-04 | 3 | -3/+3 |
* | USB: cytherm: Correct the code style issue of redundant spaces | Ruan Jinjie | 2023-08-04 | 1 | -5/+5 |
* | Merge 6.5-rc4 into usb-next | Greg Kroah-Hartman | 2023-07-31 | 1 | -4/+4 |
|\ |
|
| * | usb: misc: ehset: fix wrong if condition | Xu Yang | 2023-07-27 | 1 | -4/+4 |
* | | usb: misc: onboard-hub: add support for Cypress HX3 USB 3.0 family | Benjamin Bara | 2023-07-30 | 2 | -0/+10 |
* | | usb: misc: onboard-hub: support multiple power supplies | Benjamin Bara | 2023-07-30 | 2 | -8/+36 |
* | | usb: Explicitly include correct DT includes | Rob Herring | 2023-07-25 | 1 | -1/+1 |
* | | usb: misc: onboard_usb_hub: add Genesys Logic GL3523 hub support | Anand Moon | 2023-07-25 | 2 | -0/+2 |
|/ |
|
* | usb: usb251xb: Use of_property_read_u16() | Christophe JAILLET | 2023-06-13 | 1 | -5/+4 |
* | usb: misc: onboard_hub: Don't warn twice about problems during remove | Uwe Kleine-König | 2023-05-30 | 1 | -3/+3 |
* | usb: misc: eud: Fix indentation issues | Bhupesh Sharma | 2023-05-29 | 1 | -2/+2 |
* | usb: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 2023-05-29 | 3 | -3/+3 |
* | usb: misc: usb3503: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-05-28 | 1 | -4/+2 |
* | usb: misc: eud: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-05-28 | 1 | -4/+2 |
* | USB: sisusbvga: Add endpoint checks | Alan Stern | 2023-04-20 | 1 | -0/+14 |
* | usb: move config USB_USS720 to usb's misc Kconfig | Lukas Bulwahn | 2023-03-29 | 1 | -0/+29 |
* | Merge 6.3-rc4 into usb-next | Greg Kroah-Hartman | 2023-03-27 | 2 | -0/+2 |
|\ |
|
| * | usb: misc: onboard-hub: add support for Microchip USB2517 USB 2.0 hub | Alexander Stein | 2023-03-09 | 2 | -0/+2 |
* | | usb: ftdi-elan: Delete driver | Uwe Kleine-König | 2023-03-21 | 3 | -2801/+0 |
* | | usb: host: u132-hcd: Delete driver | Uwe Kleine-König | 2023-03-21 | 1 | -2/+0 |
* | | usb: misc: usb3503: support usb3803 and bypass mode | Emanuele Ghidoli | 2023-03-16 | 1 | -1/+21 |
* | | usb: misc: usb3503: refactor code to prepare for usb3803 addition | Emanuele Ghidoli | 2023-03-16 | 1 | -25/+19 |
* | | usb: misc: usb251xb: drop of_match_ptr for ID table | Krzysztof Kozlowski | 2023-03-16 | 1 | -9/+1 |
* | | usb: Use of_property_read_bool() for boolean properties | Rob Herring | 2023-03-16 | 1 | -18/+15 |
|/ |
|
* | Merge 6.2-rc5 into usb-next | Greg Kroah-Hartman | 2023-01-23 | 2 | -10/+10 |
|\ |
|
| * | USB: misc: iowarrior: fix up header size for USB_DEVICE_ID_CODEMERCS_IOW100 | Greg Kroah-Hartman | 2023-01-20 | 1 | -1/+1 |
| * | usb: misc: onboard_hub: Move 'attach' work to the driver | Matthias Kaehlcke | 2023-01-17 | 1 | -6/+6 |
| * | usb: misc: onboard_hub: Invert driver registration order | Matthias Kaehlcke | 2023-01-17 | 1 | -3/+3 |
* | | usb: misc: onboard_usb_hub: add VIA LAB VL817 hub support | Anand Moon | 2023-01-19 | 2 | -0/+9 |
* | | usb: misc: onboard_usb_hub: add Genesys Logic GL852G hub support | Anand Moon | 2023-01-19 | 2 | -0/+6 |
|/ |
|
* | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-12-16 | 2 | -2/+2 |
|\ |
|