aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)Author
2024-04-10usb: xhci: Add error handling in xhci_map_urb_for_dmaPrashanth K
2023-10-19xhci: Keep interrupt disabled in initialization until host is running.Hongyu Xie
2023-04-13xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommuD Scott Phillips
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-11-03xhci: Add quirk to reset host back to default state at shutdownMathias Nyman
2022-10-26xhci: Don't show warning for reinit on known broken suspendMario Limonciello
2022-09-08xhci: Add grace period after xHC start to prevent premature runtime suspend.Mathias Nyman
2022-09-08Revert "xhci: turn off port power in shutdown"Mathias Nyman
2022-07-29xhci: Set HCD flag to defer primary roothub registrationKishon Vijay Abraham I
2022-07-29xhci: dbc: Rename xhci_dbc_init and xhci_dbc_exitMathias Nyman
2022-06-29xhci: turn off port power in shutdownMathias Nyman
2022-05-09xhci: stop polling roothubs after shutdownHenry Lin
2022-04-08xhci: 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-11xhci: guard accesses to ep_state in xhci_endpoint_reset()Jonathan Bell
2021-09-14xhci: Set HCD flag to defer primary roothub registrationKishon Vijay Abraham I
2021-08-26xhci: Add bus number to some debug messagesMathias Nyman
2021-08-26Revert "USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk...Mathias Nyman
2021-06-21xhci: remove redundant continue statementColin Ian King
2021-06-17xhci: handle failed buffer copy to URB sg list and fix a W=1 copiler warningMathias Nyman
2021-05-13xhci: Do not use GFP_KERNEL in (potentially) atomic contextChristophe JAILLET
2021-04-06xhci: fix potential array out of bounds with several interruptersMathias Nyman
2021-04-06xhci: check control context is valid before dereferencing it.Mathias Nyman
2021-03-23usb: xhci: Init root hub SSP rateThinh Nguyen
2021-03-15Merge 5.12-rc3 into usb-nextGreg Kroah-Hartman
2021-03-11xhci: Fix repeated xhci wake after suspend due to uncleared internal wake stateMathias Nyman
2021-03-11xhci: Improve detection of device initiated wake signal.Mathias Nyman
2021-03-10usb: xhci-mtk: support to build xhci-mtk-hcd.koChunfeng Yun
2021-02-08Merge 5.11-rc7 into usb-nextGreg Kroah-Hartman
2021-01-29xhci: split handling halted endpoints into two stepsMathias Nyman
2021-01-26usb: xhci-mtk: fix unreleased bandwidth dataIkjoon Jang
2020-12-28USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk setMichael Grzeschik
2020-12-09usb: xhci: Use temporary buffer to consolidate SGTejas Joglekar
2020-11-02Merge 5.10-rc2 into usb-nextGreg Kroah-Hartman
2020-10-29xhci: Don't create stream debugfs files with spinlock held.Mathias Nyman
2020-10-28usb: xhci: Remove in_interrupt() checksAhmed S. Darwish
2020-09-20usb: xhci: add debugfs support for ep with streamLi Jun
2020-09-20xhci: don't create endpoint debugfs entry before ring buffer is set.Mathias Nyman
2020-09-20usb: xhci: omit duplicate actions when suspending a runtime suspended host.Peter Chen
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-23xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failedDing Hui
2020-07-09usb: host: xhci: Demote obvious misuse of kerneldoc to standard comment blockLee Jones
2020-06-24xhci: Poll for U0 after disabling USB2 LPMKai-Heng Feng