summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-12Merge 3.14-rc6 into usb-nextGreg Kroah-Hartman1-11/+3
2014-03-07Revert "xhci 1.0: Limit arbitrarily-aligned scatter gather."Mathias Nyman1-11/+3
2014-03-06xhci: add the meaningful IRQ description if it is emptyAdrian Huang1-0/+4
2014-03-04xhci: Handle MaxPSASize == 0Hans de Goede1-0/+6
2014-03-04xhci: use usb_ss_max_streams in xhci_check_streams_endpointHans de Goede1-1/+1
2014-03-04xhci: Free streams when they are still allocated on a set_interface callHans de Goede1-1/+20
2014-02-07Revert "xhci: Set scatter-gather limit to avoid failed block writes."Sarah Sharp1-2/+2
2014-02-07xhci 1.0: Limit arbitrarily-aligned scatter gather.Sarah Sharp1-3/+11
2014-01-30Revert "xhci: replace xhci_read_64() with readq()"Sarah Sharp1-6/+6
2014-01-29Revert "xhci: replace xhci_write_64() with writeq()"Sarah Sharp1-4/+4
2014-01-08xhci: Set scatter-gather limit to avoid failed block writes.Sarah Sharp1-2/+2
2013-12-19usb: xhci: Check for XHCI_PLAT in xhci_cleanup_msix()Jack Pham1-0/+3
2013-12-13xhci: Add quirks module optionTakashi Iwai1-0/+6
2013-12-10xhci: clarify logging in xhci_setup_deviceDan Williams1-10/+12
2013-12-10usb: xhci: change enumeration scheme to 'new scheme' by defaultDan Williams1-4/+15
2013-12-02xhci: replace xhci_write_64() with writeq()Xenia Ragiadakou1-4/+4
2013-12-02xhci: replace xhci_read_64() with readq()Xenia Ragiadakou1-6/+6
2013-12-02xhci: replace xhci_writel() with writel()Xenia Ragiadakou1-27/+24
2013-12-02xhci: replace xhci_readl() with readl()Xenia Ragiadakou1-43/+43
2013-12-02xhci: fix incorrect type in assignment in xhci_count_num_dropped_endpoints()Xenia Ragiadakou1-2/+2
2013-12-02xhci: fix incorrect type in assignment in xhci_count_num_new_endpoints()Xenia Ragiadakou1-2/+2
2013-12-02xhci: replace USB_MAXINTERFACES with config->desc.bNumInterfaceXenia Ragiadakou1-1/+1
2013-12-02xhci: fix incorrect type in assignment in xhci_address_device()Xenia Ragiadakou1-3/+3
2013-10-19Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-159/+23
2013-10-16usb: xhci: remove the unused ->address fieldDan Williams1-8/+2
2013-10-16xhci: correct the usage of USB_CTRL_SET_TIMEOUTxiao jin1-1/+1
2013-10-16usb: Push USB2 LPM disable on disconnect into USB core.Sarah Sharp1-5/+0
2013-10-16usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp1-143/+18
2013-10-16xhci: Set L1 device slot on USB2 LPM enable/disable.Sarah Sharp1-2/+2
2013-10-09xhci: Fix spurious wakeups after S5 on HaswellTakashi Iwai1-0/+7
2013-10-09xhci: quirk for extra long delay for S4Oliver Neukum1-1/+6
2013-09-23xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman1-20/+5
2013-08-28xhci: Fix warning introduced by disabling runtime PM.Sarah Sharp1-4/+2
2013-08-27usb: xhci: Disable runtime PM suspend for quirky controllersShawn Nematbakhsh1-0/+22
2013-08-15Merge tag 'for-usb-2013-08-15-step-1' into for-usb-nextSarah Sharp1-1/+7
2013-08-15Merge tag 'for-usb-next-2013-08-15' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-179/+158
2013-08-15xhci-plat: Don't enable legacy PCI interrupts.Sarah Sharp1-1/+6
2013-08-13xhci: fix dma mask setup in xhci.cXenia Ragiadakou1-14/+5
2013-08-13xhci: trace debug messages related to driver initialization and unloadXenia Ragiadakou1-26/+40
2013-08-13xhci: trace debug statements for urb cancellationXenia Ragiadakou1-5/+8
2013-08-13xhci: add xhci_address_ctx trace eventXenia Ragiadakou1-0/+7
2013-08-13xhci: add trace for debug messages related to endpoint resetXenia Ragiadakou1-6/+11
2013-08-13xhci: add trace for debug messages related to quirksXenia Ragiadakou1-24/+43
2013-08-13xhci: add trace for debug messages related to changing contextsXenia Ragiadakou1-8/+16
2013-08-13xhci: add traces for debug messages in xhci_address_device()Xenia Ragiadakou1-11/+19
2013-08-13xhci: remove CONFIG_USB_XHCI_HCD_DEBUGGING and unused codeXenia Ragiadakou1-74/+0
2013-08-13xhci: replace printk(KERN_DEBUG ...)Xenia Ragiadakou1-9/+7
2013-08-13xhci: replace xhci_info() with xhci_dbg()Xenia Ragiadakou1-2/+2
2013-08-12USB: XHCI: mark no_sg_constraintMing Lei1-0/+4
2013-07-31usb: xhci: add missing dma-mapping.h includesJames Hogan1-0/+1