summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)Author
2021-02-07Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas
2021-01-30xhci: make sure TRB is fully written before giving it to the controllerMathias Nyman
2020-03-08Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas
2019-12-21xhci: fix USB3 device initiated resume race with roothub autosuspendMathias Nyman
2019-04-11Merge "usb: xhci: Reduce command abort handshake timeout"Linux Build Service Account
2019-04-11Merge "usb: xhci: remove unnecessary second abort try"Linux Build Service Account
2019-04-05Merge android-4.4.178 (7af10f2) into msm-4.4Srinivasarao P
2019-04-03xhci: Fix port resume done detection for SS ports with LPM enabledMathias Nyman
2019-03-22usb: xhci: Reduce command abort handshake timeoutHemant Kumar
2019-03-22usb: xhci: remove unnecessary second abort tryXin Long
2019-03-22usb: XHCI: Bailout command abort operation upon XHCI removeHemant Kumar
2018-12-03Merge android-4.4.166 (4c4bedf) into msm-4.4Srinivasarao P
2018-12-01usb: xhci: fix uninitialized completion when USB3 port got wrong statusAaron Ma
2017-08-15Merge android-4.4@9f764bb (v4.4.80) into msm-4.4Blagovest Kolenichev
2017-07-27xhci: Fix NULL pointer dereference when cleaning up streams for removed hostMathias Nyman
2017-03-18Merge tag 'lsk-v4.4-17.02-android' into branch 'msm-4.4'Runmin Wang
2017-02-28Merge tag 'lsk-v4.4-16.12-android' into branch 'msm-4.4'Runmin Wang
2017-01-19xhci: fix deadlock at host remove by running watchdog correctlyMathias Nyman
2017-01-12xhci: Fix race related to abort operationOGAWA Hirofumi
2017-01-12xhci: Use delayed_work instead of timer for command timeoutOGAWA Hirofumi
2017-01-12usb: xhci: hold lock over xhci_abort_cmd_ring()Lu Baolu
2017-01-12xhci: Handle command completion and timeout raceMathias Nyman
2017-01-12usb: host: xhci: Fix possible wild pointer when handling abort commandBaolin Wang
2017-01-12usb: xhci: fix possible wild pointerLu Baolu
2017-01-04usb: host: replace %p with %pKVamsi Krishna Samavedam
2016-12-23Merge "usb: xhci: Add support for SINGLE_STEP_SET_FEATURE test of EHSET"Linux Build Service Account
2016-12-14usb: xhci: Add support for SINGLE_STEP_SET_FEATURE test of EHSETJack Pham
2016-09-24xhci: fix null pointer dereference in stop command timeout functionMathias Nyman
2016-09-07xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.Mathias Nyman
2016-09-07xhci: always handle "Command Ring Stopped" eventsMathias Nyman
2016-07-11xhci: Fix handling timeouted commands on hosts in weird states.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-02-25Revert "xhci: don't finish a TD if we get a short-transfer event mid TD"Mathias Nyman
2015-12-11xhci: fix usb2 resume timing and races.Mathias Nyman
2015-11-18usb: xhci: fix checking ep busy for CFCLu Baolu
2015-10-26Merge 4.3-rc7 into usb-nextGreg Kroah-Hartman
2015-10-17xhci: handle no ping response error properlyMathias Nyman
2015-10-17xhci: don't finish a TD if we get a short transfer event mid TDMathias Nyman
2015-10-16xhci: create one unified function to calculate TRB TD remainder.Mathias Nyman
2015-10-04xhci: check xhci hardware for USB 3.1 supportMathias Nyman
2015-10-04xhci: define the new default speed ID for SuperSpeedPlus used by xhci hwMathias Nyman
2015-09-21xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman
2015-09-21xhci: give command abortion one more chance before killing xhciMathias Nyman
2015-08-10Merge 4.2-rc6 into usb-nextGreg Kroah-Hartman
2015-08-08xhci: xHCI 1.1: Stopped - Short Packet Capability (SPC)Lu Baolu
2015-08-08xhci: xHCI 1.1: Contiguous Frame ID Capability (CFC)Lu Baolu
2015-08-08usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfersReyad Attiyat
2015-08-03xhci: fix off by one error in TRB DMA address boundary checkMathias Nyman
2015-07-22xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can