aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)Author
2016-07-01xhci: free the correct ringArnd Bergmann
2016-06-26xhci: rename and simplify last_trb_on_last_seg() helperMathias Nyman
2016-06-26xhci: remove enqueue_is_link() helperMathias Nyman
2016-06-26xhci: rework inc_deq() and fix off by one error.Mathias Nyman
2016-06-26xhci: use and add separate function for checking for link trbsMathias Nyman
2016-06-26xhci: clean up event ring checks from inc_enq()Mathias Nyman
2016-06-26xhci: TD-fragment, align the unsplittable case with a bounce bufferMathias Nyman
2016-06-26xhci: align the last trb before link if it is easily splittable.Mathias Nyman
2016-06-26xhci: don't rely on precalculated value of needed trbs in the enqueue loopMathias Nyman
2016-06-26xhci: use boolean to indicate last trb in td remainder calculationMathias Nyman
2016-06-26xhci: properly prepare zero packet TD after normal bulk TD.Mathias Nyman
2016-06-26xhci: rename ep_ring variable in queue_bulk_tx(), no functional changeMathias Nyman
2016-06-01xhci: Fix handling timeouted commands on hosts in weird states.Mathias Nyman
2016-06-01xhci: Cleanup only when releasing primary hcdGabriel Krisman Bertazi
2016-04-26usb: xhci: remove duplicate code of interval checkingAlexandr Ivanov
2016-04-26usb: xhci: remove duplicate function xhci_urb_to_transfer_ringAlexandr Ivanov
2016-04-26usb: xhci: merge xhci_queue_bulk_tx and queue_bulk_sg_tx functionsAlexandr Ivanov
2016-04-19xhci: fix typo in babble endpoint handling commentRajesh Bhagat
2016-04-13xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman
2016-02-14xhci: Support extended burst isoc TRB structure used by xhci 1.1 for USB 3.1Mathias Nyman
2016-02-14xhci: cleanup isoc tranfers queuing codeMathias Nyman
2016-02-14Merge 4.5-rc4 into usb-nextGreg Kroah-Hartman
2016-02-03Revert "xhci: don't finish a TD if we get a short-transfer event mid TD"Mathias Nyman
2016-02-03xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.Mathias Nyman
2015-12-13Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman
2015-12-11xhci: fix usb2 resume timing and races.Mathias Nyman
2015-12-01xhci: mediatek: support MTK xHCI host controllerChunfeng Yun
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
2015-05-31xhci: Return correct number of tranferred bytes for stalled control endpointsMathias Nyman
2015-05-31usb: xhci: fix xhci locking up during hcd removeRoger Quadros
2015-05-09xhci: gracefully handle xhci_irq dead deviceJoe Lawrence
2015-05-09xhci: fix isoc endpoint dequeue from advancing too far on transaction errorMathias Nyman
2015-04-10Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2015-04-07usb: host: xhci: use new USB_RESUME_TIMEOUTFelipe Balbi
2015-03-23Merge 4.0-rc5 into usb-nextGreg Kroah-Hartman
2015-03-18xhci: unify cycle state toggling operation with 'XOR'Lin Wang