summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xhci: Fix warning introduced by disabling runtime PM.Sarah Sharp2013-08-281-4/+2
* usb: xhci: Disable runtime PM suspend for quirky controllersShawn Nematbakhsh2013-08-271-0/+22
* Merge tag 'for-usb-2013-08-15-step-1' into for-usb-nextSarah Sharp2013-08-151-1/+7
|\
| * xhci-plat: Don't enable legacy PCI interrupts.Sarah Sharp2013-08-151-1/+6
| * usb: xhci: add missing dma-mapping.h includesJames Hogan2013-07-311-0/+1
* | Merge tag 'for-usb-next-2013-08-15' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-08-151-179/+158
|\ \
| * | xhci: fix dma mask setup in xhci.cXenia Ragiadakou2013-08-131-14/+5
| * | xhci: trace debug messages related to driver initialization and unloadXenia Ragiadakou2013-08-131-26/+40
| * | xhci: trace debug statements for urb cancellationXenia Ragiadakou2013-08-131-5/+8
OpenPOWER on IntegriCloud