summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-20xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman1-3/+5
2016-04-20usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORTYoshihiro Shimoda1-0/+10
2016-04-20xhci: resume USB 3 roothub firstMathias Nyman1-3/+3
2016-02-15xhci: Fix list corruption in urb dequeue at host removalMathias Nyman1-1/+3
2015-10-28usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfersReyad Attiyat1-0/+5
2015-10-28usb: xhci: exit early in xhci_setup_device() if we're halted or dyingRoger Quadros1-0/+3
2015-10-28usb: xhci: Clear XHCI_STATE_DYING on startRoger Quadros1-1/+2
2015-08-27xhci: Calculate old endpoints correctly on device resetBrian Campbell1-0/+3
2015-01-27xhci: Check if slot is already in default state before moving it thereMathias Nyman1-0/+9
2014-11-22usb: xhci: rework root port wake bits if controller isn't allowed to wakeupLu Baolu1-1/+41
2014-11-22USB: xhci: Reset a halted endpoint immediately when we encounter a stall.Mathias Nyman1-50/+15
2014-10-04xhci: Allow xHCI drivers to be built as separate modulesAndrew Bresticker1-22/+0
2014-10-04xhci: Export symbols used by host-controller driversAndrew Bresticker1-0/+4
2014-10-04xhci: Check for XHCI_COMP_MODE_QUIRK when disabling D3coldAndrew Bresticker1-1/+1
2014-10-04xhci: Introduce xhci_init_driver()Andrew Bresticker1-0/+69
2014-09-24usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek1-2/+2
2014-09-24usb: xhci_suspend is not stopping the root hub timer for the shared HCDAl Cooper1-0/+4
2014-09-24xhci: Move allocating of command for new_dequeue_state to queue_set_tr_deq()Hans de Goede1-6/+1
2014-09-12xhci: fix oops when xhci resumes from hibernate with hw lpm capable devicesMathias Nyman1-2/+10
2014-08-19xhci: rework cycle bit checking for new dequeue pointersMathias Nyman1-0/+3
2014-08-02xhci: Add missing checks for xhci_alloc_command failureHans de Goede1-0/+4
2014-08-02xhci: Blacklist using streams on the Etron EJ168 controllerHans de Goede1-1/+2
2014-07-10xhci: make error messages grepableOliver Neukum1-18/+18
2014-07-10xhci: A default implementation for Ux timeout calculation and tier policy checkPratyush Anand1-18/+48
2014-07-08Merge 3.16-rc4 into usb-nextGreg Kroah-Hartman1-3/+7
2014-06-24usb: xhci: Correct last context entry calculation for Configure EndpointJulius Werner1-33/+18
2014-06-24xhci: Fix runtime suspended xhci from blocking system suspend.Wang, Yu1-3/+7
2014-05-20xhci: rework command timeout and cancellation,Mathias Nyman1-52/+26
2014-05-20xhci: Use completion and status in global command queueMathias Nyman1-14/+2
2014-05-20xhci: Add a global command queueMathias Nyman1-2/+0
2014-05-20xhci: Use command structures when queuing commands on the command ringMathias Nyman1-68/+126
2014-05-20xhci: Report max device limit when Enable Slot command fails.Sarah Sharp1-0/+3
2014-05-20xhci: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-1/+1
2014-05-20xhci: fix wrong port number reported when setting USB2.0 hardware LPM.Lin Wang1-1/+1
2014-04-25usb/xhci: fix compilation warning when !CONFIG_PCI && !CONFIG_PMDavid Cohen1-3/+3
2014-04-25usb: xhci: Prefer endpoint context dequeue pointer over stopped_trbJulius Werner1-1/+0
2014-03-12Merge 3.14-rc6 into usb-nextGreg Kroah-Hartman1-11/+3
2014-03-07Revert "xhci 1.0: Limit arbitrarily-aligned scatter gather."Mathias Nyman1-11/+3
2014-03-07xhci: add the meaningful IRQ description if it is emptyAdrian Huang1-0/+4
2014-03-05xhci: Handle MaxPSASize == 0Hans de Goede1-0/+6
2014-03-05xhci: use usb_ss_max_streams in xhci_check_streams_endpointHans de Goede1-1/+1
2014-03-05xhci: Free streams when they are still allocated on a set_interface callHans de Goede1-1/+20
2014-02-08Revert "xhci: Set scatter-gather limit to avoid failed block writes."Sarah Sharp1-2/+2
2014-02-08xhci 1.0: Limit arbitrarily-aligned scatter gather.Sarah Sharp1-3/+11
2014-01-31Revert "xhci: replace xhci_read_64() with readq()"Sarah Sharp1-6/+6
2014-01-30Revert "xhci: replace xhci_write_64() with writeq()"Sarah Sharp1-4/+4
2014-01-08xhci: Set scatter-gather limit to avoid failed block writes.Sarah Sharp1-2/+2
2013-12-20usb: xhci: Check for XHCI_PLAT in xhci_cleanup_msix()Jack Pham1-0/+3
2013-12-14xhci: Add quirks module optionTakashi Iwai1-0/+6
2013-12-11xhci: clarify logging in xhci_setup_deviceDan Williams1-10/+12