summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)Author
2016-12-16Merge branch 'v4.4-16.09-android-tmp' into lsk-v4.4-16.09-androidRunmin Wang
2016-10-28Merge remote-tracking branch 'msm4.4/tmp-da9a92f' into msm-4.4Runmin Wang
2016-10-21Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4Runmin Wang
2016-09-29usb: xhci: clean up command queue on HC halt failure as wellManu Gautam
2016-09-07xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.Mathias Nyman
2016-08-26Revert "Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4"Trilok Soni
2016-08-18Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4Trilok Soni
2016-07-12xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman
2016-07-11xhci: Cleanup only when releasing primary hcdGabriel Krisman Bertazi
2016-07-06usb: xhci: Add helper APIs to return xhci dma addressesHemant Kumar
2016-07-06usb: xhci: Add support for secondary interruptersHemant Kumar
2016-05-04xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman
2016-05-04xhci: resume USB 3 roothub firstMathias Nyman
2016-03-23usb: xhci: clean up command queue when haltingJack Pham
2016-03-23usb: xhci: Set interrupt moderation for host mode to 4000(1ms)Azhar Shaikh
2016-02-25xhci: Fix list corruption in urb dequeue at host removalMathias Nyman
2016-01-31xhci: refuse loading if nousb is usedOliver Neukum
2015-12-04usb: xhci: fix config fail of FS hub behind a HS hub with MTTChunfeng Yun
2015-11-18xhci: Workaround to get Intel xHCI reset working more reliablyRajmohan Mani
2015-10-16usb: xhci: configure 32-bit DMA if the controller does not support 64-bit DMADuc Dang
2015-10-04xhci: check xhci hardware for USB 3.1 supportMathias Nyman
2015-10-04xhci: Read and parse new xhci 1.1 capability registerLu Baolu
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