summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2013-09-18Merge tag 'fixes-for-v3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-3/+3
2013-09-17Revert "USB: EHCI: support running URB giveback in tasklet context"Greg Kroah-Hartman14-13/+18
2013-09-17usb: host: fsl-mph-dr-of: Staticize local symbolsSachin Kamat1-3/+3
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+0
2013-09-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-7/+9
2013-09-03Merge tag 'usb-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds69-1231/+8255
2013-08-30ehci: remove debugging statement with ehci statistics in ehci_stop()Xenia Ragiadakou1-8/+0
2013-08-30ehci: remove duplicate debug_async_open() prototype in ehci-dbg.cXenia Ragiadakou1-1/+0
2013-08-30ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is setXenia Ragiadakou6-15/+15
2013-08-30ehci: remove ehci_vdbg() verbose debugging statementsXenia Ragiadakou4-67/+7
2013-08-30usb: r8a66597-hcd: use platform_{get,set}_drvdata()Libo Chen1-2/+2
2013-08-29Merge tag 'for-usb-next-2013-08-27-15-07' of git://git.kernel.org/pub/scm/lin...Greg Kroah-Hartman1-4/+2
2013-08-28xhci: Fix warning introduced by disabling runtime PM.Sarah Sharp1-4/+2
2013-08-28USB: OHCI: Allow runtime PM without system sleepAlan Stern1-1/+1
2013-08-28usb: ohci-at91: remove unnecessary dev_set_drvdata()Libo Chen1-2/+0
2013-08-27xhci:prevent "callbacks suppressed" when debug is not enabledDmitry Kasatkin1-16/+8
2013-08-27xhci: fix port BESL LPM capability checkingMathias Nyman1-1/+1
2013-08-27usb: xhci: Disable runtime PM suspend for quirky controllersShawn Nematbakhsh1-0/+22
2013-08-27USB: OHCI: fix build error related to ohci_suspend/resumeAlan Stern1-0/+2
2013-08-23usb: ehci-mxc: check for pdata before dereferencingDaniel Mack1-1/+1
2013-08-23USB: OHCI: add missing PCI PM callbacks to ohci-pci.cAlan Stern1-0/+5
2013-08-23USB: fsl-mph-dr-of: cleanup clock API useGerhard Sittig1-7/+9
2013-08-16Merge tag 'for-usb-2013-08-15-step-1' into for-usb-nextSarah Sharp5-9/+16
2013-08-16Merge tag 'for-usb-next-2013-08-15' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman12-354/+510
2013-08-15xhci-plat: Don't enable legacy PCI interrupts.Sarah Sharp3-2/+8
2013-08-14usb: host: add Kconfig option for EHSETJack Pham3-1/+26
2013-08-14xhci: fix dma mask setup in xhci.cXenia Ragiadakou2-14/+15
2013-08-14xhci: trace debug statements related to ring expansionXenia Ragiadakou3-3/+9
2013-08-14xhci: trace debug messages related to driver initialization and unloadXenia Ragiadakou3-68/+113
2013-08-14xhci: trace debug statements for urb cancellationXenia Ragiadakou3-28/+54
2013-08-14xhci: add xhci_cmd_completion trace eventXenia Ragiadakou2-0/+33
2013-08-14xhci: add xhci_address_ctx trace eventXenia Ragiadakou2-0/+49
2013-08-14xhci: add trace for debug messages related to endpoint resetXenia Ragiadakou3-7/+18
2013-08-14xhci: add trace for debug messages related to quirksXenia Ragiadakou5-35/+69
2013-08-14xhci: add trace for debug messages related to changing contextsXenia Ragiadakou4-10/+27
2013-08-14xhci: add traces for debug messages in xhci_address_device()Xenia Ragiadakou6-11/+103
2013-08-14xhci: remove CONFIG_USB_XHCI_HCD_DEBUGGING and unused codeXenia Ragiadakou4-165/+1
2013-08-14xhci: replace printk(KERN_DEBUG ...)Xenia Ragiadakou1-9/+7
2013-08-14xhci: replace xhci_info() with xhci_dbg()Xenia Ragiadakou2-4/+2
2013-08-14usb: Add Device Tree support to XHCI Platform driverAl Cooper1-0/+10
2013-08-14Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman4-75/+40
2013-08-13HWA: avoid constant suspend and resume on the root hubThomas Pugliese1-0/+7
2013-08-13USB: EHCI: accept very late isochronous URBsAlan Stern1-7/+6
2013-08-13usb: ehci: Add support for SINGLE_STEP_SET_FEATURE test of EHSETManu Gautam2-1/+244
2013-08-12usb: Move definition of USB_EHCI_BIG_ENDIAN_MMIO et al. out side of the ifs.David Daney1-20/+0
2013-08-12USB: XHCI: mark no_sg_constraintMing Lei1-0/+4
2013-08-12USB: EHCI: support running URB giveback in tasklet contextMing Lei14-18/+13
2013-08-12USB: EHCI: improve interrupt qh unlinkMing Lei6-3/+84
2013-08-12USB: EHCI: improve ehci_endpoint_disableMing Lei1-10/+6
2013-08-12usb: host: tegra: Tegra30 supportTuomas Tynkkynen1-5/+29