summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)Author
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-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
2020-06-24xhci: Return if xHCI doesn't support LPMKai-Heng Feng
2020-06-24xhci: Fix enumeration issue when setting max packet size for FS devices.Al Cooper
2020-04-21xhci: Fix handling halted endpoint even if endpoint ring appears emptyMathias Nyman
2020-03-12xhci: bail out early if driver can't accress host in resumeMathias Nyman
2019-12-11xhci: Increase STS_HALT timeout in xhci_suspend()Kai-Heng Feng
2019-12-11usb: xhci: only set D3hot for pci deviceHenry Lin
2019-11-16usb: host: xhci: Support running urb giveback in tasklet contextSuwan Kim
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
2019-06-05usb: xhci: Add Clear_TT_BufferJim Lin
2019-06-05usb: Add devaddr in struct usb_deviceJim Lin
2019-05-22xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic()Andrey Smirnov
2019-05-22usb: xhci: avoid null pointer deref when bos field is NULLCarsten Schmid
2019-04-27usb: xhci: add endpoint context tracing when an endpoint is addedMathias Nyman
2019-04-27xhci: Add tracing for input control contextMathias Nyman
2019-04-27xhci: add port and bus number to port dynamic debuggingMathias Nyman
2019-04-27usb: xhci: add Immediate Data Transfer supportNicolas Saenz Julienne
2019-01-18xhci: Use struct_size() in kzalloc()Gustavo A. R. Silva
2019-01-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel