summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorLines
2013-07-29usb: tegra: host: Remove references to plat dataTuomas Tynkkynen-8/+0
2013-07-29usb: host: tegra: Remove leftover codeTuomas Tynkkynen-15/+5
2013-07-29usb: tegra: Use regulators instead of GPIOs for USB PHY VBUSMikko Perttunen-33/+1
2013-07-29usb: ehci-omap: select NOP_USB_XCEIV PHY driverRoger Quadros-3/+1
2013-07-29usb: phy: make PHY driver selection possible by controller driversRoger Quadros-1/+0
2013-07-26USB: ohci_usb warn "irq nobody cared" on shutdowncaizhiyong-1/+1
2013-07-26usb: ohci-ep93xx: tidy up driver (*probe) and (*remove)H Hartley Sweeten-76/+52
2013-07-26usb: ohci-ep93xx: use devm_clk_get()H Hartley Sweeten-3/+1
2013-07-26usb: ohci-ep93xx: use platform_get_irq()H Hartley Sweeten-5/+5
2013-07-26usb: ohci-ep93xx: use devm_ioremap_resource()H Hartley Sweeten-21/+14
2013-07-25USB: host: Use usb_hcd_platform_shutdown() wherever possibleRoger Quadros-82/+8
2013-07-25xhci: fix null pointer dereference on ring_doorbell_for_active_ringsOleksij Rempel-1/+1
2013-07-25usb: host: xhci: Enable XHCI_SPURIOUS_SUCCESS for all controllers with xhci 1.0George Cherian-1/+7
2013-07-25usb: fix build warning in pci-quirks.h when CONFIG_PCI is not enabledRandy Dunlap-0/+1
2013-07-25usb: xhci: Mark two functions __maybe_unusedOlof Johansson-2/+2
2013-07-25xhci: Avoid NULL pointer deref when host dies.Sarah Sharp-3/+3
2013-07-24Revert "usb: host: Faraday fotg210-hcd driver"Greg Kroah-Hartman-6812/+0
2013-07-24usb: host: Faraday fotg210-hcd driverYuan-Hsin Chen-0/+6812
2013-07-24USB: isp1362: move debug files from proc to debugfsGreg Kroah-Hartman-35/+12
2013-07-24USB: sl811: move debug files from proc to debugfsGreg Kroah-Hartman-28/+12
2013-07-24Merge tag 'for-usb-next-2013-07-23' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman-177/+187
2013-07-23USB: sl811: remove CONFIG_USB_DEBUG dependencyGreg Kroah-Hartman-46/+42
2013-07-23USB: isp116x: remove dependency on CONFIG_USB_DEBUGGreg Kroah-Hartman-12/+1
2013-07-23USB: isp1362: remove CONFIG_USB_DEBUG dependencyGreg Kroah-Hartman-17/+5
2013-07-23USB: isp1362: remove _DBG() usageGreg Kroah-Hartman-21/+15
2013-07-23USB: isp1362: remove unused _WARN_ON() callsGreg Kroah-Hartman-9/+0
2013-07-23USB: isp1362: remove unused _BUG_ON() callsGreg Kroah-Hartman-22/+0
2013-07-23xhci: Correct misplaced newlinesJoe Perches-5/+5
2013-07-23Intel xhci: refactor EHCI/xHCI port switchingMathias Nyman-80/+27
2013-07-23xhci: Report USB 2.1 link status for L1Sarah Sharp-3/+12
2013-07-23xhci: Refactor port status into a new function.Sarah Sharp-91/+119
2013-07-23usb: xhci: add the suspend/resume functionalityVikas Sajjan-0/+26
2013-07-22USB: EHCI: Fix resume signalling on remote wakeupRoger Quadros-0/+1
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-2/+2
2013-07-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds-1/+7
2013-06-25xhci: Add missing unlocks on error pathsEmil Goode-0/+2
2013-06-24ehci-atmel.c: prepare clk before calling enableBoris BREZILLON-4/+4
2013-06-24USB: ohci-at91: prepare clk before calling enableBoris BREZILLON-6/+6
2013-06-24USB: HWA: fix device probe failureThomas Pugliese-8/+3
2013-06-24usb: host: xhci-plat: release mem region while removing moduleGeorge Cherian-0/+1
2013-06-20Merge tag 'remove-nondt-exynos-3' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann-1/+1
2013-06-18xhci: check for failed dma pool allocationMathias Nyman-0/+4
2013-06-18Merge tag 'for-usb-next-2013-06-17' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman-67/+151
2013-06-19USB: Check for ARCH_EXYNOS separatelyTomasz Figa-1/+1
2013-06-17USB: EHCI: Remove double assignment of .start in ehci_msp_hc_driverEmil Goode-2/+1
2013-06-17USB: ehci-omap: Tweak PHY initialization sequenceRoger Quadros-2/+9
2013-06-17USB: EHCI: tegra: Fix oops in error cleanupThierry Reding-3/+3
2013-06-17USB: EHCI: tegra: make use of ehci->privStephen Warren-35/+35
2013-06-17USB: EHCI: make ehci-tegra a separate driverManjunath Goudar-60/+76
2013-06-17USB: EHCI: tegra: fix circular module dependenciesStephen Warren-36/+0