summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * USB: add quirk for devices with broken LPMAlan Stern2015-12-121-1/+6
| * usb: core : hub: Fix BOS 'NULL pointer' kernel panicHans Yang2015-12-011-7/+8
* | usb: Add connected retry on resume for non SS devicesAl Cooper2015-12-041-6/+10
* | usb: core: lpm: add sysfs node for usb3 lpm permitLu Baolu2015-12-011-2/+13
* | usb: core: lpm: fix usb3_hardware_lpm sysfs nodeLu Baolu2015-12-011-9/+30
|/
* usb: otg: don't set a_alt_hnp_support feature for OTG 2.0 deviceLi Jun2015-10-041-29/+39
* usb: hub: remove redundant declarationsKris Borer2015-10-041-2/+1Star
* usb: core: hub: Removed some warnings generated by checkpatch.plChase Metzger2015-10-041-8/+8
* usb: core: hub: Removed some warnings generated by checkpatch.plChase Metzger2015-08-151-12/+12
* usb: hub: remove assignment from if conditionKris Borer2015-08-151-2/+2
* usb: core: hub.c: Removed some warnings generated by checkpatch.plChase Metzger2015-08-091-20/+20
* Merge 4.2-rc4 into usb-nextGreg Kroah-Hartman2015-07-271-1/+1
|\
| * usb: core: lpm: set lpm_capable for root hub deviceLu Baolu2015-07-221-1/+1
* | usbcore: add sysfs support to xHCI usb3 hardware LPMKevin Strasser2015-07-231-0/+4
|/
* usb: core: Fix USB 3.0 devices lost in NOTATTACHED state after a hub port resetRobert Schlabbach2015-05-311-49/+33Star
* USB: hub.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
* usb: Enable LPM for USB 2.01+ full-speed devicesRupesh Tatiya2015-05-081-1/+1
* usb: Set unused ports to "fixed" rather than "unknown"Matthew Garrett2015-05-081-0/+3
* usb: Prefer firmware values when determining whether a port is removableMatthew Garrett2015-05-081-15/+17
* usb: core: hub: use new USB_RESUME_TIMEOUTFelipe Balbi2015-04-071-2/+2
* Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2015-02-151-46/+36Star
|\
| * usb: Retry port status check on resume to work around RH bugsJulius Werner2015-02-041-3/+12
| * Revert "usb: Reset USB-3 devices on USB-3 link bounce"Zhuang Jin Can2015-02-041-25/+9Star