summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* usbcore: Check both id_table and match() when both availableBastien Nocera2020-10-283-12/+24
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-152-18/+0
|\
| * Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig2020-09-253-49/+51
| |\
| * | usb: don't inherity DMA properties for USB devicesChristoph Hellwig2020-09-172-18/+0
* | | Merge 5.9-rc8 into usb-nextGreg Kroah-Hartman2020-10-051-16/+34
|\ \ \
| * | | usbcore/driver: Accommodate usbipM. Vefa Bicakci2020-09-251-6/+31
| * | | usbcore/driver: Fix incorrect downcastM. Vefa Bicakci2020-09-251-9/+2
| * | | usbcore/driver: Fix specific driver selectionM. Vefa Bicakci2020-09-251-1/+1
| | |/ | |/|
* | | USB: core: remove polling for /sys/kernel/debug/usb/devicesSergey Korolev2020-10-022-42/+0
* | | USB: hub: Add Kconfig option to reduce number of port initialization retriesAlan Stern2020-10-022-1/+26
* | | USB: hub: Clean up use of port initialization schemes and retriesAlan Stern2020-10-021-23/+26
* | | USB: correct API of usb_control_msg_send/recvOliver Neukum2020-09-251-9/+16
* | | Revert "USB: core: hub.c: use usb_control_msg_send() in a few places"Oliver Neukum2020-09-251-40/+59
* | | Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman2020-09-211-0/+4
|\| |
| * | USB: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin notebookPenghao2020-09-161-0/+4
* | | USB: core: hub.c: use usb_control_msg_send() in a few placesGreg Kroah-Hartman2020-09-161-59/+40
* | | USB: core: message.c: use usb_control_msg_send() in a few placesGreg Kroah-Hartman2020-09-161-19/+19
* | | USB: add usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman2020-09-161-0/+133
* | | USB: move snd_usb_pipe_sanity_check into the USB coreGreg Kroah-Hartman2020-09-161-8/+23
* | | Merge 5.9-rc5 into usb-nextGreg Kroah-Hartman2020-09-142-49/+47
|\| |
| * | usb: core: fix slab-out-of-bounds Read in read_descriptorsZeng Tao2020-09-041-0/+5
| * | usb: Fix out of sync data toggle if a configured device is reconfiguredMathias Nyman2020-09-041-49/+42
| |/
* | usb: core: driver: fix stray tabs in error messagesSergey Shtylyov2020-09-041-5/+3
* | Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman2020-08-315-6/+53
|\|
| * Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-304-5/+52
| |\
| | * USB: quirks: Ignore duplicate endpoint on Sound Devices MixPre-DAlan Stern2020-08-271-0/+5
| | * USB: Fix device driver raceBastien Nocera2020-08-181-2/+38
| | * USB: Also match device drivers using the ->match vfuncBastien Nocera2020-08-181-2/+3
| | * usb: hcd: Fix use after free in usb_hcd_pci_remove()Andy Shevchenko2020-08-181-1/+4
| | * USB: quirks: Add no-lpm quirk for another Raydium touchscreenKai-Heng Feng2020-08-181-0/+2
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
| |/
* | USB: Better name for __check_usb_generic()Bastien Nocera2020-08-181-2/+2
* | usb: hcd: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-181-3/+3
* | usb: core: Solve race condition in anchor cleanup functionsEli Billauer2020-08-181-35/+54
|/
* USB: Simplify USB ID table matchBastien Nocera2020-07-291-2/+0
* usb: usbfs: stop using compat_alloc_user_spaceChristoph Hellwig2020-07-221-57/+69
* usb: core: fix quirks_param_set() writing to a const pointerKars Mulder2020-07-211-4/+12
* usb: hcd: Try MSI interrupts on PCI devicesAndy Shevchenko2020-07-211-4/+10
* usb: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-104-8/+8
* usb: core: ledtrig-usbport: Demote obvious misuse of kerneldoc to standard co...Lee Jones2020-07-091-3/+3
* USB: Fix up terminologyGreg Kroah-Hartman2020-07-011-3/+2
* Merge 5.8-rc3 into usb-nextGreg Kroah-Hartman2020-06-291-1/+2
|\
| * usb: add USB_QUIRK_DELAY_INIT for Logitech C922Tomasz MeresiƄski2020-06-181-1/+2
* | USB: OTG: rename product list of devicesGreg Kroah-Hartman2020-06-193-14/+10
* | USB: rename USB OTG hub configuration optionGreg Kroah-Hartman2020-06-192-2/+2
* | USB: rename USB quirk to USB_QUIRK_ENDPOINT_IGNOREGreg Kroah-Hartman2020-06-193-14/+14
* | drivers: usb: Fix trivial spellingKieran Bingham2020-06-181-1/+1
* | USB: core: additional Device Classes to debug/usb/devicesRob Gill2020-06-181-0/+4
|/
* Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-06-076-9/+12
|\
| * Merge 5.7-rc6 into usb-nextGreg Kroah-Hartman2020-05-182-4/+18
| |\