summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-08-183-6/+50
|\
| * Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman2018-07-301-2/+6
| |\
| * \ Merge 4.18-rc5 into usb-nextGreg Kroah-Hartman2018-07-161-0/+4
| |\ \
| * | | usb: usbfs: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-281-2/+3
| * | | usb: core: use irqsave() in sg_complete() complete callbackSebastian Andrzej Siewior2018-06-281-4/+5
| * | | USB: Report wakeup events on root-hub portsAlan Stern2018-06-251-0/+42
* | | | Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-141-21/+13Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | usb: simplify usbport triggerUwe Kleine-König2018-07-051-20/+11Star
| * | | leds: triggers: let struct led_trigger::activate() return an error codeUwe Kleine-König2018-07-051-3/+4
| |/ /
* | / usb: core: handle hub C_PORT_OVER_CURRENT conditionBin Liu2018-07-211-2/+6
| |/ |/|
* | usb: quirks: add delay quirks for Corsair StrafeNico Sneck2018-07-061-0/+4
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-132-6/+7
* Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-06-061-0/+1
|\
| * driver core: hold dev's parent lock when neededMartin Liu2018-05-311-0/+1
* | USB: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-21/+5Star
* | usb: hub: Per-port setting to reduce TRSTRCY to 10 msNicolas Boichat2018-05-311-1/+5
* | usb: hub: Per-port setting to use old enumeration schemeNicolas Boichat2018-05-313-4/+33
* | usb: core: message: remove extra endianness conversion in usb_set_isoch_delayRuslan Bilovol2018-05-311-1/+1
* | Merge 4.17-rc4 into usb-nextGreg Kroah-Hartman2018-05-081-1/+3
|\ \
| * | USB: Accept bulk endpoints with 1024-byte maxpacketAlan Stern2018-05-031-1/+3
| |/
* | Merge 4.17-rc3 into usb-nextGreg Kroah-Hartman2018-04-305-33/+110
|\|
| * usb: core: phy: add the SPDX-License-Identifier and include guardMartin Blumenstingl2018-04-231-0/+12
| * usb: core: phy: add missing forward declaration for "struct device"Martin Blumenstingl2018-04-221-0/+1
| * usb: core: phy: make it a no-op if CONFIG_GENERIC_PHY is disabledMartin Blumenstingl2018-04-221-0/+3
| * usb: core: use phy_exit during suspend if wake up is not supportedMartin Blumenstingl2018-04-223-3/+45
| * usb: core: split usb_phy_roothub_{init,alloc}Martin Blumenstingl2018-04-223-30/+37
| * usb: core: phy: fix return value of usb_phy_roothub_exit()Martin Blumenstingl2018-04-221-1/+1
| * usb: core: Add quirk for HP v222w 16GB MiniKamil Lulko2018-04-221-0/+3
| * USB: Increment wakeup count on remote wakeup.Ravi Chandra Sadineni2018-04-222-1/+10
* | usb: do not reset if a low-speed or full-speed device timed outMaxim Moseychuk2018-04-251-1/+3
* | usb: core: hcd: mark expected switch fall-throughGustavo A. R. Silva2018-04-231-0/+1
* | USB: USB 3.2 Add sysfs entries for a usb device rx_lanes and tx_lanesMathias Nyman2018-04-221-0/+22
* | USB: show USB 3.2 Dual-lane devices as Gen Xx2 during device enumerationMathias Nyman2018-04-221-2/+5
* | usb: set root hub lane countsMathias Nyman2018-04-221-0/+5
* | USB: Add support to store lane count used by USB 3.2Mathias Nyman2018-04-221-0/+8
* | usb: define HCD_USB32 speed option for hosts that support USB 3.2 dual-laneMathias Nyman2018-04-221-0/+3
* | usb: hub: Don't wait for connect state at resume for powered-off portsDominik Bozek2018-04-221-0/+4
* | USB: core: hcd: drop support for legacy physJohan Hovold2018-04-221-35/+3Star
|/
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-071-8/+2Star
|\
| * Merge tag 'v4.16-rc6' into next-generalJames Morris2018-03-222-1/+9
| |\
| * | usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley2018-03-061-8/+2Star
* | | usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirksKai-Heng Feng2018-03-251-0/+3
* | | usb: core: Copy parameter string correctly and remove superfluous null checkKai-Heng Feng2018-03-251-2/+7
* | | USB: announce bcdDevice as well as idVendor, idProduct.Benson Leung2018-03-251-2/+6
* | | USB:fix USB3 devices behind USB3 hubs not resuming at hibernate thawZhengjun Xing2018-03-231-2/+7
* | | usb: hub: Reduce warning to notice on power lossTomeu Vizoso2018-03-231-1/+1
* | | usb: skip phys initialization of shared hcdChunfeng Yun2018-03-221-1/+1
* | | usb: core: introduce per-port over-current countersRichard Leitner2018-03-223-1/+14
* | | usb: core: Add "quirks" parameter for usbcoreKai-Heng Feng2018-03-203-5/+175