summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)Author
2022-05-19Merge tag 'v5.4.193' into update-to-2.3.7__5.4-2.3.x-imxPhilippe Schenker
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
2022-01-10Merge tag 'v5.4.158' into HEADDenys Drozdov
2022-01-10Merge tag 'v5.4.155' into HEADDenys Drozdov
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-08Merge tag 'v5.4.150' into 5.4-2.3.x-imxDenys Drozdov
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-22Merge tag 'v5.4.148' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-09-22Revert "USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk...Mathias Nyman
2021-05-19Merge tag 'v5.4.120' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-05-19xhci: Do not use GFP_KERNEL in (potentially) atomic contextChristophe JAILLET
2021-05-11Merge tag 'v5.4.118' into 5.4-2.3.x-imxAndrey Zhizhikin
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-18Merge tag 'v5.4.106' into 5.4-2.3.x-imxAndrey Zhizhikin
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-10Merge tag 'v5.4.97' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-02-10usb: xhci-mtk: fix unreleased bandwidth dataIkjoon Jang
2021-01-12Merge tag 'v5.4.89' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-01-12USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk setMichael Grzeschik
2021-01-11Merge tag 'v5.4.75' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-01-11Merge tag 'v5.4.73' into 5.4-2.3.x-imxAndrey Zhizhikin
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-10-08Merge tag 'v5.4.70' into imx_5.4.yJason Liu
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-06-19Merge tag 'v5.4.47' into imx_5.4.yJason Liu
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
2020-03-08Merge tag 'v5.4.24' into imx_5.4.yJason Liu
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-11-25MLK-18794-1 usb: host: xhci: add .bus_suspend overridePeter Chen
2019-11-25MLK-16735 usb: host: add XHCI_CDNS_HOST flagPeter Chen
2019-11-25MLK-17380-4 usb: host: xhci: add EH SINGLE_STEP_SET_FEATURE Test for USB2Peter Chen
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