aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)Author
2023-04-20xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommuD Scott Phillips
2023-02-06Revert "Revert "xhci: Set HCD flag to defer primary roothub registration""Sasha Levin
2023-01-24xhci: Add a flag to disable USB3 lpm on a xhci root port level.Mathias Nyman
2023-01-24xhci: Add update_hub_device override for PCI xHCI hostsMathias 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-06-29xhci: turn off port power in shutdownMathias Nyman
2022-05-09xhci: 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-11-06Revert "xhci: Set HCD flag to defer primary roothub registration"Greg Kroah-Hartman
2021-10-20xhci: guard accesses to ep_state in xhci_endpoint_reset()Jonathan Bell
2021-09-30xhci: Set HCD flag to defer primary roothub registrationKishon Vijay Abraham I
2021-09-22Revert "USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk...Mathias Nyman
2021-05-19xhci: Do not use GFP_KERNEL in (potentially) atomic contextChristophe JAILLET
2021-05-11xhci: fix potential array out of bounds with several interruptersMathias Nyman
2021-05-11xhci: check control context is valid before dereferencing it.Mathias Nyman
2021-03-17xhci: Fix repeated xhci wake after suspend due to uncleared internal wake stateMathias Nyman
2021-03-17xhci: Improve detection of device initiated wake signal.Mathias Nyman
2021-02-10usb: xhci-mtk: fix unreleased bandwidth dataIkjoon Jang
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-10-29xhci: don't create endpoint debugfs entry before ring buffer is set.Mathias Nyman
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-29xhci: Fix handling halted endpoint even if endpoint ring appears emptyMathias Nyman
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-28xhci: Fix use-after-free regression in xhci clear hub TT implementationMathias Nyman
2019-10-04xhci: Fix NULL pointer dereference in xhci_clear_tt_buffer_complete()Mathias Nyman
2019-10-04xhci: Increase STS_SAVE timeout in xhci_suspend()Kai-Heng Feng
2019-10-04xhci: Prevent deadlock when xhci adapter breaks during initBill Kuzeja
2019-10-04usb: xhci: wait for CNR controller not ready bit in xhci resumeRick Tseng
2019-10-04xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec based hostsMathias Nyman
2019-10-04xhci: Check all endpoints for LPM timeoutJan Schmidt
2019-10-04xhci: Prevent device initiated U1/U2 link pm if exit latency is too longMathias Nyman
2019-09-03xhci: fix possible memleak on setup address fails.Ikjoon Jang
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig
2019-08-02xhci: Fix NULL pointer dereference at endpoint zero reset.Mathias Nyman
2019-06-23Merge 5.2-rc6 into usb-nextGreg Kroah-Hartman
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