summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-15Merge 4.5-rc4 into usb-nextGreg Kroah-Hartman1-1/+3
2016-02-04xhci: Fix list corruption in urb dequeue at host removalMathias Nyman1-1/+3
2016-02-04xhci: set roothub speed to USB_SPEED_SUPER_PLUS for USB3.1 capable controllersMathias Nyman1-0/+1
2016-02-04xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.Mathias Nyman1-2/+5
2015-12-14Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman1-0/+8
2015-12-04xhci: refuse loading if nousb is usedOliver Neukum1-0/+4
2015-12-04usb: xhci: fix config fail of FS hub behind a HS hub with MTTChunfeng Yun1-0/+8
2015-12-01xhci: mediatek: support MTK xHCI host controllerChunfeng Yun1-1/+18
2015-12-01usb: host: xhci: cleanup hcd private sizeYoshihiro Shimoda1-1/+1
2015-11-18xhci: Workaround to get Intel xHCI reset working more reliablyRajmohan Mani1-0/+10
2015-10-17usb: xhci: configure 32-bit DMA if the controller does not support 64-bit DMADuc Dang1-0/+10
2015-10-04xhci: check xhci hardware for USB 3.1 supportMathias Nyman1-4/+9
2015-10-04xhci: Read and parse new xhci 1.1 capability registerLu Baolu1-1/+3
2015-09-22usb: xhci: exit early in xhci_setup_device() if we're halted or dyingRoger Quadros1-0/+3
2015-09-22usb: xhci: stop everything on the first call to xhci_stopRoger Quadros1-15/+5
2015-09-22usb: xhci: Clear XHCI_STATE_DYING on startRoger Quadros1-1/+2
2015-09-22usb: xhci: lock mutex on xhci_stopRoger Quadros1-0/+4
2015-08-09usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfersReyad Attiyat1-0/+5
2015-08-05usb: host: xhci: Simplify return statementSaurabh Karajgaonkar1-5/+1
2015-07-27Merge 4.2-rc4 into usb-nextGreg Kroah-Hartman1-0/+3
2015-07-23usb: host: xhci: remove typo in function documentationLuis de Bethencourt1-1/+1
2015-07-23xhci: Calculate old endpoints correctly on device resetBrian Campbell1-0/+3
2015-06-08Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman1-19/+38
2015-05-31usb: host: xhci: remove incorrect comment about mutexChris Bainbridge1-2/+0
2015-05-31usb: xhci: Fix suspend/resume when used with OTG coreRoger Quadros1-0/+6
2015-05-31usb: xhci: Allow usb_add/remove_hcd() to be called repeatedlyRoger Quadros1-6/+0
2015-05-31usb: xhci: cleanup xhci_hcd allocationRoger Quadros1-13/+17
2015-05-24usb: host: xhci: add mutex for non-thread-safe dataChris Bainbridge1-19/+30
2015-05-24usb: make module xhci_hcd removableArthur Demchenkov1-0/+8
2015-03-11Revert "xhci: Clear the host side toggle manually when endpoint is 'soft reset'"Mathias Nyman1-91/+9
2015-02-24xhci: Clear the host side toggle manually when endpoint is 'soft reset'Mathias Nyman1-9/+91
2015-01-25xhci: Silence "xHCI xhci_drop_endpoint called with disabled ep ..." messagesHans de Goede1-2/+4
2015-01-25xhci: Print hcc params, version and quirks on initHans de Goede1-0/+4
2015-01-19Merge 3.19-rc5 into usb-nextGreg Kroah-Hartman1-0/+9
2015-01-09xhci: clean up work to remove unused parameters for functions in xhci-mem.cLin Wang1-17/+17
2015-01-09xhci: Use setup_timerJulia Lawall1-4/+2
2015-01-09xhci: remove unused parameter 'xhci' in function xhci_handshake().Lin Wang1-10/+9
2015-01-09xhci: Clean up work to xhci_add_endpoint().Lin Wang1-6/+3
2015-01-09xhci: Check if slot is already in default state before moving it thereMathias Nyman1-0/+9
2014-12-15Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-3/+4
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki1-17/+12
2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki1-17/+12
2014-12-03xhci: don't use the same variable for stopped and halted rings current TDMathias Nyman1-3/+3
2014-12-03xhci: clear extra bits from slot context when setting max exit latencyMathias Nyman1-0/+1
2014-11-22usb: xhci: rework root port wake bits if controller isn't allowed to wakeupLu Baolu1-1/+41
2014-11-22USB: xhci: Reset a halted endpoint immediately when we encounter a stall.Mathias Nyman1-50/+15
2014-10-04xhci: Allow xHCI drivers to be built as separate modulesAndrew Bresticker1-22/+0
2014-10-04xhci: Export symbols used by host-controller driversAndrew Bresticker1-0/+4
2014-10-04xhci: Check for XHCI_COMP_MODE_QUIRK when disabling D3coldAndrew Bresticker1-1/+1
2014-10-04xhci: Introduce xhci_init_driver()Andrew Bresticker1-0/+69