summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc
AgeCommit message (Expand)AuthorLines
2024-01-04USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng-1/+1
2024-01-02usb: yurex: Fix inconsistent locking bug in yurex_read()Harshit Mogalapalli-1/+3
2023-12-15usb: yurex: Replace snprintf() with the safer scnprintf() variantLee Jones-5/+7
2023-11-27usb: misc: onboard_usb_hub: Add support for Cypress CY7C6563xFrieder Schrempf-0/+7
2023-11-27usb: misc: onboard_usb_hub: Add support for clock inputFrieder Schrempf-0/+14
2023-11-27usb: misc: onboard_usb_hub: Print symbolic error namesFrieder Schrempf-4/+5
2023-11-27Merge 6.7-rc3 into usb-nextGreg Kroah-Hartman-13/+13
2023-11-22usb: misc: onboard-hub: add support for Microchip USB5744Stefan Eichenberger-0/+9
2023-11-22usb: misc: ljca: Fix enumeration error on Dell Latitude 9420Hans de Goede-1/+2
2023-11-22usb: misc: eud: Add IRQ check for platform_get_irq()Chen Ni-0/+3
2023-11-22USB: misc: iowarrior: remove redundant assignment to variable io_resColin Ian King-1/+0
2023-11-21usb: misc: ljca: Drop _ADR support to get ljca children devicesWentong Wu-12/+2
2023-10-16Merge 6.6-rc6 into usb-nextGreg Kroah-Hartman-0/+2
2023-10-11usb: Add support for Intel LJCA deviceWentong Wu-0/+916
2023-10-10usb: Use device_get_match_data()Rob Herring-6/+1
2023-10-08usb: usbtest: fix a type promotion bugDan Carpenter-1/+1
2023-10-02usb: misc: onboard_usb_hub: add Genesys Logic gl3510 hub supportJerome Brunet-0/+1
2023-10-02usb: misc: onboard_hub: add support for Microchip USB2412 USB 2.0 hubJavier Carrasco-0/+2
2023-08-08USB: misc: Remove unused include file usb_u132.hYue Haibing-97/+0
2023-08-04USB: misc: Remove unnecessary NULL valuesRuan Jinjie-3/+3
2023-08-04USB: cytherm: Correct the code style issue of redundant spacesRuan Jinjie-5/+5
2023-07-31Merge 6.5-rc4 into usb-nextGreg Kroah-Hartman-4/+4
2023-07-30usb: misc: onboard-hub: add support for Cypress HX3 USB 3.0 familyBenjamin Bara-0/+10
2023-07-30usb: misc: onboard-hub: support multiple power suppliesBenjamin Bara-8/+36
2023-07-27usb: misc: ehset: fix wrong if conditionXu Yang-4/+4
2023-07-25usb: Explicitly include correct DT includesRob Herring-1/+1
2023-07-25usb: misc: onboard_usb_hub: add Genesys Logic GL3523 hub supportAnand Moon-0/+2
2023-06-13usb: usb251xb: Use of_property_read_u16()Christophe JAILLET-5/+4
2023-05-30usb: misc: onboard_hub: Don't warn twice about problems during removeUwe Kleine-König-3/+3
2023-05-29usb: misc: eud: Fix indentation issuesBhupesh Sharma-2/+2
2023-05-29usb: Switch i2c drivers back to use .probe()Uwe Kleine-König-3/+3
2023-05-28usb: misc: usb3503: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-05-28usb: misc: eud: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-04-20USB: sisusbvga: Add endpoint checksAlan Stern-0/+14
2023-03-29usb: move config USB_USS720 to usb's misc KconfigLukas Bulwahn-0/+29
2023-03-27Merge 6.3-rc4 into usb-nextGreg Kroah-Hartman-0/+2
2023-03-21usb: ftdi-elan: Delete driverUwe Kleine-König-2801/+0
2023-03-21usb: host: u132-hcd: Delete driverUwe Kleine-König-2/+0
2023-03-16usb: misc: usb3503: support usb3803 and bypass modeEmanuele Ghidoli-1/+21
2023-03-16usb: misc: usb3503: refactor code to prepare for usb3803 additionEmanuele Ghidoli-25/+19
2023-03-16usb: misc: usb251xb: drop of_match_ptr for ID tableKrzysztof Kozlowski-9/+1
2023-03-16usb: Use of_property_read_bool() for boolean propertiesRob Herring-18/+15
2023-03-09usb: misc: onboard-hub: add support for Microchip USB2517 USB 2.0 hubAlexander Stein-0/+2
2023-01-23Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman-10/+10
2023-01-20USB: misc: iowarrior: fix up header size for USB_DEVICE_ID_CODEMERCS_IOW100Greg Kroah-Hartman-1/+1
2023-01-19usb: misc: onboard_usb_hub: add VIA LAB VL817 hub supportAnand Moon-0/+9
2023-01-19usb: misc: onboard_usb_hub: add Genesys Logic GL852G hub supportAnand Moon-0/+6
2023-01-17usb: misc: onboard_hub: Move 'attach' work to the driverMatthias Kaehlcke-6/+6
2023-01-17usb: misc: onboard_hub: Invert driver registration orderMatthias Kaehlcke-3/+3
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2