summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* usb: quirks: add NO_LPM quirk for RTL8153 based ethernet adaptersHans de Goede2020-03-171-0/+3
* USB: Disable LPM on WD19's Realtek HubKai-Heng Feng2020-03-121-0/+3
* usb: core: port: do error out if usb_autopm_get_interface() failsEugeniu Rosca2020-03-041-2/+8
* usb: core: hub: do error out if usb_autopm_get_interface() failsEugeniu Rosca2020-03-041-1/+5
* usb: core: hub: fix unhandled return by employing a void functionEugeniu Rosca2020-03-041-1/+1
* usb: quirks: add NO_LPM quirk for Logitech Screen ShareDan Lazewatsky2020-03-041-0/+3
* USB: Fix novation SourceControl XL after suspendRichard Dodd2020-02-121-0/+3
* USB: core: clean up endpoint-descriptor parsingJohan Hovold2020-02-101-12/+8
* USB: quirks: blacklist duplicate ep on Sound Devices USBPre2Johan Hovold2020-02-101-0/+5
* USB: core: add endpoint-blacklist quirkJohan Hovold2020-02-103-0/+46
* USB: hub: Don't record a connect-change event during reset-resumeAlan Stern2020-02-101-5/+0
* USB: hub: Fix the broken detection of USB3 device in SMSC hubHardik Gajjar2020-02-102-0/+16
* Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-2/+2
|\
| * Merge 5.5-rc7 into usb-nextGreg Kroah-Hartman2020-01-211-0/+1
| |\
| * | USB: usbfs: Always unlink URBs in reverse orderAlan Stern2020-01-171-2/+2
* | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-271-1/+1
|\ \ \ | |_|/ |/| |
| * | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* | | usb: core: hub: Improved device recognition on remote wakeupKeiya Nobuta2020-01-151-0/+1
| |/ |/|
* | usb: missing parentheses in USE_NEW_SCHEMEQi Zhou2020-01-081-1/+1
* | USB: Fix: Don't skip endpoint descriptors with maxpacket=0Alan Stern2020-01-061-4/+8
* | USB: core: fix check for duplicate endpointsJohan Hovold2019-12-301-12/+58
|/
* USB: Fix incorrect DMA allocations for local memory pool driversFredrik Noring2019-12-111-21/+21
* usb: core: urb: fix URB structure initialization functionEmiliano Ingrassia2019-12-101-0/+1
* usb, kcov: collect coverage from hub_eventAndrey Konovalov2019-12-041-0/+5
* Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-1/+1
|\
| * PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-1/+1
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-15/+1
|\ \
| * | compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-15/+1
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-7/+1
|\ \
| * | usb: core: Remove redundant vmap checksKees Cook2019-10-311-7/+1
| |/
* | usb: Allow USB device to be warm reset in suspended stateKai-Heng Feng2019-11-071-3/+2
* | Merge 5.4-rc6 into usb-nextGreg Kroah-Hartman2019-11-041-0/+5
|\ \
| * | USB: Skip endpoints with 0 maxpacket lengthAlan Stern2019-10-281-0/+5
| |/
* | usb: usbfs: Suppress problematic bind and unbind uevents.Ingo Rohloff2019-10-151-1/+14
* | usb: core: devio.c: Fix assignment of 0/1 to bool variablesSaurav Girepunje2019-10-101-2/+2
* | USB: core: drop OOM messageJohan Hovold2019-10-101-7/+5
* | usb: hub: Check device descriptor before resusciationDavid Heinzelmann2019-10-101-85/+111
|/
* USB: usbcore: Fix slab-out-of-bounds bug during device resetAlan Stern2019-09-041-4/+8
* Merge generic_lookup_helpers into usb-nextGreg Kroah-Hartman2019-09-031-7/+1
|\
| * drivers: Introduce device lookup variants by device typeSuzuki K Poulose2019-07-301-7/+1
* | usb: core: phy: add support for PHY calibrationMarek Szyprowski2019-09-033-0/+29
* | usb: remove commented out dma wrappersChristoph Hellwig2019-09-031-222/+0
* | usb: remove a stale comment in hcd_alloc_coherentChristoph Hellwig2019-09-031-3/+0
* | Merge 5.3-rc7 into usb-nextGreg Kroah-Hartman2019-09-021-22/+8
|\ \
| * | usb: hcd: use managed device resourcesSchmid, Carsten2019-08-281-22/+8
* | | usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig2019-08-211-1/+0
* | | usb: usbfs: only account once for mmap()'ed usb memory usageGavin Li2019-08-211-1/+2
* | | Merge 5.3-rc5 into usb-nextGreg Kroah-Hartman2019-08-194-16/+12
|\| |
| * | usb: add a hcd_uses_dma helperChristoph Hellwig2019-08-152-9/+5
| * | usb: don't create dma pools for HCDs with a localmem_poolChristoph Hellwig2019-08-151-3/+3