summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)Author
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-24Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-14Merge 6.2-rc8 into usb-nextGreg Kroah-Hartman
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-09usb: core: add quirk for Alcor Link AK9563 smartcard readerMark Pearson
2023-01-31USB: core: Don't hold device lock while reading the "descriptors" sysfs fileAlan Stern
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2023-01-27driver core: make struct device_type.devnode() take a const *Greg Kroah-Hartman
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman
2023-01-23Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman
2023-01-17usb: core: hub: disable autosuspend for TI TUSB8041Flavio Suligoi
2023-01-17USB: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-01-17usb: acpi: add helper to check port lpm capability using acpi _DSMMathias Nyman
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-12-16Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-12-12USB: core: export usb_cache_string()Vincent Mailhol
2022-11-30xhci: disable U3 suspended ports in S4 hibernate poweroff_late stageMathias Nyman
2022-11-29usb: core: hcd: Fix return value check in usb_hcd_setup_local_mem()Yang Yingliang
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman
2022-11-21Merge 6.1-rc6 into usb-nextGreg Kroah-Hartman
2022-11-09usb: add NO_LPM quirk for Realforce 87U KeyboardNicolas Dumazet
2022-11-08usb: core: stop USB enumeration if too many retriesRay Chi
2022-11-03usb: core: Use kstrtobool() instead of strtobool()Christophe JAILLET
2022-11-03USB: core: Change configuration warnings to noticesAlan Stern
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03kmsan: handle memory sent to/from USBAlexander Potapenko
2022-09-30usb: add quirks for Lenovo OneLink+ DockJean-Francois Le Fillatre
2022-09-26Merge 6.0-rc7 into usb-nextGreg Kroah-Hartman
2022-09-22USB: add RESET_RESUME quirk for NVIDIA Jetson devices in RCMHannu Hartikainen
2022-09-05USB: core: Fix RST error in hub.cAlan Stern
2022-09-05Merge 6.0-rc4 into usb-nextGreg Kroah-Hartman
2022-09-01USB: hcd-pci: Drop the unused id parameter from usb_hcd_pci_probe()Heikki Krogerus
2022-08-31Revert "usb: add quirks for Lenovo OneLink+ Dock"Greg Kroah-Hartman
2022-08-31usb: host: Initiate urb ep with udev ep0Khalid Masum
2022-08-30USB: core: Prevent nested device-reset callsAlan Stern
2022-08-30usb: add quirks for Lenovo OneLink+ DockJean-Francois Le Fillatre
2022-08-19usb/hcd: Fix dma_map_sg error checkJack Wang
2022-08-19usb: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds
2022-08-04Merge tag 'usb-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-07-27usb/core: fix repeated words in commentsJilin Yuan
2022-07-27USB: HCD: Fix URB giveback issue in tasklet functionWeitao Wang
2022-07-27usb: xhci_plat_remove: avoid NULL dereferenceAlexey Sheplyakov
2022-07-08usb: core: hub: Create platform devices for onboard hubs in hub_probe()Matthias Kaehlcke
2022-07-08usb: misc: Add onboard_usb_hub driverMatthias Kaehlcke
2022-07-07ARM: sa1100/assabet: move dmabounce hack to ohci driverArnd Bergmann
2022-06-27usb: core: sysfs: convert sysfs snprintf to sysfs_emitXuezhi Zhang
2022-06-20USB: ACPI: Replace usb_acpi_find_port() with acpi_find_child_by_adr()Rafael J. Wysocki
2022-06-12usb: Avoid extra usb SET_SEL requests when enabling link power managementMathias Nyman