summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-hub.c
Commit message (Expand)AuthorAgeFilesLines
* 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-231-1/+1
* xhci: xhci_ring_device: Ring stream ring bells for endpoints with streamsHans de Goede2014-09-231-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-171-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-041-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
* | xhci: Don't enable/disable RWE on bus suspend/resume.Sarah Sharp2013-10-091-26/+0
|/
* usb: Fix xHCI host issues on remote wakeup.Sarah Sharp2013-09-231-10/+35
* xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman2013-09-231-1/+1
* xhci: add trace for debug messages related to quirksXenia Ragiadakou2013-08-131-2/+5
* xhci: Report USB 2.1 link status for L1Sarah Sharp2013-07-231-3/+12
* xhci: Refactor port status into a new function.Sarah Sharp2013-07-231-91/+119
* usb: xhci: define port register names and use them instead of magic numbersMathias Nyman2013-06-051-9/+7
* USB: remove CONFIG_USB_SUSPEND optionAlan Stern2013-03-281-1/+1
* xhci: Avoid "dead ports", add roothub port polling.Sarah Sharp2013-01-031-0/+7
* USB: Allow USB 3.0 ports to be disabled.Sarah Sharp2013-01-031-2/+29
* usb/xhci: Remove (__force__ __u16) before assigning DeviceRemovable and assig...Lan Tianyu2012-10-221-3/+2
* usb/xhci: release xhci->lock during turning on/off usb port's acpi power reso...Lan Tianyu2012-10-221-0/+4
* Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman2012-09-161-0/+42
|\
| * usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP HardwareAlexis R. Cortes2012-09-051-0/+42
* | usb/xhci: update a comment regarding the BOS descriptor to reflect the codeSebastian Andrzej Siewior2012-09-131-1/+1
* | usb: host: xhci: sparse fixesFelipe Balbi2012-09-131-1/+1
* | usb/acpi: Use ACPI methods to power off ports.Lan Tianyu2012-09-101-0/+12
* | xhci: Handle clear PORT_POWER feature.Lan Tianyu2012-09-101-0/+4
|/
* Merge tag 'for-usb-next-2012-07-11' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2012-07-161-0/+6
|\
| * xhci: Export Latency Tolerance Messaging capabilities.Sarah Sharp2012-07-111-0/+6
* | usb: Add support for root hub port status CASStanislaw Ledwon2012-07-021-6/+38
|/
* xhci: Add roothub code to set U1/U2 timeouts.Sarah Sharp2012-05-181-0/+19
* xHCI: keep track of ports being resumed and indicate in hub_status_dataAndiry Xu2012-05-031-10/+12
OpenPOWER on IntegriCloud