aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)Author
2023-01-24xhci: Add a flag to disable USB3 lpm on a xhci root port level.Mathias Nyman
2023-01-24xhci: Fix null pointer dereference when host diesMathias Nyman
2022-10-26xhci: Don't show warning for reinit on known broken suspendMario Limonciello
2022-09-15xhci: Add grace period after xHC start to prevent premature runtime suspend.Mathias Nyman
2022-09-15Revert "xhci: turn off port power in shutdown"Mathias Nyman
2022-07-02xhci: turn off port power in shutdownMathias Nyman
2022-05-12xhci: stop polling roothubs after shutdownHenry Lin
2022-04-15xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman
2022-03-02xhci: Prevent futile URB re-submissions due to incorrect return value.Hongyu Xie
2022-03-02xhci: re-initialize the HC during resume if HCE was setPuma Hsu
2021-12-14xhci: avoid race between disable slot command and host runtime suspendMathias Nyman
2021-12-14xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime suspendingKai-Heng Feng
2021-10-20xhci: guard accesses to ep_state in xhci_endpoint_reset()Jonathan Bell
2021-09-22Revert "USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk...Mathias Nyman
2021-05-22xhci: Do not use GFP_KERNEL in (potentially) atomic contextChristophe JAILLET
2021-05-22xhci: fix potential array out of bounds with several interruptersMathias Nyman
2021-05-22xhci: check control context is valid before dereferencing it.Mathias Nyman
2021-03-17xhci: Improve detection of device initiated wake signal.Mathias Nyman
2021-01-12USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk setMichael Grzeschik
2020-11-05usb: xhci: omit duplicate actions when suspending a runtime suspended host.Peter Chen
2020-09-03xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failedDing Hui
2020-06-30xhci: Return if xHCI doesn't support LPMKai-Heng Feng
2020-06-30xhci: Fix enumeration issue when setting max packet size for FS devices.Al Cooper
2020-06-30xhci: Poll for U0 after disabling USB2 LPMKai-Heng Feng
2020-04-17xhci: bail out early if driver can't accress host in resumeMathias Nyman
2019-12-17xhci: Increase STS_HALT timeout in xhci_suspend()Kai-Heng Feng
2019-12-17usb: xhci: only set D3hot for pci deviceHenry Lin
2019-10-17xhci: Increase STS_SAVE timeout in xhci_suspend()Kai-Heng Feng
2019-10-17xhci: Prevent deadlock when xhci adapter breaks during initBill Kuzeja
2019-10-17usb: xhci: wait for CNR controller not ready bit in xhci resumeRick Tseng
2019-10-17xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec based hostsMathias Nyman
2019-10-17xhci: Check all endpoints for LPM timeoutJan Schmidt
2019-10-17xhci: Prevent device initiated U1/U2 link pm if exit latency is too longMathias Nyman
2019-06-25usb: xhci: Don't try to recover an endpoint if port is in error state.Mathias Nyman
2019-06-25xhci: detect USB 3.2 capable host controllers correctlyMathias Nyman
2019-06-09usb: xhci: avoid null pointer deref when bos field is NULLCarsten Schmid
2019-06-09xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic()Andrey Smirnov
2018-12-13xhci: Prevent U1/U2 link pm states if exit latency is too longMathias Nyman
2018-12-13xhci: workaround CSS timeout on AMD SNPS 3.0 xHCSandeep Singh
2018-12-01xhci: 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