summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-hub.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-11xhci: Don't prevent USB2 bus suspend in state check intended for USB3 onlyMathias Nyman1-1/+2
2019-02-11usb: xhci: Prevent bus suspend if a port connect change or polling state is d...Mathias Nyman1-14/+46
2019-02-11usb: xhci: fix timeout for transition from RExit to U0Aaron Ma1-2/+2
2019-02-11usb: xhci: fix uninitialized completion when USB3 port got wrong statusAaron Ma1-1/+1
2018-01-01usb: xhci: Handle error condition in xhci_stop_device()Mayank Rana1-5/+17
2017-11-11xhci: fix 20000ms port resume timeoutMathias Nyman1-0/+3
2017-10-12xhci: Limit USB2 port wake support for AMD Promontory hostsJiahau Chang1-0/+3
2017-02-23xhci: workaround for hosts missing CAS bitMathias Nyman1-0/+37
2016-11-20usb: xhci: Fix panic if disconnectJim Lin1-0/+3
2016-01-19xhci: fix usb2 resume timing and races.Mathias Nyman1-5/+42
2015-12-14xhci: Fix a race in usb2 LPM resume, blocking U3 for usb2 devicesMathias Nyman1-6/+9
2015-08-11xhci: do not report PLC when link is in internal resume stateZhuang Jin Can1-1/+8
2015-08-11xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can1-3/+3
2015-08-11xhci: report U3 when link is in resume stateZhuang Jin Can1-2/+5
2015-04-13usb: xhci: handle Config Error Change (CEC) in xhci driverLu Baolu1-1/+8
2014-12-10Revert "xhci: clear root port wake on bits if controller isn't wake-up capable"Lu Baolu1-4/+1
2014-10-06usb: host: xhci: fix compliance mode workaroundFelipe Balbi1-3/+5
2014-06-24xhci: clear root port wake on bits if controller isn't wake-up capableLu Baolu1-1/+4
2014-06-18xhci: Fix sleeping with IRQs disabled in xhci_stop_device()Mathias Nyman1-1/+1
2014-05-20xhci: rework command timeout and cancellation,Mathias Nyman1-7/+4
2014-05-20xhci: Use completion and status in global command queueMathias Nyman1-11/+0
2014-05-20xhci: Use command structures when queuing commands on the command ringMathias Nyman1-5/+16
2014-03-05usb/xhci: Change how we indicate a host supports Link PM.Sarah Sharp1-3/+5
2013-12-03xhci: replace xhci_writel() with writel()Xenia Ragiadakou1-19/+16
2013-12-03xhci: replace xhci_readl() with readl()Xenia Ragiadakou1-36/+35
2013-10-20Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-2/+3
2013-10-16xhci: correct the usage of USB_CTRL_SET_TIMEOUTxiao jin1-1/+1
2013-10-16usb: xhci: Staticize xhci_del_comp_mod_timerSachin Kamat1-1/+2
2013-10-10xhci: Don't enable/disable RWE on bus suspend/resume.Sarah Sharp1-26/+0
2013-09-24usb: Fix xHCI host issues on remote wakeup.Sarah Sharp1-10/+35
2013-09-24xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman1-1/+1
2013-08-14xhci: add trace for debug messages related to quirksXenia Ragiadakou1-2/+5
2013-07-24xhci: Report USB 2.1 link status for L1Sarah Sharp1-3/+12
2013-07-24xhci: Refactor port status into a new function.Sarah Sharp1-91/+119
2013-06-06usb: xhci: define port register names and use them instead of magic numbersMathias Nyman1-9/+7
2013-03-28USB: remove CONFIG_USB_SUSPEND optionAlan Stern1-1/+1
2013-01-04xhci: Avoid "dead ports", add roothub port polling.Sarah Sharp1-0/+7
2013-01-04USB: Allow USB 3.0 ports to be disabled.Sarah Sharp1-2/+29
2012-10-23usb/xhci: Remove (__force__ __u16) before assigning DeviceRemovable and assig...Lan Tianyu1-3/+2
2012-10-23usb/xhci: release xhci->lock during turning on/off usb port's acpi power reso...Lan Tianyu1-0/+4
2012-09-17Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman1-0/+42
2012-09-14usb/xhci: update a comment regarding the BOS descriptor to reflect the codeSebastian Andrzej Siewior1-1/+1
2012-09-14usb: host: xhci: sparse fixesFelipe Balbi1-1/+1
2012-09-11usb/acpi: Use ACPI methods to power off ports.Lan Tianyu1-0/+12
2012-09-11xhci: Handle clear PORT_POWER feature.Lan Tianyu1-0/+4
2012-09-05usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP HardwareAlexis R. Cortes1-0/+42
2012-07-17Merge tag 'for-usb-next-2012-07-11' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-0/+6
2012-07-11xhci: Export Latency Tolerance Messaging capabilities.Sarah Sharp1-0/+6
2012-07-02usb: Add support for root hub port status CASStanislaw Ledwon1-6/+38
2012-05-19xhci: Add roothub code to set U1/U2 timeouts.Sarah Sharp1-0/+19