aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-09xhci: Fix spurious wakeups after S5 on HaswellTakashi Iwai3-0/+25
2013-10-09xhci: fix write to USB3_PSSEN and XUSB2PRM pci config registersXenia Ragiadakou1-2/+2
2013-10-09xhci: quirk for extra long delay for S4Oliver Neukum3-1/+15
2013-10-09xhci: Don't enable/disable RWE on bus suspend/resume.Sarah Sharp1-26/+0
2013-09-26USB: fsl/ehci: fix failure of checking PHY_CLK_VALID during reinitializationShengzhou Liu1-2/+3
2013-09-26fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phyRamneek Mehresh1-9/+3
2013-09-25USB: fix PM config symbol in uhci-hcd, ehci-hcd, and xhci-hcdAlan Stern3-3/+3
2013-09-25USB: OHCI: accept very late isochronous URBsAlan Stern2-14/+34
2013-09-25USB: UHCI: accept very late isochronous URBsAlan Stern1-4/+8
2013-09-25USB: iMX21: accept very late isochronous URBsAlan Stern1-4/+4
2013-09-23xhci: Fix race between ep halt and URB cancellationFlorian Wolter1-2/+6
2013-09-23usb: Fix xHCI host issues on remote wakeup.Sarah Sharp4-10/+60
2013-09-23xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman4-21/+17
2013-09-23xhci: Fix oops happening after address device timeoutMathias Nyman1-0/+6
2013-09-17Merge tag 'fixes-for-v3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg 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/powerpcLinus Torvalds1-7/+9
2013-09-03Merge tag 'usb-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus 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-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-26USB: 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-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