aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-hub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-25usb: host: xhci: add xhci_virt_device tracerFelipe Balbi1-0/+2
2017-01-25usb: host: xhci: rename completion codes to match specFelipe Balbi1-1/+2
2017-01-25usb: xhci: add quirk flag for broken PED bitsFelipe Balbi1-0/+6
2017-01-25xhci: Put warning message on a single lineAlexander Stein1-2/+1
2016-10-20xhci: use default USB_RESUME_TIMEOUT when resuming ports.Mathias Nyman1-2/+2
2016-10-20xhci: workaround for hosts missing CAS bitMathias Nyman1-0/+37
2016-08-16usb: xhci: Fix panic if disconnectJim Lin1-0/+3
2016-02-03xhci: USB 3.1 add default Speed Attributes to SuperSpeedPlus device capabilityMathias Nyman1-9/+18
2015-12-13Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman1-5/+42
2015-12-11xhci: fix usb2 resume timing and races.Mathias Nyman1-5/+42
2015-12-01xhci: use the correct define to indicate port status suspend change.Mathias Nyman1-1/+1
2015-11-18xhci: Fix a race in usb2 LPM resume, blocking U3 for usb2 devicesMathias Nyman1-6/+9
2015-10-04xhci: support new USB 3.1 hub request to get extended port statusMathias Nyman1-0/+29
2015-10-04xhci: check xhci hardware for USB 3.1 supportMathias Nyman1-12/+12
2015-10-04xhci: define the new default speed ID for SuperSpeedPlus used by xhci hwMathias Nyman1-3/+3
2015-10-04xhci: Add a SuperSpeedPlus capability descriptor for xhci USB 3.1 roothubMathias Nyman1-19/+107
2015-07-22xhci: do not report PLC when link is in internal resume stateZhuang Jin Can1-1/+8
2015-07-22xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can1-3/+3
2015-07-22xhci: report U3 when link is in resume stateZhuang Jin Can1-2/+5
2015-05-31xhci: optimize xhci bus resume timeMathias Nyman1-27/+38
2015-03-23usb: xhci: handle Config Error Change (CEC) in xhci driverLu Baolu1-1/+8
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki1-1/+1
2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki1-1/+1
2014-11-22Revert "xhci: clear root port wake on bits if controller isn't wake-up capable"Lu Baolu1-4/+1
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek1-1/+1
2014-09-23xhci: xhci_ring_device: Ring stream ring bells for endpoints with streamsHans de Goede1-4/+11
2014-09-08usb: 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-17xhci: 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-04usb/xhci: Change how we indicate a host supports Link PM.Sarah Sharp1-3/+5
2013-12-02xhci: replace xhci_writel() with writel()Xenia Ragiadakou1-19/+16
2013-12-02xhci: replace xhci_readl() with readl()Xenia Ragiadakou1-36/+35
2013-10-19Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-nextGreg 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-09xhci: Don't enable/disable RWE on bus suspend/resume.Sarah Sharp1-26/+0
2013-09-23usb: Fix xHCI host issues on remote wakeup.Sarah Sharp1-10/+35
2013-09-23xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman1-1/+1
2013-08-13xhci: add trace for debug messages related to quirksXenia Ragiadakou1-2/+5
2013-07-23xhci: Report USB 2.1 link status for L1Sarah Sharp1-3/+12
2013-07-23xhci: Refactor port status into a new function.Sarah Sharp1-91/+119
2013-06-05usb: 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-03xhci: Avoid "dead ports", add roothub port polling.Sarah Sharp1-0/+7
2013-01-03USB: Allow USB 3.0 ports to be disabled.Sarah Sharp1-2/+29
2012-10-22usb/xhci: Remove (__force__ __u16) before assigning DeviceRemovable and assign directly.Lan Tianyu1-3/+2
2012-10-22usb/xhci: release xhci->lock during turning on/off usb port's acpi power resource and checking the existence of port's power resourceLan Tianyu1-0/+4