summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORTOliver Neukum2024-01-271-11/+19
* usb: core: Prevent null pointer dereference in update_port_device_stateUdipto Goswami2024-01-271-3/+13
* USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng2024-01-043-36/+33
* usb: core: Fix crash w/ usb_choose_configuration() if no driverDouglas Anderson2023-12-151-1/+10
* usb: hub: Add quirk to decrease IN-ep poll interval for Microchip USB491x hubHardik Gajjar2023-12-061-0/+29
* usb: hub: Replace hardcoded quirk value with BIT() macroHardik Gajjar2023-12-061-2/+2
* usb: core: Allow subclassed USB drivers to override usb_choose_configuration()Douglas Anderson2023-12-041-0/+7
* usb: core: Don't force USB generic_subclass drivers to define probe()Douglas Anderson2023-12-041-1/+4
* Merge 6.7-rc3 into usb-nextGreg Kroah-Hartman2023-11-272-24/+2
|\
| * usb: config: fix iteration issue in 'usb_get_bos_descriptor()'Niklas Neronin2023-11-211-1/+2
| * Revert "usb: phy: add usb phy notify port status API"Johan Hovold2023-11-061-23/+0
* | usb: new quirk to reduce the SET_ADDRESS request timeoutHardik Gajjar2023-11-232-2/+20
* | usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar2023-11-231-1/+1
|/
* Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-034-6/+26
|\
| * usb: core: Remove duplicated check in usb_hub_create_port_deviceHeiner Kallweit2023-10-211-2/+1
| * usb: Inform the USB Type-C class about enumerated devicesHeikki Krogerus2023-10-163-2/+24
| * Merge 6.6-rc6 into usb-nextGreg Kroah-Hartman2023-10-162-4/+23
| |\
| * | usb: pci-quirks: handle HAS_IOPORT dependency for AMD quirkNiklas Schnelle2023-10-021-2/+1
* | | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-9/+17
|\ \ \ | |_|/ |/| |
| * | usb: convert to new timestamp accessorsJeff Layton2023-10-181-9/+17
| |/
* / usb: hub: Guard against accesses to uninitialized BOS descriptorsRicardo Cañuelo2023-10-022-4/+23
|/
* Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-0112-419/+307
|\
| * usb: core: Use module_led_trigger macro to simplify the codeLi Zetao2023-08-221-12/+1
| * USB: core: Fix oversight in SuperSpeed initializationAlan Stern2023-08-121-12/+24
| * USB: core: Fix unused variable warning in usb_alloc_dev()Alan Stern2023-08-121-2/+0
| * USB: Remove remnants of Wireless USB and UWBAlan Stern2023-08-097-185/+55
| * USB: core: Fix race by not overwriting udev->descriptor in hub_port_init()Alan Stern2023-08-081-44/+70
| * USB: core: Change usb_get_device_descriptor() APIAlan Stern2023-08-084-43/+44
| * USB: core: Unite old scheme and new scheme descriptor readsAlan Stern2023-08-081-79/+94
| * Merge 6.5-rc4 into usb-nextGreg Kroah-Hartman2023-07-311-0/+4
| |\
| * | usb: phy: add usb phy notify port status APIStanley Chang2023-07-261-0/+23
| * | usb: Explicitly include correct DT includesRob Herring2023-07-253-1/+2
| * | USB: make usb class a const structureIvan Orlov2023-07-253-61/+14
* | | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-8/+8
|\ \ \ | |_|/ |/| |
| * | usb: convert to ctime accessor functionsJeff Layton2023-07-131-8/+8
| |/
* / USB: quirks: add quirk for Focusrite ScarlettŁukasz Bartosik2023-07-251-0/+4
|/
* Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-07-035-23/+70
|\
| * usb: update the ctime as well when updating mtime after an ioctlJeff Layton2023-06-131-8/+8
| * usb: core: add sysfs entry for usb device stateRoy Luo2023-06-133-4/+47
| * Merge 6.4-rc5 into usb-nextGreg Kroah-Hartman2023-06-052-6/+55
| |\
| * | usb: hide unused usbfs_notify_suspend/resume functionsArnd Bergmann2023-05-291-0/+2
| * | USB: Extend pci resume function to handle PM eventsBasavaraj Natikar2023-05-131-11/+13
* | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-4/+4
|\ \ \ | |_|/ |/| |
| * | drivers/usb: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas2023-06-191-4/+4
| |/
* | usb: usbfs: Use consistent mmap functionsRuihan Li2023-05-291-2/+9
* | usb: usbfs: Enforce page requirements for mmapRuihan Li2023-05-292-4/+46
|/
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-273-3/+3
|\
| * USB: mark all struct bus_type as constGreg Kroah-Hartman2023-03-232-2/+2
| * driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* | Merge tag 'usb-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-04-272-8/+80
|\ \