summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\ \
| * | USB: core: Add routines for endpoint checks in old driversAlan Stern2023-04-201-0/+76
| * | usb: acpi: Switch to use acpi_evaluate_dsm_typed()Andy Shevchenko2023-03-161-8/+4
| |/
* | USB: core: Fix docs warning caused by wireless_status featureBastien Nocera2023-04-061-1/+1
* | USB: core: Add API to change the wireless_statusBastien Nocera2023-04-031-0/+40
* | USB: core: Add wireless_status sysfs attributeBastien Nocera2023-04-032-0/+51
|/
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-243-11/+11
|\
| * driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-3/+3
| * driver core: make struct device_type.devnode() take a const *Greg Kroah-Hartman2023-01-271-2/+2
| * driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman2023-01-272-6/+6
* | Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-243-9/+3
|\ \
| * \ Merge 6.2-rc8 into usb-nextGreg Kroah-Hartman2023-02-141-0/+3
| |\ \