summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
...
| * usb: core: skip interfaces disabled in devicetreeMans Rullgard2019-02-201-0/+7
| * usb: core: config: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-191-3/+3
| * USB: Fix configuration selection issues introduced in v4.20.0Nikolay Yakimov2019-02-081-19/+25
| * usb: handle warm-reset port requests on hub resumeJan-Marek Glogowski2019-02-081-0/+7
| * usb: core: Move variable initialization to appropriate placeSuwan Kim2019-02-041-2/+1Star
| * usb: core: comply to PHY frameworkMiquel Raynal2019-01-303-0/+35
| * Merge 5.0-rc4 into usb-nextGreg Kroah-Hartman2019-01-281-7/+10
| |\
| * | USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman2019-01-221-0/+1
| * | USB: Consolidate LPM checks to avoid enabling LPM twiceKai-Heng Feng2019-01-183-13/+13
| * | USB: Add new USB LPM helpersKai-Heng Feng2019-01-185-11/+30
| * | usb: hub: add retry routine after intr URB submit errorNicolas Saenz Julienne2019-01-182-6/+39
| * | Merge 5.0-rc2 into usb-nextGreg Kroah-Hartman2019-01-152-4/+8
| |\ \
| * | | USB: core: urb: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-01-081-3/+2Star
| * | | usb: devio: update max count of DPs per interval for ISOCChunfeng Yun2019-01-071-5/+3Star
| * | | usb: core: Simplify return value of usb_get_configuration()Suwan Kim2019-01-071-4/+1Star
* | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-02-251-63/+100
|\ \ \ \ | |_|_|/ |/| | |
| * | | usb: assign ACPI companions for embedded USB devicesDmitry Torokhov2019-01-251-9/+35
| * | | usb: split code locating ACPI companion into port and deviceDmitry Torokhov2019-01-251-61/+72
| | |/ | |/|
* / | USB: leds: fix regression in usbport led triggerChristian Lamparter2019-01-181-7/+10
|/ /
* | USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGBJack Stocker2019-01-071-1/+2
* | usbcore: Select only first configuration for non-UAC3 compliant devicesSaranya Gopal2019-01-071-3/+6
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-042-5/+4Star
* usb: core: Remove unnecessary memset()Suwan Kim2018-12-121-2/+0Star
* Merge 4.20-rc6 into usb-nextGreg Kroah-Hartman2018-12-103-5/+10
|\
| * USB: check usb_get_extra_descriptor for proper sizeMathias Payer2018-12-052-4/+4
| * usb: quirk: add no-LPM quirk on SanDisk Ultra Flair deviceHarry Pan2018-12-051-0/+4
| * USB: Fix invalid-free bug in port_over_current_notify()Alan Stern2018-12-051-1/+2
* | usb: hub: delay hub autosuspend if USB3 port is still link trainingMathias Nyman2018-12-051-0/+10
|/
* usb: core: quirks: add RESET_RESUME quirk for Cherry G230 Stream seriesMichael Niewöhner2018-11-261-0/+3
* usb: core: Fix hub port connection events lostDennis Wassenberg2018-11-141-1/+3
* USB: quirks: Add no-lpm quirk for Raydium touchscreensKai-Heng Feng2018-11-071-0/+5
* usb: quirks: Add delay-init quirk for Corsair K70 LUX RGBEmmanuel Pescosta2018-11-071-0/+3
* USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hubKai-Heng Feng2018-11-072-3/+17
* Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-267-27/+84
|\
| * USB: core: remove set but not used variable 'udev'YueHaibing2018-10-091-3/+0Star
| * usb: core: fix memory leak on port_dev_path allocationColin Ian King2018-10-091-1/+3
| * usb: export firmware port location in sysfsBjørn Mork2018-10-021-0/+10
| * usb: hub: try old enumeration scheme first for high speed devicesZeng Tao2018-10-021-1/+3
| * Merge 4.19-rc6 into usb-nextGreg Kroah-Hartman2018-09-304-18/+39
| |\
| * | usb: core: added uevent for over-currentJon Flatley2018-09-281-0/+36
| * | usbcore: Select UAC3 configuration for audio if presentSaranya Gopal2018-09-201-0/+27
| * | Merge 4.19-rc4 into usb-nextGreg Kroah-Hartman2018-09-164-28/+18Star
| |\ \
| * | | usb: core: remove flags variable in __usb_hcd_giveback_urb()Sebastian Andrzej Siewior2018-09-111-1/+0Star
| * | | usb: core: phy: clean up return value check about devm_of_phy_get_by_index()Chunfeng Yun2018-09-101-3/+4
| * | | USB: Removing NULL check for pool since dma_pool_destroy is safeSalil Kapur2018-09-101-6/+2Star
| * | | usb: core: remove local_irq_save() around ->complete() handlerSebastian Andrzej Siewior2018-09-101-13/+0Star
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-2/+2
|\ \ \ \
| * | | | signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-2/+2
| |/ / /
* | | / USB: fix the usbfs flag sanitization for control transfersAlan Stern2018-10-161-2/+2
| |_|/ |/| |
* | | usb: core: safely deal with the dynamic quirk listsHarry Pan2018-09-201-1/+2