summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman2017-12-181-0/+9
|\
| * usb: hub: Cycle HUB power when initialization failsMike Looijmans2017-11-281-0/+9
* | usb: core: add support for USB_REQ_SET_ISOCH_DELAYFelipe Balbi2017-12-151-0/+30
* | usb: core: Fix logging messages with spurious periods after newlinesJoe Perches2017-12-061-10/+7Star
|/
* usb: core: introduce a new usb_get_std_status() helperFelipe Balbi2017-11-071-4/+4
* USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman2017-11-031-1/+1
* Merge 4.14-rc6 into usb-nextGreg Kroah-Hartman2017-10-231-4/+7
|\
| * usb: hub: Allow reset retry for USB2 devices on connect bounceMathias Nyman2017-10-191-4/+7
* | USB: Force disconnect Huawei 4G modem during suspendDaniel Drake2017-10-231-0/+13
|/
* usb: Increase quirk delay for USB devicesDmitry Fleytman2017-09-181-1/+1
* usb: Increase root hub reset signaling time to prevent retryMathias Nyman2017-08-171-1/+1
* Merge 4.13-rc5 into usb-nextGreg Kroah-Hartman2017-08-141-4/+6
|\
| * USB: Check for dropped connection before switching to full speedAlan Stern2017-08-101-4/+6
* | usb: core: hub: controller driver name may be NULLPeter Chen2017-07-221-2/+15
|/
* USB hub_probe: rework ugly goto-into-compound-statementEugene Korenevsky2017-06-291-17/+21
* usb: Avoid unnecessary LPM enabling and disabling during suspend and resumeMathias Nyman2017-06-151-11/+2Star
* USB: hub: fix SS max number of portsJohan Hovold2017-05-171-1/+7
* USB: hub: fix non-SS hub-descriptor handlingJohan Hovold2017-05-171-4/+9
* USB: hub: fix SS hub-descriptor handlingJohan Hovold2017-05-171-2/+6
* Merge 4.11-rc4 into usb-nextGreg Kroah-Hartman2017-03-271-1/+1
|\
| * usb: hub: Fix crash after failure to read BOS descriptorGuenter Roeck2017-03-171-1/+1
* | usb: hub: Do not attempt to autosuspend disconnected devicesGuenter Roeck2017-03-231-0/+6
* | usb: hub: Fix error loop seen after hub communication errorsGuenter Roeck2017-03-231-1/+4
|/
* sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar2017-03-021-1/+1
* usb: hub: Move hub_port_disable() to fix warning if PM is disabledGeert Uytterhoeven2017-01-051-30/+29Star
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* usb: hub: Wait for connection to be reestablished after port resetGuenter Roeck2016-12-051-2/+9
* usb: hub: Fix auto-remount of safely removed or ejected USB-3 devicesMathias Nyman2016-11-171-65/+36Star
* USB: core: add missing license information to some filesGreg Kroah-Hartman2016-10-291-0/+2
* usb: hub: change CLEAR_FEATURE to SET_FEATUREYonglong Wu2016-09-271-1/+1
* usb: core: hub: don't print on ENOMEMWolfram Sang2016-08-301-6/+3Star
* USB: hub: change the locking in hub_activateAlan Stern2016-08-091-3/+3
* USB: hub: fix up early-exit pathway in hub_activateAlan Stern2016-08-091-9/+6Star
* usb: hub: Fix unbalanced reference count/memory leak/deadlocksViresh Kumar2016-08-091-2/+0Star
* usb: core: hub: hub_port_init lock controller instead of busChris Bainbridge2016-04-281-4/+4
* hub: admit devices are SS+Oliver Neukum2016-04-271-0/+2
* usb: hub: fix a typo in hub_port_init() leading to wrong logicOliver Neukum2016-03-041-5/+5
* Merge 4.5-rc6 into usb-nextGreg Kroah-Hartman2016-03-021-5/+3Star
|\
| * Revert "usb: hub: do not clear BOS field during reset device"Greg Kroah-Hartman2016-02-201-5/+3Star
* | usb: retry reset if a device times outOliver Neukum2016-02-151-1/+7
* | drivers: usb: removed assignment of 0 to static variablesSaurabh Sengar2016-02-101-2/+2
* | usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lockHeiner Kallweit2016-02-071-2/+2
* | Merge 4.5-rc2 into usb-nextGreg Kroah-Hartman2016-02-011-3/+5
|\|
| * usb: hub: do not clear BOS field during reset deviceDu, Changbin2016-01-251-3/+5
* | USB: core, wusbcore: use bus_to_hcdGeliang Tang2016-01-251-1/+1
* | usb: Support USB 3.1 extended port status requestMathias Nyman2016-01-251-9/+61
* | usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman2016-01-251-11/+15
|/
* Merge 4.4-rc6 into usb-nextGreg Kroah-Hartman2015-12-211-3/+19
|\
| * USB: fix invalid memory access in hub_activate()Alan Stern2015-12-181-3/+19
* | Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman2015-12-141-8/+14
|\|