aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)Author
2022-06-23xhci: turn off port power in shutdownMathias Nyman
2022-06-23xhci: Keep interrupt disabled in initialization until host is running.Hongyu Xie
2022-06-10xhci: Fix null pointer dereference in resume if xhci has only one roothubMathias Nyman
2022-05-19xhci: Don't defer primary roothub registration if there is only one roothubMathias Nyman
2022-05-12xhci: prevent U2 link power state if Intel tier policy prevented U1Mathias Nyman
2022-05-12xhci: use generic command timer for stop endpoint commands.Mathias Nyman
2022-05-12xhci: prepare for operation w/o shared hcdHeiner Kallweit
2022-05-12xhci: factor out parts of xhci_gen_setup()Heiner Kallweit
2022-05-12xhci: Set HCD flag to defer primary roothub registrationKishon Vijay Abraham I
2022-04-09xhci: stop polling roothubs after shutdownHenry Lin
2022-03-03usb: host: xhci: Remove some unnecessary return value initializationsLinyu Yuan
2022-03-03usb: host: xhci: add blank line in xhci_halt()Linyu Yuan
2022-03-03usb: host: xhci: update hci_version operation in xhci_gen_setup()Linyu Yuan
2022-03-03xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman
2022-02-28Merge 5.17-rc6 into usb-nextGreg Kroah-Hartman
2022-02-17usb: host: xhci: drop redundant checksSergey Shtylyov
2022-02-17xhci: Allocate separate command structures for each LPM commandMathias Nyman
2022-02-17xhci: dbc: Don't call dbc_tty_init() on every dbc tty probeMathias Nyman
2022-02-17xhci: dbc: Rename xhci_dbc_init and xhci_dbc_exitMathias Nyman
2022-02-15xhci: Prevent futile URB re-submissions due to incorrect return value.Hongyu Xie
2022-02-15xhci: re-initialize the HC during resume if HCE was setPuma Hsu
2021-12-21xhci: use max() to make code cleanerChangcheng Deng
2021-12-10xhci: avoid race between disable slot command and host runtime suspendMathias Nyman
2021-12-10xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime suspendingKai-Heng Feng
2021-11-05Revert "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