summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+0Star
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-09-061-7/+9
|\
| * USB: fsl-mph-dr-of: cleanup clock API useGerhard Sittig2013-08-231-7/+9
* | Merge tag 'usb-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-09-0369-1231/+8255
|\ \
| * | ehci: remove debugging statement with ehci statistics in ehci_stop()Xenia Ragiadakou2013-08-301-8/+0Star
| * | ehci: remove duplicate debug_async_open() prototype in ehci-dbg.cXenia Ragiadakou2013-08-301-1/+0Star
| * | ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is setXenia Ragiadakou2013-08-306-15/+15
| * | ehci: remove ehci_vdbg() verbose debugging statementsXenia Ragiadakou2013-08-304-67/+7Star
| * | usb: r8a66597-hcd: use platform_{get,set}_drvdata()Libo Chen2013-08-301-2/+2
| * | Merge tag 'for-usb-next-2013-08-27-15-07' of git://git.kernel.org/pub/scm/lin...Greg Kroah-Hartman2013-08-291-4/+2Star
| |\ \
| | * | xhci: Fix warning introduced by disabling runtime PM.Sarah Sharp2013-08-281-4/+2Star
| * | | USB: OHCI: Allow runtime PM without system sleepAlan Stern2013-08-281-1/+1
| * | | usb: ohci-at91: remove unnecessary dev_set_drvdata()Libo Chen2013-08-281-2/+0Star
| |/ /
| * | xhci:prevent "callbacks suppressed" when debug is not enabledDmitry Kasatkin2013-08-271-16/+8Star
| * | xhci: fix port BESL LPM capability checkingMathias Nyman2013-08-271-1/+1
| * | usb: xhci: Disable runtime PM suspend for quirky controllersShawn Nematbakhsh2013-08-271-0/+22
| * | usb: ehci-mxc: check for pdata before dereferencingDaniel Mack2013-08-231-1/+1
| * | Merge tag 'for-usb-2013-08-15-step-1' into for-usb-nextSarah Sharp2013-08-165-9/+16
| |\ \
| | * | xhci-plat: Don't enable legacy PCI interrupts.Sarah Sharp2013-08-153-2/+8
| * | | Merge tag 'for-usb-next-2013-08-15' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-08-1612-354/+510
| |\ \ \
| | * | | xhci: fix dma mask setup in xhci.cXenia Ragiadakou2013-08-142-14/+15
| | * | | xhci: trace debug statements related to ring expansionXenia Ragiadakou2013-08-143-3/+9
| | * | | xhci: trace debug messages related to driver initialization and unloadXenia Ragiadakou2013-08-143-68/+113
| | * | | xhci: trace debug statements for urb cancellationXenia Ragiadakou2013-08-143-28/+54
| | * | | xhci: add xhci_cmd_completion trace eventXenia Ragiadakou2013-08-142-0/+33
| | * | | xhci: add xhci_address_ctx trace eventXenia Ragiadakou2013-08-142-0/+49
| | * | | xhci: add trace for debug messages related to endpoint resetXenia Ragiadakou2013-08-143-7/+18
| | * | | xhci: add trace for debug messages related to quirksXenia Ragiadakou2013-08-145-35/+69
| | * | | xhci: add trace for debug messages related to changing contextsXenia Ragiadakou2013-08-144-10/+27
| | * | | xhci: add traces for debug messages in xhci_address_device()Xenia Ragiadakou2013-08-146-11/+103
| | * | | xhci: remove CONFIG_USB_XHCI_HCD_DEBUGGING and unused codeXenia Ragiadakou2013-08-144-165/+1Star
| | * | | xhci: replace printk(KERN_DEBUG ...)Xenia Ragiadakou2013-08-141-9/+7Star
| | * | | xhci: replace xhci_info() with xhci_dbg()Xenia Ragiadakou2013-08-142-4/+2Star
| | * | | usb: Add Device Tree support to XHCI Platform driverAl Cooper2013-08-141-0/+10
| * | | | usb: host: add Kconfig option for EHSETJack Pham2013-08-143-1/+26
| * | | | Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-08-144-75/+40Star
| |\ \ \ \
| | * | | | usb: host: tegra: Tegra30 supportTuomas Tynkkynen2013-08-121-5/+29
| | * | | | usb: host: add has_tdi_phy_lpm capability bitTuomas Tynkkynen2013-08-122-7/+8
| | * | | | usb: host: tegra: Locate a PHY via standard APITuomas Tynkkynen2013-07-291-8/+1Star
| | * | | | usb: tegra: host: Remove references to plat dataTuomas Tynkkynen2013-07-291-8/+0Star
| | * | | | usb: host: tegra: Remove leftover codeTuomas Tynkkynen2013-07-291-15/+5Star
| | * | | | usb: tegra: Use regulators instead of GPIOs for USB PHY VBUSMikko Perttunen2013-07-291-33/+1Star
| | * | | | usb: ehci-omap: select NOP_USB_XCEIV PHY driverRoger Quadros2013-07-291-3/+1Star
| | * | | | usb: phy: make PHY driver selection possible by controller driversRoger Quadros2013-07-291-1/+0Star
| * | | | | HWA: avoid constant suspend and resume on the root hubThomas Pugliese2013-08-131-0/+7
| * | | | | usb: ehci: Add support for SINGLE_STEP_SET_FEATURE test of EHSETManu Gautam2013-08-122-1/+244
| * | | | | usb: Move definition of USB_EHCI_BIG_ENDIAN_MMIO et al. out side of the ifs.David Daney2013-08-121-20/+0Star
| * | | | | USB: XHCI: mark no_sg_constraintMing Lei2013-08-121-0/+4
| * | | | | USB: EHCI: support running URB giveback in tasklet contextMing Lei2013-08-1214-18/+13Star
| * | | | | USB: EHCI: improve interrupt qh unlinkMing Lei2013-08-126-3/+84