summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
Commit message (Expand)AuthorAgeFilesLines
* xhci: Fix list corruption in urb dequeue at host removalMathias Nyman2016-02-031-1/+3
* Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman2015-12-131-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-161-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-211-0/+3
* usb: xhci: stop everything on the first call to xhci_stopRoger Quadros2015-09-211-15/+5
* usb: xhci: Clear XHCI_STATE_DYING on startRoger Quadros2015-09-211-1/+2
* usb: xhci: lock mutex on xhci_stopRoger Quadros2015-09-211-0/+4
* usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfersReyad Attiyat2015-08-081-0/+5
* usb: host: xhci: Simplify return statementSaurabh Karajgaonkar2015-08-051-5/+1
* 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/+0
* | 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/+0
* | 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/+9
* 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
* Merge 3.19-rc5 into usb-nextGreg Kroah-Hartman2015-01-191-0/+9
|\
| * xhci: Check if slot is already in default state before moving it thereMathias Nyman2015-01-091-0/+9
* | xhci: clean up work to remove unused parameters for functions in xhci-mem.cLin Wang2015-01-091-17/+17
* | xhci: Use setup_timerJulia Lawall2015-01-091-4/+2
* | xhci: remove unused parameter 'xhci' in function xhci_handshake().Lin Wang2015-01-091-10/+9
* | xhci: Clean up work to xhci_add_endpoint().Lin Wang2015-01-091-6/+3
|/
* Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-12-141-3/+4
|\
| * xhci: don't use the same variable for stopped and halted rings current TDMathias Nyman2014-12-021-3/+3
| * xhci: clear extra bits from slot context when setting max exit latencyMathias Nyman2014-12-021-0/+1
* | Merge branch 'pm-runtime'Rafael J. Wysocki2014-12-081-17/+12
|\ \ | |/ |/|
| * USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki2014-12-041-17/+12
* | usb: xhci: rework root port wake bits if controller isn't allowed to wakeupLu Baolu2014-11-221-1/+41
* | USB: xhci: Reset a halted endpoint immediately when we encounter a stall.Mathias Nyman2014-11-221-50/+15
|/
* xhci: Allow xHCI drivers to be built as separate modulesAndrew Bresticker2014-10-031-22/+0
* xhci: Export symbols used by host-controller driversAndrew Bresticker2014-10-031-0/+4
* xhci: Check for XHCI_COMP_MODE_QUIRK when disabling D3coldAndrew Bresticker2014-10-031-1/+1
* xhci: Introduce xhci_init_driver()Andrew Bresticker2014-10-031-0/+69
* usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek2014-09-231-2/+2
* usb: xhci_suspend is not stopping the root hub timer for the shared HCDAl Cooper2014-09-231-0/+4
* xhci: Move allocating of command for new_dequeue_state to queue_set_tr_deq()Hans de Goede2014-09-231-6/+1
OpenPOWER on IntegriCloud