summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorLines
2023-09-01Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-419/+307
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-8/+8
2023-08-22usb: core: Use module_led_trigger macro to simplify the codeLi Zetao-12/+1
2023-08-12USB: core: Fix oversight in SuperSpeed initializationAlan Stern-12/+24
2023-08-12USB: core: Fix unused variable warning in usb_alloc_dev()Alan Stern-2/+0
2023-08-09USB: Remove remnants of Wireless USB and UWBAlan Stern-185/+55
2023-08-08USB: core: Fix race by not overwriting udev->descriptor in hub_port_init()Alan Stern-44/+70
2023-08-08USB: core: Change usb_get_device_descriptor() APIAlan Stern-43/+44
2023-08-08USB: core: Unite old scheme and new scheme descriptor readsAlan Stern-79/+94
2023-07-31Merge 6.5-rc4 into usb-nextGreg Kroah-Hartman-0/+4
2023-07-26usb: phy: add usb phy notify port status APIStanley Chang-0/+23
2023-07-25usb: Explicitly include correct DT includesRob Herring-1/+2
2023-07-25USB: make usb class a const structureIvan Orlov-61/+14
2023-07-25USB: quirks: add quirk for Focusrite ScarlettƁukasz Bartosik-0/+4
2023-07-13usb: convert to ctime accessor functionsJeff Layton-8/+8
2023-07-03Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-23/+70
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+4
2023-06-19drivers/usb: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas-4/+4
2023-06-13usb: update the ctime as well when updating mtime after an ioctlJeff Layton-8/+8
2023-06-13usb: core: add sysfs entry for usb device stateRoy Luo-4/+47
2023-06-05Merge 6.4-rc5 into usb-nextGreg Kroah-Hartman-6/+55
2023-05-29usb: usbfs: Use consistent mmap functionsRuihan Li-2/+9
2023-05-29usb: usbfs: Enforce page requirements for mmapRuihan Li-4/+46
2023-05-29usb: hide unused usbfs_notify_suspend/resume functionsArnd Bergmann-0/+2
2023-05-13USB: Extend pci resume function to handle PM eventsBasavaraj Natikar-11/+13
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+3
2023-04-27Merge tag 'usb-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-8/+80
2023-04-20USB: core: Add routines for endpoint checks in old driversAlan Stern-0/+76
2023-04-06USB: core: Fix docs warning caused by wireless_status featureBastien Nocera-1/+1
2023-04-03USB: core: Add API to change the wireless_statusBastien Nocera-0/+40
2023-04-03USB: core: Add wireless_status sysfs attributeBastien Nocera-0/+51
2023-03-23USB: mark all struct bus_type as constGreg Kroah-Hartman-2/+2
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-1/+1
2023-03-16usb: acpi: Switch to use acpi_evaluate_dsm_typed()Andy Shevchenko-8/+4
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-11/+11
2023-02-24Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-9/+3
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+1
2023-02-14Merge 6.2-rc8 into usb-nextGreg Kroah-Hartman-0/+3
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-2/+1
2023-02-09usb: core: add quirk for Alcor Link AK9563 smartcard readerMark Pearson-0/+3
2023-01-31USB: core: Don't hold device lock while reading the "descriptors" sysfs fileAlan Stern-8/+2
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman-3/+3
2023-01-27driver core: make struct device_type.devnode() take a const *Greg Kroah-Hartman-2/+2
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman-6/+6
2023-01-23Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman-0/+78
2023-01-17usb: core: hub: disable autosuspend for TI TUSB8041Flavio Suligoi-0/+13
2023-01-17USB: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman-1/+1
2023-01-17usb: acpi: add helper to check port lpm capability using acpi _DSMMathias Nyman-0/+65
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2022-12-16Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-46/+156