summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-11xhci: fix deadlock at host remove by running watchdog correctlyMathias Nyman1-13/+0
2017-01-03usb: xhci: fix return value of xhci_setup_device()Lu Baolu1-1/+3
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-1/+1
2016-11-14usb: xhci: move slot_id from xhci_hcd to xhci_command structureLu Baolu1-1/+1
2016-11-14usb: xhci: remove the use of xhci->addr_devLu Baolu1-8/+10
2016-11-14xhci: add helper to get the endpoint state of a endpoint contextMathias Nyman1-2/+1
2016-11-14xhci: don't try to reset the host if it is unaccessibleMathias Nyman1-1/+6
2016-11-14xhci: cleanup error message if halting the host failed.Mathias Nyman1-6/+6
2016-11-03usb: host: xhci: purge GET_MAX_PACKET()Felipe Balbi1-1/+1
2016-08-30usb: host: xhci: don't print on ENOMEMWolfram Sang1-3/+1
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+0
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner1-2/+0
2016-06-26xhci: TD-fragment, align the unsplittable case with a bounce bufferMathias Nyman1-1/+4
2016-06-01xhci: fix platform quirks overwrite regression in 4.7-rc1Mathias Nyman1-1/+1
2016-06-01xhci: Cleanup only when releasing primary hcdGabriel Krisman Bertazi1-12/+15
2016-04-26usb: xhci: remove duplicate function xhci_urb_to_transfer_ringAlexandr Ivanov1-41/+0
2016-04-13xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman1-3/+5
2016-04-13usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORTYoshihiro Shimoda1-0/+10
2016-04-13xhci: resume USB 3 roothub firstMathias Nyman1-3/+3
2016-02-14Merge 4.5-rc4 into usb-nextGreg Kroah-Hartman1-1/+3
2016-02-03xhci: Fix list corruption in urb dequeue at host removalMathias Nyman1-1/+3
2016-02-03xhci: set roothub speed to USB_SPEED_SUPER_PLUS for USB3.1 capable controllersMathias Nyman1-0/+1
2016-02-03xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.Mathias Nyman1-2/+5
2015-12-13Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman1-0/+8
2015-12-04xhci: refuse loading if nousb is usedOliver Neukum1-0/+4
2015-12-04usb: xhci: fix config fail of FS hub behind a HS hub with MTTChunfeng Yun1-0/+8
2015-12-01xhci: mediatek: support MTK xHCI host controllerChunfeng Yun1-1/+18
2015-12-01usb: host: xhci: cleanup hcd private sizeYoshihiro Shimoda1-1/+1
2015-11-18xhci: Workaround to get Intel xHCI reset working more reliablyRajmohan Mani1-0/+10
2015-10-16usb: xhci: configure 32-bit DMA if the controller does not support 64-bit DMADuc Dang1-0/+10
2015-10-04xhci: check xhci hardware for USB 3.1 supportMathias Nyman1-4/+9
2015-10-04xhci: Read and parse new xhci 1.1 capability registerLu Baolu1-1/+3
2015-09-21usb: xhci: exit early in xhci_setup_device() if we're halted or dyingRoger Quadros1-0/+3
2015-09-21usb: xhci: stop everything on the first call to xhci_stopRoger Quadros1-15/+5
2015-09-21usb: xhci: Clear XHCI_STATE_DYING on startRoger Quadros1-1/+2
2015-09-21usb: xhci: lock mutex on xhci_stopRoger Quadros1-0/+4
2015-08-08usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfersReyad Attiyat1-0/+5
2015-08-05usb: host: xhci: Simplify return statementSaurabh Karajgaonkar1-5/+1
2015-07-27Merge 4.2-rc4 into usb-nextGreg Kroah-Hartman1-0/+3
2015-07-22usb: host: xhci: remove typo in function documentationLuis de Bethencourt1-1/+1
2015-07-22xhci: Calculate old endpoints correctly on device resetBrian Campbell1-0/+3
2015-06-08Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman1-19/+38
2015-05-31usb: host: xhci: remove incorrect comment about mutexChris Bainbridge1-2/+0
2015-05-31usb: xhci: Fix suspend/resume when used with OTG coreRoger Quadros1-0/+6
2015-05-31usb: xhci: Allow usb_add/remove_hcd() to be called repeatedlyRoger Quadros1-6/+0
2015-05-31usb: xhci: cleanup xhci_hcd allocationRoger Quadros1-13/+17
2015-05-24usb: host: xhci: add mutex for non-thread-safe dataChris Bainbridge1-19/+30
2015-05-24usb: make module xhci_hcd removableArthur Demchenkov1-0/+8
2015-03-11Revert "xhci: Clear the host side toggle manually when endpoint is 'soft reset'"Mathias Nyman1-91/+9
2015-02-24xhci: Clear the host side toggle manually when endpoint is 'soft reset'Mathias Nyman1-9/+91