summaryrefslogtreecommitdiff
path: root/drivers/usb/misc
AgeCommit message (Expand)Author
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-06Merge tag 'usb-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-23usb: misc: onboard_usb_dev: fix build warning for CONFIG_USB_ONBOARD_DEV_USB5...Arnd Bergmann
2025-05-21usb: misc: onboard_usb_dev: Fix usb5744 initialization sequenceJonathan Stroud
2025-05-21usb: misc: onboard_usb_dev: Add support for TI TUSB8044 hubMike Looijmans
2025-05-13Merge 6.15-rc6 into usb-nextGreg Kroah-Hartman
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar
2025-05-01usb: misc: onboard_usb_dev: fix support for Cypress HX3 hubsLukasz Czechowski
2025-05-01usb: misc: onboard_usb_dev: Add Parade PS5511 hub supportPin-yen Lin
2025-04-15usb: misc: onboard_dev: Add Realtek RTL8188ETV WiFi (0bda:0179)J. Neuschäfer
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-02-19usb: misc: onboard_dev: add vdda support for Microchip USB2514Catalin Popescu
2025-02-03usb: usb251xb: silence EPROBE_DEFER error on bootDominique Martinet
2024-12-04usb: misc: onboard_usb_dev: skip suspend/resume sequence for USB5744 SMBus su...Radhey Shyam Pandey
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-11-13drivers/usb/misc: refactor min with min_tSabyrzhan Tasbolatov
2024-11-12usb: misc: ljca: set small runtime autosuspend delayStanislaw Gruszka
2024-11-12usb: misc: ljca: move usb_autopm_put_interface() after wait for responseStanislaw Gruszka
2024-10-14Merge 6.12-rc3 into usb-nextGreg Kroah-Hartman
2024-10-13Merge tag 'usb-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-10-13USB: chaoskey: Fix possible deadlock chaoskey_list_lockEdward Adam Davis
2024-10-07USB: yurex: kill needless initialization in yurex_readOliver Neukum
2024-10-07Revert "usb: yurex: Replace snprintf() with the safer scnprintf() variant"Oliver Neukum
2024-10-04usb: misc: onboard_usb_dev: introduce new config symbol for usb5744 SMBus sup...Radhey Shyam Pandey
2024-10-04USB: chaoskey: fail open after removalOliver Neukum
2024-10-04usb: yurex: make waiting on yurex_write interruptibleOliver Neukum
2024-10-04usb: using mutex lock and supporting O_NONBLOCK flag in iowarrior_read()Jeongjun Park
2024-10-04usb: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-13USB: misc: yurex: fix race between read and writeOliver Neukum
2024-09-13USB: misc: cypress_cy7c63: check for short transferOliver Neukum
2024-09-13USB: appledisplay: close race between probe and completion handlerOliver Neukum
2024-09-11usb: misc: onboard_usb_dev: add Microchip usb5744 SMBus programming supportRadhey Shyam Pandey
2024-09-11usb: misc: onboard_dev: extend platform data to add power on delay fieldRadhey Shyam Pandey
2024-08-25usb: misc: brcmstb-usb-pinmap: fix module autoloadingLiao Chen
2024-08-19Merge 6.11-rc4 into usb-nextGreg Kroah-Hartman
2024-08-13usb: misc: ljca: Add Lunar Lake ljca GPIO HID to ljca_gpio_hids[]Hans de Goede
2024-07-31usb: misc: eud: switch to fallback compatible for device matchingKrzysztof Kozlowski
2024-07-25of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli
2024-06-27usb: misc: onboard_usb_dev: Add match functionMatthias Kaehlcke
2024-06-20usb: misc: Drop explicit initialization of struct i2c_device_id::driver_data ...Uwe Kleine-König
2024-06-20usb: misc: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-04-30USB: fix up for "usb: misc: onboard_hub: rename to onboard_dev"Stephen Rothwell
2024-04-04usb: misc: uss720: check for incompatible versions of the Belkin F5U002Alex Henrie
2024-04-04usb: misc: uss720: add support for another variant of the Belkin F5U002Alex Henrie
2024-04-04usb: misc: uss720: document the names of the compatible devicesAlex Henrie
2024-04-04usb: misc: uss720: point pp->dev to usbdev->devAlex Henrie
2024-04-01Merge 6.9-rc2 into usb-nextGreg Kroah-Hartman