summaryrefslogtreecommitdiff
path: root/drivers/usb/misc
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-06-06Merge tag 'usb-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-15/+117
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-05-23usb: misc: onboard_usb_dev: fix build warning for CONFIG_USB_ONBOARD_DEV_USB5...Arnd Bergmann1-2/+5
2025-05-21usb: misc: onboard_usb_dev: Fix usb5744 initialization sequenceJonathan Stroud1-13/+87
2025-05-21usb: misc: onboard_usb_dev: Add support for TI TUSB8044 hubMike Looijmans2-0/+4
2025-05-13Merge 6.15-rc6 into usb-nextGreg Kroah-Hartman1-2/+8
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar1-1/+1
2025-05-01usb: misc: onboard_usb_dev: fix support for Cypress HX3 hubsLukasz Czechowski1-2/+8
2025-05-01usb: misc: onboard_usb_dev: Add Parade PS5511 hub supportPin-yen Lin2-0/+12
2025-04-15usb: misc: onboard_dev: Add Realtek RTL8188ETV WiFi (0bda:0179)J. Neuschäfer2-0/+9
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-02-19usb: misc: onboard_dev: add vdda support for Microchip USB2514Catalin Popescu1-1/+8
2025-02-03usb: usb251xb: silence EPROBE_DEFER error on bootDominique Martinet1-4/+2
2024-12-04usb: misc: onboard_usb_dev: skip suspend/resume sequence for USB5744 SMBus su...Radhey Shyam Pandey1-1/+3
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-4/+4
2024-11-13drivers/usb/misc: refactor min with min_tSabyrzhan Tasbolatov1-1/+2
2024-11-12usb: misc: ljca: set small runtime autosuspend delayStanislaw Gruszka1-0/+8
2024-11-12usb: misc: ljca: move usb_autopm_put_interface() after wait for responseStanislaw Gruszka1-6/+6
2024-10-14Merge 6.12-rc3 into usb-nextGreg Kroah-Hartman4-15/+26
2024-10-13Merge tag 'usb-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-14/+25
2024-10-13USB: chaoskey: Fix possible deadlock chaoskey_list_lockEdward Adam Davis1-2/+2
2024-10-07USB: yurex: kill needless initialization in yurex_readOliver Neukum1-1/+1
2024-10-07Revert "usb: yurex: Replace snprintf() with the safer scnprintf() variant"Oliver Neukum1-11/+8
2024-10-04usb: misc: onboard_usb_dev: introduce new config symbol for usb5744 SMBus sup...Radhey Shyam Pandey2-2/+16
2024-10-04USB: chaoskey: fail open after removalOliver Neukum1-11/+24
2024-10-04usb: yurex: make waiting on yurex_write interruptibleOliver Neukum2-5/+4
2024-10-04usb: using mutex lock and supporting O_NONBLOCK flag in iowarrior_read()Jeongjun Park1-10/+36
2024-10-04usb: Switch back to struct platform_driver::remove()Uwe Kleine-König3-3/+3
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-13USB: misc: yurex: fix race between read and writeOliver Neukum1-4/+6
2024-09-13USB: misc: cypress_cy7c63: check for short transferOliver Neukum1-0/+4
2024-09-13USB: appledisplay: close race between probe and completion handlerOliver Neukum1-4/+11
2024-09-11usb: misc: onboard_usb_dev: add Microchip usb5744 SMBus programming supportRadhey Shyam Pandey1-0/+77
2024-09-11usb: misc: onboard_dev: extend platform data to add power on delay fieldRadhey Shyam Pandey2-0/+3
2024-08-25usb: misc: brcmstb-usb-pinmap: fix module autoloadingLiao Chen1-0/+1
2024-08-19Merge 6.11-rc4 into usb-nextGreg Kroah-Hartman1-0/+1
2024-08-13usb: misc: ljca: Add Lunar Lake ljca GPIO HID to ljca_gpio_hids[]Hans de Goede1-0/+1
2024-07-31usb: misc: eud: switch to fallback compatible for device matchingKrzysztof Kozlowski1-1/+1
2024-07-25of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli1-3/+1
2024-06-27usb: misc: onboard_usb_dev: Add match functionMatthias Kaehlcke1-4/+7
2024-06-20usb: misc: Drop explicit initialization of struct i2c_device_id::driver_data ...Uwe Kleine-König3-11/+11
2024-06-20usb: misc: add missing MODULE_DESCRIPTION() macrosJeff Johnson3-0/+3
2024-04-30USB: fix up for "usb: misc: onboard_hub: rename to onboard_dev"Stephen Rothwell1-1/+5
2024-04-04usb: misc: uss720: check for incompatible versions of the Belkin F5U002Alex Henrie1-7/+13
2024-04-04usb: misc: uss720: add support for another variant of the Belkin F5U002Alex Henrie1-2/+5
2024-04-04usb: misc: uss720: document the names of the compatible devicesAlex Henrie1-6/+6
2024-04-04usb: misc: uss720: point pp->dev to usbdev->devAlex Henrie1-0/+1
2024-04-01Merge 6.9-rc2 into usb-nextGreg Kroah-Hartman1-13/+9