summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-hub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci: Support enabling of compliance mode for xhci 1.1Jack Pham2017-08-281-0/+33
* xhci: rework bus_resume and check ports are suspended before resuming them.Mathias Nyman2017-08-171-43/+51
* usb: xhci: fix spinlock recursion for USB2 test modePeter Chen2017-07-201-0/+2
* xhci: fix 20000ms port resume timeoutMathias Nyman2017-07-201-0/+3
* usb: xhci: Issue stop EP command only when the EP state is runningShyam Sundar S K2017-07-201-1/+8
* xhci: Limit USB2 port wake support for AMD Promontory hostsJiahau Chang2017-06-201-0/+3
* xhci: Fix command ring stop regression in 4.11Mathias Nyman2017-05-181-1/+1
* xhci: use correct flags for spin_lock_irqrestore() when setting port powerMathias Nyman2017-04-181-10/+10
* usb: xhci: remove error messages for failed memory allocationLu Baolu2017-04-081-3/+1
* xhci: Rework how we handle unresponsive or hoptlug removed hostsMathias Nyman2017-04-081-4/+8
* usb: xhci: Add port test modes support for usb2.Guoqing Zhang2017-04-081-0/+85
* usb: xhci: Add helper function xhci_set_power_on().Guoqing Zhang2017-04-081-21/+45
* usb: host: xhci: add xhci_virt_device tracerFelipe Balbi2017-01-251-0/+2
* usb: host: xhci: rename completion codes to match specFelipe Balbi2017-01-251-1/+2
* usb: xhci: add quirk flag for broken PED bitsFelipe Balbi2017-01-251-0/+6
* xhci: Put warning message on a single lineAlexander Stein2017-01-251-2/+1
* xhci: use default USB_RESUME_TIMEOUT when resuming ports.Mathias Nyman2016-10-201-2/+2
* xhci: workaround for hosts missing CAS bitMathias Nyman2016-10-201-0/+37
* usb: xhci: Fix panic if disconnectJim Lin2016-08-161-0/+3
* xhci: USB 3.1 add default Speed Attributes to SuperSpeedPlus device capabilityMathias Nyman2016-02-031-9/+18
* Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman2015-12-141-5/+42
|\
| * xhci: fix usb2 resume timing and races.Mathias Nyman2015-12-121-5/+42
* | xhci: use the correct define to indicate port status suspend change.Mathias Nyman2015-12-011-1/+1
|/
* xhci: Fix a race in usb2 LPM resume, blocking U3 for usb2 devicesMathias Nyman2015-11-181-6/+9
* xhci: support new USB 3.1 hub request to get extended port statusMathias Nyman2015-10-041-0/+29
* xhci: check xhci hardware for USB 3.1 supportMathias Nyman2015-10-041-12/+12
* xhci: define the new default speed ID for SuperSpeedPlus used by xhci hwMathias Nyman2015-10-041-3/+3
* xhci: Add a SuperSpeedPlus capability descriptor for xhci USB 3.1 roothubMathias Nyman2015-10-041-19/+107
* xhci: do not report PLC when link is in internal resume stateZhuang Jin Can2015-07-221-1/+8
* xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can2015-07-221-3/+3
* xhci: report U3 when link is in resume stateZhuang Jin Can2015-07-221-2/+5
* xhci: optimize xhci bus resume timeMathias Nyman2015-05-311-27/+38
* usb: xhci: handle Config Error Change (CEC) in xhci driverLu Baolu2015-03-231-1/+8
* Merge branch 'pm-runtime'Rafael J. Wysocki2014-12-081-1/+1
|\
| * USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki2014-12-041-1/+1
* | Revert "xhci: clear root port wake on bits if controller isn't wake-up capable"Lu Baolu2014-11-221-4/+1
|/
* usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek2014-09-241-1/+1
* xhci: xhci_ring_device: Ring stream ring bells for endpoints with streamsHans de Goede2014-09-241-4/+11
* usb: host: xhci: fix compliance mode workaroundFelipe Balbi2014-09-081-3/+5
* xhci: clear root port wake on bits if controller isn't wake-up capableLu Baolu2014-06-241-1/+4
* xhci: Fix sleeping with IRQs disabled in xhci_stop_device()Mathias Nyman2014-06-181-1/+1
* xhci: rework command timeout and cancellation,Mathias Nyman2014-05-201-7/+4
* xhci: Use completion and status in global command queueMathias Nyman2014-05-201-11/+0
* xhci: Use command structures when queuing commands on the command ringMathias Nyman2014-05-201-5/+16
* usb/xhci: Change how we indicate a host supports Link PM.Sarah Sharp2014-03-051-3/+5
* xhci: replace xhci_writel() with writel()Xenia Ragiadakou2013-12-021-19/+16
* xhci: replace xhci_readl() with readl()Xenia Ragiadakou2013-12-021-36/+35
* Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-10-191-2/+3
|\
| * xhci: correct the usage of USB_CTRL_SET_TIMEOUTxiao jin2013-10-161-1/+1
| * usb: xhci: Staticize xhci_del_comp_mod_timerSachin Kamat2013-10-161-1/+2