summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* xhci: rework command timeout and cancellation,Mathias Nyman2014-05-201-52/+26
* xhci: Use completion and status in global command queueMathias Nyman2014-05-201-14/+2
* xhci: Add a global command queueMathias Nyman2014-05-201-2/+0
* xhci: Use command structures when queuing commands on the command ringMathias Nyman2014-05-201-68/+126
* xhci: Report max device limit when Enable Slot command fails.Sarah Sharp2014-05-201-0/+3
* xhci: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-05-201-1/+1
* xhci: fix wrong port number reported when setting USB2.0 hardware LPM.Lin Wang2014-05-201-1/+1
* usb/xhci: fix compilation warning when !CONFIG_PCI && !CONFIG_PMDavid Cohen2014-04-251-3/+3
* usb: xhci: Prefer endpoint context dequeue pointer over stopped_trbJulius Werner2014-04-251-1/+0
* Merge 3.14-rc6 into usb-nextGreg Kroah-Hartman2014-03-121-11/+3
|\
| * Revert "xhci 1.0: Limit arbitrarily-aligned scatter gather."Mathias Nyman2014-03-071-11/+3
* | xhci: add the meaningful IRQ description if it is emptyAdrian Huang2014-03-061-0/+4
* | xhci: Handle MaxPSASize == 0Hans de Goede2014-03-041-0/+6
* | xhci: use usb_ss_max_streams in xhci_check_streams_endpointHans de Goede2014-03-041-1/+1
* | xhci: Free streams when they are still allocated on a set_interface callHans de Goede2014-03-041-1/+20
|/
* Revert "xhci: Set scatter-gather limit to avoid failed block writes."Sarah Sharp2014-02-071-2/+2
* xhci 1.0: Limit arbitrarily-aligned scatter gather.Sarah Sharp2014-02-071-3/+11
* Revert "xhci: replace xhci_read_64() with readq()"Sarah Sharp2014-01-301-6/+6
* Revert "xhci: replace xhci_write_64() with writeq()"Sarah Sharp2014-01-291-4/+4
* xhci: Set scatter-gather limit to avoid failed block writes.Sarah Sharp2014-01-081-2/+2
* usb: xhci: Check for XHCI_PLAT in xhci_cleanup_msix()Jack Pham2013-12-191-0/+3
* xhci: Add quirks module optionTakashi Iwai2013-12-131-0/+6
* xhci: clarify logging in xhci_setup_deviceDan Williams2013-12-101-10/+12
* usb: xhci: change enumeration scheme to 'new scheme' by defaultDan Williams2013-12-101-4/+15
* xhci: replace xhci_write_64() with writeq()Xenia Ragiadakou2013-12-021-4/+4
* xhci: replace xhci_read_64() with readq()Xenia Ragiadakou2013-12-021-6/+6
* xhci: replace xhci_writel() with writel()Xenia Ragiadakou2013-12-021-27/+24
* xhci: replace xhci_readl() with readl()Xenia Ragiadakou2013-12-021-43/+43
* xhci: fix incorrect type in assignment in xhci_count_num_dropped_endpoints()Xenia Ragiadakou2013-12-021-2/+2
* xhci: fix incorrect type in assignment in xhci_count_num_new_endpoints()Xenia Ragiadakou2013-12-021-2/+2
* xhci: replace USB_MAXINTERFACES with config->desc.bNumInterfaceXenia Ragiadakou2013-12-021-1/+1
* xhci: fix incorrect type in assignment in xhci_address_device()Xenia Ragiadakou2013-12-021-3/+3
* Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-10-191-159/+23
|\
| * usb: xhci: remove the unused ->address fieldDan Williams2013-10-161-8/+2
| * xhci: correct the usage of USB_CTRL_SET_TIMEOUTxiao jin2013-10-161-1/+1
| * usb: Push USB2 LPM disable on disconnect into USB core.Sarah Sharp2013-10-161-5/+0
| * usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp2013-10-161-143/+18
| * xhci: Set L1 device slot on USB2 LPM enable/disable.Sarah Sharp2013-10-161-2/+2
* | xhci: Fix spurious wakeups after S5 on HaswellTakashi Iwai2013-10-091-0/+7
* | xhci: quirk for extra long delay for S4Oliver Neukum2013-10-091-1/+6
|/
* xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman2013-09-231-20/+5
OpenPOWER on IntegriCloud