aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
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-28Merge tag 'for-usb-next-2013-08-27-15-07' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-nextGreg Kroah-Hartman1-4/+2
2013-08-28xhci: Fix warning introduced by disabling runtime PM.Sarah Sharp1-4/+2
2013-08-27USB: OHCI: Allow runtime PM without system sleepAlan Stern1-1/+1
2013-08-27usb: 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-23usb: ehci-mxc: check for pdata before dereferencingDaniel Mack1-1/+1
2013-08-15Merge tag 'for-usb-2013-08-15-step-1' into for-usb-nextSarah Sharp5-9/+16
2013-08-15Merge tag 'for-usb-next-2013-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-nextGreg 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-13xhci: fix dma mask setup in xhci.cXenia Ragiadakou2-14/+15
2013-08-13xhci: trace debug statements related to ring expansionXenia Ragiadakou3-3/+9
2013-08-13xhci: trace debug messages related to driver initialization and unloadXenia Ragiadakou3-68/+113
2013-08-13xhci: trace debug statements for urb cancellationXenia Ragiadakou3-28/+54
2013-08-13xhci: add xhci_cmd_completion trace eventXenia Ragiadakou2-0/+33
2013-08-13xhci: add xhci_address_ctx trace eventXenia Ragiadakou2-0/+49
2013-08-13xhci: add trace for debug messages related to endpoint resetXenia Ragiadakou3-7/+18
2013-08-13xhci: add trace for debug messages related to quirksXenia Ragiadakou5-35/+69
2013-08-13xhci: add trace for debug messages related to changing contextsXenia Ragiadakou4-10/+27
2013-08-13xhci: add traces for debug messages in xhci_address_device()Xenia Ragiadakou6-11/+103
2013-08-13xhci: remove CONFIG_USB_XHCI_HCD_DEBUGGING and unused codeXenia Ragiadakou4-165/+1
2013-08-13xhci: replace printk(KERN_DEBUG ...)Xenia Ragiadakou1-9/+7
2013-08-13xhci: replace xhci_info() with xhci_dbg()Xenia Ragiadakou2-4/+2
2013-08-13usb: Add Device Tree support to XHCI Platform driverAl Cooper1-0/+10
2013-08-13Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman4-75/+40
2013-08-12HWA: avoid constant suspend and resume on the root hubThomas Pugliese1-0/+7
2013-08-12USB: EHCI: accept very late isochronous URBsAlan Stern1-7/+6
2013-08-12usb: 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
2013-08-12usb: host: add has_tdi_phy_lpm capability bitTuomas Tynkkynen2-7/+8
2013-08-02USB: ohci-at91: add usb_clk for transition to common clk frameworkBoris BREZILLON1-2/+21
2013-08-02USB: EHCI: don't depend on hardware for tracking port resets and resumesAlan Stern1-34/+26
2013-08-02USB: EHCI: keep better track of resuming portsAlan Stern1-1/+2
2013-07-31USB: host: use dev_get_platdata()Jingoo Han26-64/+65
2013-07-31usb: xhci: add missing dma-mapping.h includesJames Hogan2-0/+2
2013-07-29usb: host: Faraday fotg210-hcd driverFeng-Hsin Chiang4-0/+6812
2013-07-29Merge 3.11-rc3 into usb-nextGreg Kroah-Hartman5-7/+15
2013-07-29usb: host: tegra: Locate a PHY via standard APITuomas Tynkkynen1-8/+1