summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-hub.c
Commit message (Expand)AuthorAgeFilesLines
* xhci: Add grace period after xHC start to prevent premature runtime suspend.Mathias Nyman2022-09-151-0/+11
* xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good delayMathias Nyman2021-11-261-1/+2
* xhci: Fix lost USB 2 remote wakeMathias Nyman2021-07-281-1/+2
* xhci: Give USB2 ports time to enter U3 in bus suspendLi Jun2020-12-291-0/+4
* xhci: Do warm-reset when both CAS and XDEV_RESUME are setKai-Heng Feng2020-09-031-9/+10
* usb: host: xhci-hub: fix extra endianness conversionRuslan Bilovol2020-01-291-1/+1
* xhci: fix USB3 device initiated resume race with roothub autosuspendMathias Nyman2019-12-211-0/+8
* xhci: make sure interrupts are restored to correct stateMathias Nyman2019-12-211-4/+4
* xhci: Don't prevent USB2 bus suspend in state check intended for USB3 onlyMathias Nyman2018-12-291-1/+2
* usb: xhci: fix uninitialized completion when USB3 port got wrong statusAaron Ma2018-12-011-1/+1
* usb: xhci: Prevent bus suspend if a port connect change or polling state is d...Mathias Nyman2018-12-011-14/+46
* usb: xhci: fix timeout for transition from RExit to U0Aaron Ma2018-12-011-2/+2
* xhci: Fix USB3 NULL pointer dereference at logical disconnect.Mathias Nyman2018-11-101-1/+1
* xhci: Don't print a warning when setting link state for disabled portsMathias Nyman2018-10-181-9/+9
* usb: xhci: Handle error condition in xhci_stop_device()Mayank Rana2017-11-021-5/+17
* Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts"Kai-Heng Feng2017-10-121-3/+0
* xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptorMathias Nyman2017-10-121-1/+10
* xhci: fix 20000ms port resume timeoutMathias Nyman2017-07-271-0/+3
* xhci: Limit USB2 port wake support for AMD Promontory hostsJiahau Chang2017-07-121-0/+3
* usb: xhci: add quirk flag for broken PED bitsFelipe Balbi2017-04-121-0/+6
* 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-131-5/+42
|\
| * xhci: fix usb2 resume timing and races.Mathias Nyman2015-12-111-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-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