summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xhci: fix oops when xhci resumes from hibernate with hw lpm capable devicesMathias Nyman2014-09-111-2/+10
* xhci: rework cycle bit checking for new dequeue pointersMathias Nyman2014-08-191-0/+3
* xhci: Add missing checks for xhci_alloc_command failureHans de Goede2014-08-011-0/+4
* xhci: Blacklist using streams on the Etron EJ168 controllerHans de Goede2014-08-011-1/+2
* xhci: make error messages grepableOliver Neukum2014-07-091-18/+18
* xhci: A default implementation for Ux timeout calculation and tier policy checkPratyush Anand2014-07-091-18/+48
* Merge 3.16-rc4 into usb-nextGreg Kroah-Hartman2014-07-071-3/+7
|\
| * xhci: Fix runtime suspended xhci from blocking system suspend.Wang, Yu2014-06-241-3/+7
* | usb: xhci: Correct last context entry calculation for Configure EndpointJulius Werner2014-06-241-33/+18
|/
OpenPOWER on IntegriCloud