summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-08xhci: fix null pointer dereference in stop command timeout functionMathias Nyman1-1/+5
2016-08-16xhci: really enqueue zero length TRBs.Alban Browaeys1-1/+2
2016-08-16xhci: always handle "Command Ring Stopped" eventsMathias Nyman1-6/+7
2016-07-01xhci: free the correct ringArnd Bergmann1-0/+1
2016-06-26xhci: rename and simplify last_trb_on_last_seg() helperMathias Nyman1-40/+25
2016-06-26xhci: remove enqueue_is_link() helperMathias Nyman1-7/+1
2016-06-26xhci: rework inc_deq() and fix off by one error.Mathias Nyman1-36/+32
2016-06-26xhci: use and add separate function for checking for link trbsMathias Nyman1-11/+13
2016-06-26xhci: clean up event ring checks from inc_enq()Mathias Nyman1-36/+28
2016-06-26xhci: TD-fragment, align the unsplittable case with a bounce bufferMathias Nyman1-10/+96
2016-06-26xhci: align the last trb before link if it is easily splittable.Mathias Nyman1-0/+27
2016-06-26xhci: don't rely on precalculated value of needed trbs in the enqueue loopMathias Nyman1-46/+29
2016-06-26xhci: use boolean to indicate last trb in td remainder calculationMathias Nyman1-7/+6
2016-06-26xhci: properly prepare zero packet TD after normal bulk TD.Mathias Nyman1-23/+15
2016-06-26xhci: rename ep_ring variable in queue_bulk_tx(), no functional changeMathias Nyman1-11/+10
2016-06-01xhci: Fix handling timeouted commands on hosts in weird states.Mathias Nyman1-5/+22
2016-06-01xhci: Cleanup only when releasing primary hcdGabriel Krisman Bertazi1-1/+2
2016-04-26usb: xhci: remove duplicate code of interval checkingAlexandr Ivanov1-32/+21
2016-04-26usb: xhci: remove duplicate function xhci_urb_to_transfer_ringAlexandr Ivanov1-12/+5
2016-04-26usb: xhci: merge xhci_queue_bulk_tx and queue_bulk_sg_tx functionsAlexandr Ivanov1-288/+118
2016-04-19xhci: fix typo in babble endpoint handling commentRajesh Bhagat1-1/+1
2016-04-13xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman1-1/+2
2016-02-14xhci: Support extended burst isoc TRB structure used by xhci 1.1 for USB 3.1Mathias Nyman1-4/+12
2016-02-14xhci: cleanup isoc tranfers queuing codeMathias Nyman1-72/+53
2016-02-14Merge 4.5-rc4 into usb-nextGreg Kroah-Hartman1-10/+0
2016-02-03Revert "xhci: don't finish a TD if we get a short-transfer event mid TD"Mathias Nyman1-10/+0
2016-02-03xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.Mathias Nyman1-1/+2
2015-12-13Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman1-1/+2
2015-12-11xhci: fix usb2 resume timing and races.Mathias Nyman1-1/+2
2015-12-01xhci: mediatek: support MTK xHCI host controllerChunfeng Yun1-5/+11
2015-11-18usb: xhci: fix checking ep busy for CFCLu Baolu1-26/+6
2015-10-26Merge 4.3-rc7 into usb-nextGreg Kroah-Hartman1-5/+25
2015-10-17xhci: handle no ping response error properlyMathias Nyman1-5/+15
2015-10-17xhci: don't finish a TD if we get a short transfer event mid TDMathias Nyman1-0/+10
2015-10-16xhci: create one unified function to calculate TRB TD remainder.Mathias Nyman1-62/+44
2015-10-04xhci: check xhci hardware for USB 3.1 supportMathias Nyman1-5/+5
2015-10-04xhci: define the new default speed ID for SuperSpeedPlus used by xhci hwMathias Nyman1-3/+3
2015-09-21xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman1-2/+2
2015-09-21xhci: give command abortion one more chance before killing xhciMathias Nyman1-0/+9
2015-08-10Merge 4.2-rc6 into usb-nextGreg Kroah-Hartman1-1/+1
2015-08-08xhci: xHCI 1.1: Stopped - Short Packet Capability (SPC)Lu Baolu1-3/+41
2015-08-08xhci: xHCI 1.1: Contiguous Frame ID Capability (CFC)Lu Baolu1-13/+178
2015-08-08usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfersReyad Attiyat1-14/+52
2015-08-03xhci: fix off by one error in TRB DMA address boundary checkMathias Nyman1-1/+1
2015-07-22xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can1-0/+3
2015-05-31xhci: Return correct number of tranferred bytes for stalled control endpointsMathias Nyman1-1/+1
2015-05-31usb: xhci: fix xhci locking up during hcd removeRoger Quadros1-1/+4
2015-05-09xhci: gracefully handle xhci_irq dead deviceJoe Lawrence1-1/+1
2015-05-09xhci: fix isoc endpoint dequeue from advancing too far on transaction errorMathias Nyman1-0/+5
2015-04-10Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-1/+1