aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)Author
2020-07-20Merge branch 'v5.2/standard/base' into v5.2/standard/xlnx-socBruce Ashfield
2020-07-16xhci: Return if xHCI doesn't support LPMKai-Heng Feng
2020-07-16xhci: Fix enumeration issue when setting max packet size for FS devices.Al Cooper
2020-07-16xhci: Poll for U0 after disabling USB2 LPMKai-Heng Feng
2020-06-05Merge branch 'v5.2/standard/base' into v5.2/standard/xlnx-socBruce Ashfield
2020-06-05Merge branch 'v5.2/standard/base' into v5.2/standard/xlnx-socBruce Ashfield
2020-06-04xhci: Fix handling halted endpoint even if endpoint ring appears emptyMathias Nyman
2020-06-01xhci: bail out early if driver can't accress host in resumeMathias Nyman
2020-02-05Merge branch 'v5.2/standard/base' into v5.2/standard/xlnx-socBruce Ashfield
2020-01-31xhci: Increase STS_HALT timeout in xhci_suspend()Kai-Heng Feng
2020-01-31usb: xhci: only set D3hot for pci deviceHenry Lin
2019-11-10Merge branch 'v5.2/standard/base' into v5.2/standard/xlnx-socBruce Ashfield
2019-11-09xhci: Increase STS_SAVE timeout in xhci_suspend()Kai-Heng Feng
2019-11-09xhci: Prevent deadlock when xhci adapter breaks during initBill Kuzeja
2019-11-09usb: xhci: wait for CNR controller not ready bit in xhci resumeRick Tseng
2019-11-09xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec based hostsMathias Nyman
2019-11-09xhci: Check all endpoints for LPM timeoutJan Schmidt
2019-11-09xhci: Prevent device initiated U1/U2 link pm if exit latency is too longMathias Nyman
2019-07-04usb: xhci: don't clean shared_hcd when otg is enabledAnurag Kumar Vulisha
2019-07-04usb: xhci: Add workaround for fixing ep stream ring hang issueAnurag Kumar Vulisha
2019-07-04usb: xhci: Set XHCI Light Reset for DWC3_OTG modeManish Narani
2019-07-04usb: host: xhci: add support for Light Reset for DWC3 DRDManish Narani
2019-06-18xhci: detect USB 3.2 capable host controllers correctlyMathias Nyman
2019-06-18usb: xhci: Don't try to recover an endpoint if port is in error state.Mathias Nyman
2019-05-22xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic()Andrey Smirnov
2019-05-22usb: xhci: avoid null pointer deref when bos field is NULLCarsten Schmid
2019-04-27usb: xhci: add endpoint context tracing when an endpoint is addedMathias Nyman
2019-04-27xhci: Add tracing for input control contextMathias Nyman
2019-04-27xhci: add port and bus number to port dynamic debuggingMathias Nyman
2019-04-27usb: xhci: add Immediate Data Transfer supportNicolas Saenz Julienne
2019-01-18xhci: Use struct_size() in kzalloc()Gustavo A. R. Silva
2019-01-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel
2018-12-17xhci: Use device_iommu_mapped()Joerg Roedel
2018-12-10Merge 4.20-rc6 into usb-nextGreg Kroah-Hartman
2018-12-07xhci: move bus_state structure under the xhci_hub structure.Mathias Nyman
2018-12-07xhci: remove the unused sw_lpm_supportZeng Tao
2018-12-06xhci: Prevent U1/U2 link pm states if exit latency is too longMathias Nyman
2018-12-06xhci: workaround CSS timeout on AMD SNPS 3.0 xHCSandeep Singh
2018-11-09xhci: Fix leaking USB3 shared_hcd at xhci removalMathias Nyman
2018-09-05xhci: Fix use after free for URB cancellation on a reallocated endpointMathias Nyman
2018-07-30Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman
2018-07-20usb: xhci: Fix memory leak in xhci_endpoint_reset()Zheng Xiaowei
2018-07-02Merge 4.18-rc3 into usb-nextGreg Kroah-Hartman
2018-06-25USB: xhci-hcd: Add get_resuming_ports methodAlan Stern
2018-06-25usb: xhci: increase CRS timeout valueAjay Gupta
2018-06-25xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman
2018-06-01xhci: Add quirk to zero 64bit registers on Renesas PCIe controllersMarc Zyngier
2018-06-01xhci: Allow more than 32 quirksMarc Zyngier
2018-05-24xhci: use port structures instead of port arrays in xhci.c functionsMathias Nyman