summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorLines
2023-02-09usb: core: add quirk for Alcor Link AK9563 smartcard readerMark Pearson-0/+3
2023-01-17usb: core: hub: disable autosuspend for TI TUSB8041Flavio Suligoi-0/+13
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
2022-12-12USB: core: export usb_cache_string()Vincent Mailhol-1/+1
2022-11-30xhci: disable U3 suspended ports in S4 hibernate poweroff_late stageMathias Nyman-0/+13
2022-11-29usb: core: hcd: Fix return value check in usb_hcd_setup_local_mem()Yang Yingliang-1/+5
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman-1/+1
2022-11-21Merge 6.1-rc6 into usb-nextGreg Kroah-Hartman-0/+3
2022-11-09usb: add NO_LPM quirk for Realforce 87U KeyboardNicolas Dumazet-0/+3
2022-11-08usb: core: stop USB enumeration if too many retriesRay Chi-0/+91
2022-11-03usb: core: Use kstrtobool() instead of strtobool()Christophe JAILLET-4/+6
2022-11-03USB: core: Change configuration warnings to noticesAlan Stern-41/+41
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+2
2022-10-03kmsan: handle memory sent to/from USBAlexander Potapenko-0/+2
2022-09-30usb: add quirks for Lenovo OneLink+ DockJean-Francois Le Fillatre-0/+4
2022-09-26Merge 6.0-rc7 into usb-nextGreg Kroah-Hartman-1/+1
2022-09-22USB: add RESET_RESUME quirk for NVIDIA Jetson devices in RCMHannu Hartikainen-0/+9
2022-09-05USB: core: Fix RST error in hub.cAlan Stern-1/+1
2022-09-05Merge 6.0-rc4 into usb-nextGreg Kroah-Hartman-0/+10
2022-09-01USB: hcd-pci: Drop the unused id parameter from usb_hcd_pci_probe()Heikki Krogerus-6/+1
2022-08-31Revert "usb: add quirks for Lenovo OneLink+ Dock"Greg Kroah-Hartman-4/+0
2022-08-31usb: host: Initiate urb ep with udev ep0Khalid Masum-8/+1
2022-08-30USB: core: Prevent nested device-reset callsAlan Stern-0/+10
2022-08-30usb: add quirks for Lenovo OneLink+ DockJean-Francois Le Fillatre-0/+4
2022-08-19usb/hcd: Fix dma_map_sg error checkJack Wang-1/+1
2022-08-19usb: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds-3/+14
2022-08-04Merge tag 'usb-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-112/+204
2022-07-27usb/core: fix repeated words in commentsJilin Yuan-2/+2
2022-07-27USB: HCD: Fix URB giveback issue in tasklet functionWeitao Wang-11/+15
2022-07-27usb: xhci_plat_remove: avoid NULL dereferenceAlexey Sheplyakov-1/+7
2022-07-08usb: core: hub: Create platform devices for onboard hubs in hub_probe()Matthias Kaehlcke-1/+9
2022-07-08usb: misc: Add onboard_usb_hub driverMatthias Kaehlcke-0/+4
2022-07-07ARM: sa1100/assabet: move dmabounce hack to ohci driverArnd Bergmann-3/+14
2022-06-27usb: core: sysfs: convert sysfs snprintf to sysfs_emitXuezhi Zhang-39/+40
2022-06-20USB: ACPI: Replace usb_acpi_find_port() with acpi_find_child_by_adr()Rafael J. Wysocki-17/+1
2022-06-12usb: Avoid extra usb SET_SEL requests when enabling link power managementMathias Nyman-39/+21
2022-06-12usb: hub: port: add sysfs entry to switch port powerMichael Grzeschik-19/+106
2022-05-20USB: new quirk for Dell Gen 2 devicesMonish Kumar R-0/+3
2022-05-19usb: hub: Simplify error and success path in port_over_current_notifyBhuvanesh Surachari-5/+3
2022-05-12usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I-6/+23
2022-05-05usb: core: acpi: Use the sysdev pointer instead of controller deviceHeikki Krogerus-2/+5
2022-05-03Revert "usb: core: hcd: Create platform devices for onboard hubs in probe()"Greg Kroah-Hartman-6/+0
2022-05-03Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman-5/+15
2022-04-26usb: core: hcd: Create platform devices for onboard hubs in probe()Matthias Kaehlcke-0/+6
2022-04-26usb: core: devices: drop redundant buffer overflow checksSergey Shtylyov-12/+0
2022-04-23usb: remove third argument of usb_maxpacket()Vincent Mailhol-1/+1
2022-04-23USB: hcd-pci: Fully suspend across freeze/thaw cycleEvan Green-2/+2