summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorLines
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
2013-06-17USB: EHCI: tegra: remove all power managementStephen Warren-245/+1
2013-06-17USB: EHCI: export ehci_handshake for ehci-hcd sub-driversManjunath Goudar-15/+20
2013-06-17usb: wire adapter: add scatter gather supportThomas Pugliese-0/+1
2013-06-14Merge tag 'renesas-phy-rcar-usb-for-v3.11' of git://git.kernel.org/pub/scm/li...Olof Johansson-0/+6
2013-06-14xhci: remove BUG() in xhci_get_endpoint_type()Mathias Nyman-5/+9
2013-06-14xhci: Remove BUG in xhci_setup_addressable_virt_devMathias Nyman-25/+10
2013-06-14xhci: Remove BUG_ON in xhci_get_input_control_ctx.Sarah Sharp-35/+126
2013-06-14xhci: Remove BUG_ON() in xhci_alloc_container_ctx.Sarah Sharp-2/+6
2013-06-12Merge tag 'usb-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman-60/+45
2013-06-11ehci-platform: add pre_setup() method to platform dataSergei Shtylyov-0/+6
2013-06-10MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOCDavid Daney-2/+2
2013-06-08Merge 3.10-rc5 into usb-nextGreg Kroah-Hartman-8/+38
2013-06-06Merge tag 'for-usb-next-2013-06-06' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman-85/+255
2013-06-06wusbhc: disable suspend and resume on the root hub.Thomas Pugliese-4/+0
2013-06-06usb: host: make USB_ARCH_HAS_?HCI obsoleteArnd Bergmann-3/+0
2013-06-06USB: OHCI: remove bogus #errorArnd Bergmann-20/+0
2013-06-05usb: add usb2 Link PM variables to sysfs and usb_deviceMathias Nyman-2/+4
2013-06-05usb: xhci: add USB2 Link power management BESL supportMathias Nyman-64/+162
2013-06-05usb: xhci: define port register names and use them instead of magic numbersMathias Nyman-11/+14
2013-06-05usb: xhci: check usb2 port capabilities before adding hw link PM supportMathias Nyman-5/+58
2013-06-05usb/xhci: unify parameter of xhci_msi_irqAlex Shi-4/+4
2013-06-05usb: xhci-dbg: Display endpoint number and direction in context dumpJulius Werner-1/+15
2013-06-03USB: OHCI: add a name for the platform-private fieldManjunath Goudar-0/+3
2013-06-03USB: OHCI: make ohci-platform a separate driverManjunath Goudar-53/+44
2013-06-03Allow the USB HCD to create Wireless USB root hubsThomas Pugliese-1/+1
2013-06-03usb: host: fusbh200-hcd: rename two functionsYuan-Hsin Chen-6/+6
2013-05-30USB: OHCI: make ohci-pci a separate driverManjunath Goudar-108/+52
2013-05-30USB: OHCI: Generic changes to make ohci-pci a separate driverManjunath Goudar-24/+19
2013-05-30USB: OHCI: prepare to make ohci-hcd a library moduleManjunath Goudar-17/+113
2013-05-30USB: FHCI: upgrade the isochronous APIAlan Stern-3/+7
2013-05-30USB: IMX21: upgrade the isochronous APIAlan Stern-17/+26
2013-05-30usb: ehci-s5p: skip phy setup for Exynos5440 based platformsThomas Abraham-0/+12
2013-05-30USB: host: use platform_{get,set}_drvdata()Jingoo Han-26/+16