summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)Author
2015-09-21usb: xhci: exit early in xhci_setup_device() if we're halted or dyingRoger Quadros
2015-09-21usb: xhci: stop everything on the first call to xhci_stopRoger Quadros
2015-09-21usb: xhci: Clear XHCI_STATE_DYING on startRoger Quadros
2015-09-21usb: xhci: lock mutex on xhci_stopRoger Quadros
2015-08-08usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfersReyad Attiyat
2015-08-05usb: host: xhci: Simplify return statementSaurabh Karajgaonkar
2015-07-27Merge 4.2-rc4 into usb-nextGreg Kroah-Hartman
2015-07-22usb: host: xhci: remove typo in function documentationLuis de Bethencourt
2015-07-22xhci: Calculate old endpoints correctly on device resetBrian Campbell
2015-06-08Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman
2015-05-31usb: host: xhci: remove incorrect comment about mutexChris Bainbridge
2015-05-31usb: xhci: Fix suspend/resume when used with OTG coreRoger Quadros
2015-05-31usb: xhci: Allow usb_add/remove_hcd() to be called repeatedlyRoger Quadros
2015-05-31usb: xhci: cleanup xhci_hcd allocationRoger Quadros
2015-05-24usb: host: xhci: add mutex for non-thread-safe dataChris Bainbridge
2015-05-24usb: make module xhci_hcd removableArthur Demchenkov
2015-03-11Revert "xhci: Clear the host side toggle manually when endpoint is 'soft reset'"Mathias Nyman
2015-02-24xhci: Clear the host side toggle manually when endpoint is 'soft reset'Mathias Nyman
2015-01-25xhci: Silence "xHCI xhci_drop_endpoint called with disabled ep ..." messagesHans de Goede
2015-01-25xhci: Print hcc params, version and quirks on initHans de Goede
2015-01-19Merge 3.19-rc5 into usb-nextGreg Kroah-Hartman
2015-01-09xhci: clean up work to remove unused parameters for functions in xhci-mem.cLin Wang
2015-01-09xhci: Use setup_timerJulia Lawall
2015-01-09xhci: remove unused parameter 'xhci' in function xhci_handshake().Lin Wang
2015-01-09xhci: Clean up work to xhci_add_endpoint().Lin Wang
2015-01-09xhci: Check if slot is already in default state before moving it thereMathias Nyman
2014-12-14Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki
2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki
2014-12-02xhci: don't use the same variable for stopped and halted rings current TDMathias Nyman
2014-12-02xhci: clear extra bits from slot context when setting max exit latencyMathias Nyman
2014-11-22usb: xhci: rework root port wake bits if controller isn't allowed to wakeupLu Baolu
2014-11-22USB: xhci: Reset a halted endpoint immediately when we encounter a stall.Mathias Nyman
2014-10-03xhci: Allow xHCI drivers to be built as separate modulesAndrew Bresticker
2014-10-03xhci: Export symbols used by host-controller driversAndrew Bresticker
2014-10-03xhci: Check for XHCI_COMP_MODE_QUIRK when disabling D3coldAndrew Bresticker
2014-10-03xhci: Introduce xhci_init_driver()Andrew Bresticker
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek
2014-09-23usb: xhci_suspend is not stopping the root hub timer for the shared HCDAl Cooper
2014-09-23xhci: Move allocating of command for new_dequeue_state to queue_set_tr_deq()Hans de Goede
2014-09-11xhci: fix oops when xhci resumes from hibernate with hw lpm capable devicesMathias Nyman
2014-08-19xhci: rework cycle bit checking for new dequeue pointersMathias Nyman
2014-08-01xhci: Add missing checks for xhci_alloc_command failureHans de Goede
2014-08-01xhci: Blacklist using streams on the Etron EJ168 controllerHans de Goede
2014-07-09xhci: make error messages grepableOliver Neukum
2014-07-09xhci: A default implementation for Ux timeout calculation and tier policy checkPratyush Anand
2014-07-07Merge 3.16-rc4 into usb-nextGreg Kroah-Hartman
2014-06-24usb: xhci: Correct last context entry calculation for Configure EndpointJulius Werner
2014-06-24xhci: Fix runtime suspended xhci from blocking system suspend.Wang, Yu
2014-05-20xhci: rework command timeout and cancellation,Mathias Nyman