aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-25xhci: Add quirk to reset host back to default state at shutdownMathias Nyman1-2/+8
2022-09-22xhci: show fault reason for a failed enable slot commandMathias Nyman1-1/+2
2022-09-22xhci: Don't show warning for reinit on known broken suspendMario Limonciello1-1/+2
2022-09-05USB: xhci: make xhci_get_endpoint_address staticGreg Kroah-Hartman1-1/+1
2022-08-25Revert "xhci: turn off port power in shutdown"Mathias Nyman1-13/+2
2022-08-25xhci: Add grace period after xHC start to prevent premature runtime suspend.Mathias Nyman1-1/+3
2022-06-23xhci: turn off port power in shutdownMathias Nyman1-2/+13
2022-06-23xhci: Keep interrupt disabled in initialization until host is running.Hongyu Xie1-13/+22
2022-06-10xhci: Fix null pointer dereference in resume if xhci has only one roothubMathias Nyman1-10/+5
2022-05-19xhci: Don't defer primary roothub registration if there is only one roothubMathias Nyman1-2/+2
2022-05-12xhci: prevent U2 link power state if Intel tier policy prevented U1Mathias Nyman1-7/+4
2022-05-12xhci: use generic command timer for stop endpoint commands.Mathias Nyman1-6/+1
2022-05-12xhci: prepare for operation w/o shared hcdHeiner Kallweit1-19/+34
2022-05-12xhci: factor out parts of xhci_gen_setup()Heiner Kallweit1-50/+54
2022-05-12xhci: Set HCD flag to defer primary roothub registrationKishon Vijay Abraham I1-0/+2
2022-04-09xhci: stop polling roothubs after shutdownHenry Lin1-0/+11
2022-03-03usb: host: xhci: Remove some unnecessary return value initializationsLinyu Yuan1-4/+4
2022-03-03usb: host: xhci: add blank line in xhci_halt()Linyu Yuan1-0/+3
2022-03-03usb: host: xhci: update hci_version operation in xhci_gen_setup()Linyu Yuan1-2/+1
2022-03-03xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman1-11/+9
2022-02-28Merge 5.17-rc6 into usb-nextGreg Kroah-Hartman1-9/+19
2022-02-17usb: host: xhci: drop redundant checksSergey Shtylyov1-4/+0
2022-02-17xhci: Allocate separate command structures for each LPM commandMathias Nyman1-13/+8
2022-02-17xhci: dbc: Don't call dbc_tty_init() on every dbc tty probeMathias Nyman1-0/+2
2022-02-17xhci: dbc: Rename xhci_dbc_init and xhci_dbc_exitMathias Nyman1-2/+2
2022-02-15xhci: Prevent futile URB re-submissions due to incorrect return value.Hongyu Xie1-3/+6
2022-02-15xhci: re-initialize the HC during resume if HCE was setPuma Hsu1-6/+13
2021-12-21xhci: use max() to make code cleanerChangcheng Deng1-4/+2
2021-12-10xhci: avoid race between disable slot command and host runtime suspendMathias Nyman1-7/+15
2021-12-10xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime suspendingKai-Heng Feng1-4/+0
2021-11-05Revert "xhci: Set HCD flag to defer primary roothub registration"Greg Kroah-Hartman1-1/+0
2021-10-11xhci: guard accesses to ep_state in xhci_endpoint_reset()Jonathan Bell1-0/+5
2021-09-14xhci: Set HCD flag to defer primary roothub registrationKishon Vijay Abraham I1-0/+1
2021-08-26xhci: Add bus number to some debug messagesMathias Nyman1-2/+4
2021-08-26Revert "USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk set"Mathias Nyman1-12/+12
2021-06-21xhci: remove redundant continue statementColin Ian King1-1/+0
2021-06-17xhci: handle failed buffer copy to URB sg list and fix a W=1 copiler warningMathias Nyman1-2/+7
2021-05-13xhci: Do not use GFP_KERNEL in (potentially) atomic contextChristophe JAILLET1-3/+3
2021-04-06xhci: fix potential array out of bounds with several interruptersMathias Nyman1-1/+5
2021-04-06xhci: check control context is valid before dereferencing it.Mathias Nyman1-0/+8
2021-03-23usb: xhci: Init root hub SSP rateThinh Nguyen1-0/+2
2021-03-15Merge 5.12-rc3 into usb-nextGreg Kroah-Hartman1-35/+43
2021-03-11xhci: Fix repeated xhci wake after suspend due to uncleared internal wake stateMathias Nyman1-32/+30
2021-03-11xhci: Improve detection of device initiated wake signal.Mathias Nyman1-3/+13
2021-03-10usb: xhci-mtk: support to build xhci-mtk-hcd.koChunfeng Yun1-17/+13
2021-02-08Merge 5.11-rc7 into usb-nextGreg Kroah-Hartman1-2/+6
2021-01-29xhci: split handling halted endpoints into two stepsMathias Nyman1-88/+6
2021-01-26usb: xhci-mtk: fix unreleased bandwidth dataIkjoon Jang1-2/+6
2020-12-28USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk setMichael Grzeschik1-12/+12
2020-12-09usb: xhci: Use temporary buffer to consolidate SGTejas Joglekar1-1/+128