summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-24xhci: Add a flag to disable USB3 lpm on a xhci root port level.Mathias Nyman1-0/+8
2023-01-24xhci: Fix null pointer dereference when host diesMathias Nyman1-0/+5
2022-10-26xhci: Don't show warning for reinit on known broken suspendMario Limonciello1-1/+2
2022-09-15xhci: Add grace period after xHC start to prevent premature runtime suspend.Mathias Nyman1-1/+3
2022-09-15Revert "xhci: turn off port power in shutdown"Mathias Nyman1-13/+2
2022-07-02xhci: turn off port power in shutdownMathias Nyman1-2/+13
2022-05-12xhci: stop polling roothubs after shutdownHenry Lin1-0/+11
2022-04-15xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman1-11/+9
2022-03-02xhci: Prevent futile URB re-submissions due to incorrect return value.Hongyu Xie1-3/+6
2022-03-02xhci: re-initialize the HC during resume if HCE was setPuma Hsu1-6/+13
2021-12-14xhci: avoid race between disable slot command and host runtime suspendMathias Nyman1-7/+15
2021-12-14xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime suspendingKai-Heng Feng1-4/+0
2021-10-20xhci: guard accesses to ep_state in xhci_endpoint_reset()Jonathan Bell1-0/+5
2021-09-22Revert "USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk...Mathias Nyman1-12/+12
2021-05-22xhci: Do not use GFP_KERNEL in (potentially) atomic contextChristophe JAILLET1-3/+3
2021-05-22xhci: fix potential array out of bounds with several interruptersMathias Nyman1-1/+5
2021-05-22xhci: check control context is valid before dereferencing it.Mathias Nyman1-0/+8
2021-03-17xhci: Improve detection of device initiated wake signal.Mathias Nyman1-3/+13
2021-01-12USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk setMichael Grzeschik1-12/+12
2020-11-05usb: xhci: omit duplicate actions when suspending a runtime suspended host.Peter Chen1-2/+5
2020-09-03xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failedDing Hui1-1/+2
2020-07-01xhci: Return if xHCI doesn't support LPMKai-Heng Feng1-1/+4
2020-07-01xhci: Fix enumeration issue when setting max packet size for FS devices.Al Cooper1-0/+1
2020-07-01xhci: Poll for U0 after disabling USB2 LPMKai-Heng Feng1-0/+3
2020-04-17xhci: bail out early if driver can't accress host in resumeMathias Nyman1-1/+3
2019-12-17xhci: Increase STS_HALT timeout in xhci_suspend()Kai-Heng Feng1-1/+1
2019-12-17usb: xhci: only set D3hot for pci deviceHenry Lin1-5/+2
2019-10-17xhci: Increase STS_SAVE timeout in xhci_suspend()Kai-Heng Feng1-1/+1
2019-10-17xhci: Prevent deadlock when xhci adapter breaks during initBill Kuzeja1-2/+21
2019-10-17usb: xhci: wait for CNR controller not ready bit in xhci resumeRick Tseng1-0/+12
2019-10-17xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec based hostsMathias Nyman1-4/+11
2019-10-17xhci: Check all endpoints for LPM timeoutJan Schmidt1-4/+4
2019-10-17xhci: Prevent device initiated U1/U2 link pm if exit latency is too longMathias Nyman1-4/+6
2019-06-25usb: xhci: Don't try to recover an endpoint if port is in error state.Mathias Nyman1-0/+5
2019-06-25xhci: detect USB 3.2 capable host controllers correctlyMathias Nyman1-5/+15
2019-06-09usb: xhci: avoid null pointer deref when bos field is NULLCarsten Schmid1-1/+1
2019-06-09xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic()Andrey Smirnov1-12/+10
2018-12-13xhci: Prevent U1/U2 link pm states if exit latency is too longMathias Nyman1-0/+16
2018-12-13xhci: workaround CSS timeout on AMD SNPS 3.0 xHCSandeep Singh1-4/+22
2018-12-01xhci: Fix leaking USB3 shared_hcd at xhci removalMathias Nyman1-2/+0
2018-09-05xhci: Fix use after free for URB cancellation on a reallocated endpointMathias Nyman1-0/+30
2018-07-30Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman1-0/+1
2018-07-20usb: xhci: Fix memory leak in xhci_endpoint_reset()Zheng Xiaowei1-0/+1
2018-07-02Merge 4.18-rc3 into usb-nextGreg Kroah-Hartman1-4/+43
2018-06-25USB: xhci-hcd: Add get_resuming_ports methodAlan Stern1-0/+1
2018-06-25usb: xhci: increase CRS timeout valueAjay Gupta1-1/+6
2018-06-25xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman1-3/+37
2018-06-01xhci: Add quirk to zero 64bit registers on Renesas PCIe controllersMarc Zyngier1-0/+65
2018-06-01xhci: Allow more than 32 quirksMarc Zyngier1-3/+3
2018-05-24xhci: use port structures instead of port arrays in xhci.c functionsMathias Nyman1-28/+22