summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-181-1/+1
|\
| * usb: host: xhci: purge GET_MAX_PACKET()Felipe Balbi2016-11-031-1/+1
* | usb: xhci: move slot_id from xhci_hcd to xhci_command structureLu Baolu2016-11-141-1/+1
* | usb: xhci: remove the use of xhci->addr_devLu Baolu2016-11-141-8/+10
* | xhci: add helper to get the endpoint state of a endpoint contextMathias Nyman2016-11-141-2/+1Star
* | xhci: don't try to reset the host if it is unaccessibleMathias Nyman2016-11-141-1/+6
* | xhci: cleanup error message if halting the host failed.Mathias Nyman2016-11-141-6/+6
|/
* usb: host: xhci: don't print on ENOMEMWolfram Sang2016-08-301-3/+1Star
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-261-2/+0Star
|\
| * timers: Remove set_timer_slack() leftoversThomas Gleixner2016-07-071-2/+0Star
* | xhci: TD-fragment, align the unsplittable case with a bounce bufferMathias Nyman2016-06-261-1/+4
|/
* xhci: fix platform quirks overwrite regression in 4.7-rc1Mathias Nyman2016-06-011-1/+1
* xhci: Cleanup only when releasing primary hcdGabriel Krisman Bertazi2016-06-011-12/+15
* usb: xhci: remove duplicate function xhci_urb_to_transfer_ringAlexandr Ivanov2016-04-271-41/+0Star
* xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman2016-04-131-3/+5
* usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORTYoshihiro Shimoda2016-04-131-0/+10
* xhci: resume USB 3 roothub firstMathias Nyman2016-04-131-3/+3
* Merge 4.5-rc4 into usb-nextGreg Kroah-Hartman2016-02-141-1/+3
|\
| * xhci: Fix list corruption in urb dequeue at host removalMathias Nyman2016-02-031-1/+3
* | xhci: set roothub speed to USB_SPEED_SUPER_PLUS for USB3.1 capable controllersMathias Nyman2016-02-031-0/+1
* | xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.Mathias Nyman2016-02-031-2/+5
|/
* Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman2015-12-141-0/+8
|\
| * usb: xhci: fix config fail of FS hub behind a HS hub with MTTChunfeng Yun2015-12-041-0/+8
* | xhci: refuse loading if nousb is usedOliver Neukum2015-12-041-0/+4
* | xhci: mediatek: support MTK xHCI host controllerChunfeng Yun2015-12-011-1/+18
* | usb: host: xhci: cleanup hcd private sizeYoshihiro Shimoda2015-12-011-1/+1
|/
* xhci: Workaround to get Intel xHCI reset working more reliablyRajmohan Mani2015-11-181-0/+10
* usb: xhci: configure 32-bit DMA if the controller does not support 64-bit DMADuc Dang2015-10-171-0/+10
* xhci: check xhci hardware for USB 3.1 supportMathias Nyman2015-10-041-4/+9
* xhci: Read and parse new xhci 1.1 capability registerLu Baolu2015-10-041-1/+3
* usb: xhci: exit early in xhci_setup_device() if we're halted or dyingRoger Quadros2015-09-221-0/+3
* usb: xhci: stop everything on the first call to xhci_stopRoger Quadros2015-09-221-15/+5Star
* usb: xhci: Clear XHCI_STATE_DYING on startRoger Quadros2015-09-221-1/+2
* usb: xhci: lock mutex on xhci_stopRoger Quadros2015-09-221-0/+4
* usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfersReyad Attiyat2015-08-091-0/+5
* usb: host: xhci: Simplify return statementSaurabh Karajgaonkar2015-08-051-5/+1Star
* Merge 4.2-rc4 into usb-nextGreg Kroah-Hartman2015-07-271-0/+3
|\
| * xhci: Calculate old endpoints correctly on device resetBrian Campbell2015-07-221-0/+3
* | usb: host: xhci: remove typo in function documentationLuis de Bethencourt2015-07-221-1/+1
|/
* Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman2015-06-081-19/+38
|\
| * usb: host: xhci: add mutex for non-thread-safe dataChris Bainbridge2015-05-241-19/+30
| * usb: make module xhci_hcd removableArthur Demchenkov2015-05-241-0/+8
* | usb: host: xhci: remove incorrect comment about mutexChris Bainbridge2015-05-311-2/+0Star
* | usb: xhci: Fix suspend/resume when used with OTG coreRoger Quadros2015-05-311-0/+6
* | usb: xhci: Allow usb_add/remove_hcd() to be called repeatedlyRoger Quadros2015-05-311-6/+0Star
* | usb: xhci: cleanup xhci_hcd allocationRoger Quadros2015-05-311-13/+17
|/
* Revert "xhci: Clear the host side toggle manually when endpoint is 'soft reset'"Mathias Nyman2015-03-111-91/+9Star
* xhci: Clear the host side toggle manually when endpoint is 'soft reset'Mathias Nyman2015-02-241-9/+91
* xhci: Silence "xHCI xhci_drop_endpoint called with disabled ep ..." messagesHans de Goede2015-01-251-2/+4
* xhci: Print hcc params, version and quirks on initHans de Goede2015-01-251-0/+4