summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)Author
2021-09-22Revert "USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk...Mathias Nyman
2021-05-22xhci: Do not use GFP_KERNEL in (potentially) atomic contextChristophe JAILLET
2021-03-17xhci: Improve detection of device initiated wake signal.Mathias Nyman
2021-01-12USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk setMichael Grzeschik
2020-06-29xhci: Poll for U0 after disabling USB2 LPMKai-Heng Feng
2020-06-29xhci: Fix enumeration issue when setting max packet size for FS devices.Al Cooper
2019-12-21usb: xhci: only set D3hot for pci deviceHenry Lin
2019-12-21xhci: Increase STS_HALT timeout in xhci_suspend()Kai-Heng Feng
2019-10-17xhci: Increase STS_SAVE timeout in xhci_suspend()Kai-Heng Feng
2019-10-17usb: xhci: wait for CNR controller not ready bit in xhci resumeRick Tseng
2019-10-17xhci: Check all endpoints for LPM timeoutJan Schmidt
2019-10-17xhci: Prevent device initiated U1/U2 link pm if exit latency is too longMathias Nyman
2019-06-11usb: xhci: avoid null pointer deref when bos field is NULLCarsten Schmid
2019-06-11xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic()Andrey Smirnov
2018-12-13xhci: Prevent U1/U2 link pm states if exit latency is too longMathias Nyman
2018-09-19xhci: Fix use-after-free in xhci_free_virt_deviceMathias Nyman
2018-08-24usb: xhci: increase CRS timeout valueAjay Gupta
2018-07-25xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman
2017-01-19xhci: fix deadlock at host remove by running watchdog correctlyMathias Nyman
2017-01-12usb: xhci: fix return value of xhci_setup_device()Lu Baolu
2016-09-07xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.Mathias Nyman
2016-07-11xhci: Cleanup only when releasing primary hcdGabriel Krisman Bertazi
2016-05-04xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman
2016-05-04xhci: resume USB 3 roothub firstMathias Nyman
2016-02-25xhci: Fix list corruption in urb dequeue at host removalMathias Nyman
2016-01-31xhci: refuse loading if nousb is usedOliver Neukum
2015-12-04usb: xhci: fix config fail of FS hub behind a HS hub with MTTChunfeng Yun
2015-11-18xhci: Workaround to get Intel xHCI reset working more reliablyRajmohan Mani
2015-10-16usb: xhci: configure 32-bit DMA if the controller does not support 64-bit DMADuc Dang
2015-10-04xhci: check xhci hardware for USB 3.1 supportMathias Nyman
2015-10-04xhci: Read and parse new xhci 1.1 capability registerLu Baolu
2015-09-21usb: xhci: exit early in xhci_setup_device() if we're halted or dyingRoger Quadros
2015-09-21usb: xhci: stop everything on the first call to xhci_stopRoger Quadros
2015-09-21usb: xhci: Clear XHCI_STATE_DYING on startRoger Quadros
2015-09-21usb: xhci: lock mutex on xhci_stopRoger Quadros
2015-08-08usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfersReyad Attiyat
2015-08-05usb: host: xhci: Simplify return statementSaurabh Karajgaonkar
2015-07-27Merge 4.2-rc4 into usb-nextGreg Kroah-Hartman
2015-07-22usb: host: xhci: remove typo in function documentationLuis de Bethencourt
2015-07-22xhci: Calculate old endpoints correctly on device resetBrian Campbell
2015-06-08Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman
2015-05-31usb: host: xhci: remove incorrect comment about mutexChris Bainbridge
2015-05-31usb: xhci: Fix suspend/resume when used with OTG coreRoger Quadros
2015-05-31usb: xhci: Allow usb_add/remove_hcd() to be called repeatedlyRoger Quadros
2015-05-31usb: xhci: cleanup xhci_hcd allocationRoger Quadros
2015-05-24usb: host: xhci: add mutex for non-thread-safe dataChris Bainbridge
2015-05-24usb: make module xhci_hcd removableArthur Demchenkov
2015-03-11Revert "xhci: Clear the host side toggle manually when endpoint is 'soft reset'"Mathias Nyman
2015-02-24xhci: Clear the host side toggle manually when endpoint is 'soft reset'Mathias Nyman
2015-01-25xhci: Silence "xHCI xhci_drop_endpoint called with disabled ep ..." messagesHans de Goede