summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-08-061-3/+14
|\
| * ARM: sa1100/assabet: move dmabounce hack to ohci driverArnd Bergmann2022-07-071-3/+14
* | Merge tag 'usb-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-08-048-112/+204
|\ \
| * | usb/core: fix repeated words in commentsJilin Yuan2022-07-272-2/+2
| * | USB: HCD: Fix URB giveback issue in tasklet functionWeitao Wang2022-07-271-11/+15
| * | usb: xhci_plat_remove: avoid NULL dereferenceAlexey Sheplyakov2022-07-271-1/+7
| * | usb: core: hub: Create platform devices for onboard hubs in hub_probe()Matthias Kaehlcke2022-07-082-1/+9
| * | usb: misc: Add onboard_usb_hub driverMatthias Kaehlcke2022-07-081-0/+4
| * | usb: core: sysfs: convert sysfs snprintf to sysfs_emitXuezhi Zhang2022-06-271-39/+40
| * | usb: Avoid extra usb SET_SEL requests when enabling link power managementMathias Nyman2022-06-121-39/+21
| * | usb: hub: port: add sysfs entry to switch port powerMichael Grzeschik2022-06-123-19/+106
| |/
* / USB: ACPI: Replace usb_acpi_find_port() with acpi_find_child_by_adr()Rafael J. Wysocki2022-06-201-17/+1
|/
* USB: new quirk for Dell Gen 2 devicesMonish Kumar R2022-05-201-0/+3
* usb: hub: Simplify error and success path in port_over_current_notifyBhuvanesh Surachari2022-05-191-5/+3
* usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I2022-05-121-6/+23
* usb: core: acpi: Use the sysdev pointer instead of controller deviceHeikki Krogerus2022-05-051-2/+5
* Revert "usb: core: hcd: Create platform devices for onboard hubs in probe()"Greg Kroah-Hartman2022-05-031-6/+0
* Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman2022-05-032-5/+15
|\
| * usb: core: Don't hold the device lock while sleeping in do_proc_control()Tasos Sahanidis2022-04-211-5/+9
| * USB: quirks: add STRING quirk for VCOM deviceOliver Neukum2022-04-141-0/+3
| * USB: quirks: add a Realtek card readerOliver Neukum2022-04-141-0/+3
* | usb: core: hcd: Create platform devices for onboard hubs in probe()Matthias Kaehlcke2022-04-261-0/+6
* | usb: core: devices: drop redundant buffer overflow checksSergey Shtylyov2022-04-261-12/+0
* | usb: remove third argument of usb_maxpacket()Vincent Mailhol2022-04-231-1/+1
* | USB: hcd-pci: Fully suspend across freeze/thaw cycleEvan Green2022-04-231-2/+2
* | USB: core: Disable remote wakeup for freeze/quiesceEvan Green2022-04-231-12/+13
* | usb: core: devices: remove dead code under #ifdef PROC_EXTRASergey Shtylyov2022-04-211-35/+0
* | usb: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-04-211-1/+0
|/
* Merge tag 'usb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-03-265-26/+39
|\
| * USB: core: Update kerneldoc for usb_get_dev() and usb_get_intf()Alan Stern2022-02-251-0/+8
| * usb: remove Link Powermanagement (LPM) disable before port reset.Mathias Nyman2022-02-171-12/+1
| * Merge 5.17-rc4 into usb-nextGreg Kroah-Hartman2022-02-141-3/+6
| |\
| * | USB: usbfs: Use a spinlock instead of atomic accesses to tally used memory.Ingo Rohloff2022-02-111-10/+22
| * | USB: ACPI: Replace acpi_bus_get_device()Rafael J. Wysocki2022-01-311-1/+1
| * | Merge tag 'v5.17-rc2' into usb-nextGreg Kroah-Hartman2022-01-312-0/+26
| |\ \
| * | | USB: hcd-pci: Use PCI_STD_NUM_BARS when checking standard BARsBjorn Helgaas2022-01-261-1/+1
| * | | usb: core: Bail out when port is stuck in reset loopKai-Heng Feng2022-01-261-2/+6
* | | | PM: sleep: Add device name to suspend_report_result()Youngjin Jang2022-03-081-2/+2
| |_|/ |/| |
* | | usb: core: Unregister device on component_add() failureFabio M. De Francesco2022-02-111-3/+6
| |/ |/|
* | USB: core: Fix hang in usb_kill_urb by adding memory barriersAlan Stern2022-01-252-0/+26
|/
* USB: core: Fix bug in resuming hub's handling of wakeup requestsAlan Stern2022-01-031-1/+1
* USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_statusAlan Stern2022-01-031-1/+8
* usb: Remove usb_for_each_port()Heikki Krogerus2021-12-301-46/+0
* usb: Link the ports to the connectors they are attached toHeikki Krogerus2021-12-301-0/+32
* Merge 5.16-rc6 into usb-nextGreg Kroah-Hartman2021-12-201-0/+3
|\
| * USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04)Jimmy Wang2021-12-151-0/+3
* | usb: core: Export usb_device_match_idRazvan Heghedus2021-12-171-0/+1
* | usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0Kai-Heng Feng2021-12-171-1/+4
* | usb: hub: make wait_for_connected() take an int instead of a pointer to intDan Carpenter2021-12-171-3/+3
* | usb: hub: avoid warm port reset during USB3 disconnectMathias Nyman2021-12-151-5/+19