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