summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2014-06-17USB: EHCI: avoid BIOS handover on the HASEE E200Alan Stern
2014-06-17xhci: Fix sleeping with IRQs disabled in xhci_stop_device()Mathias Nyman
2014-06-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-05-29usb: host: max3421-hcd: Use module_spi_driverSachin Kamat
2014-05-29usb: host: max3421-hcd: Allow platform-data to specify Vbus polarityDavid Mosberger-Tang
2014-05-29usb: host: max3421-hcd: fix "spi_rd8" uses dynamic stack allocation warningDavid Mosberger-Tang
2014-05-28usb: host: max3421-hcd: Fix missing unlock in max3421_urb_enqueue()David Mosberger-Tang
2014-05-28xhci: delete endpoints from bandwidth list before freeing whole deviceMathias Nyman
2014-05-28usb: host: xhci-plat: add xhci_plat_start()Yoshihiro Shimoda
2014-05-28usb: host: max3421-hcd: Fix potential NULL urb dereferenceDavid Mosberger-Tang
2014-05-28usb: pci-quirks: Prevent Sony VAIO t-series from switching usb portsMathias Nyman
2014-05-27usb: pci_quirks: fix sparse 'symbol not declared' warningKonrad Zapalowicz
2014-05-27xhci: Switch only Intel Lynx Point-LP ports to EHCI on shutdown.Denis Turischev
2014-05-27xhci: unified loggig of RESET_ON_RESUMEOliver Neukum
2014-05-27usb: ehci-platform: add optional reset controller retrievalBoris BREZILLON
2014-05-27usb: ohci-platform: Enable optional use of reset controllerMaxime Ripard
2014-05-27usb: ohci: sort out dependencies for lpc32xx and omapArnd Bergmann
2014-05-27usb: ohci-da8xx can only be built-inArnd Bergmann
2014-05-27usb: xhci: avoid warning for !PM_SLEEPArnd Bergmann
2014-05-27usb: host: xhci-plat: add support for the Armada 375/38x XHCI controllersGregory CLEMENT
2014-05-27usb: host: xhci-plat: add clock supportGregory CLEMENT
2014-05-27usb: host: xhci-plat: sort the headers in alphabetic orderGregory CLEMENT
2014-05-27usb: ehci-orion: add optional PHY supportGregory CLEMENT
2014-05-27usb: ehci-orion: fix clock reference leakingGregory CLEMENT
2014-05-27usb: ehci-orion: rename error goto labels in ehci_orion_drv_probe()Thomas Petazzoni
2014-05-27usb: ehci-orion: use platform_get_irq() for DT probingThomas Petazzoni
2014-05-27Add support for using a MAX3421E chip as a host driver.David Mosberger
2014-05-27usb: host: ohci-exynos: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam
2014-05-27usb: host: ehci-tegra: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam
2014-05-27usb: host: ehci-spear: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam
2014-05-27usb: host: ehci-mv: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam
2014-05-27usb: host: ehci-msm: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam
2014-05-27usb: host: ehci-exynos: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam
2014-05-27usb: ehci-exynos: Change to use phy provided by the generic phy frameworkKamil Debski
2014-05-27usb: ohci-exynos: Add facility to use phy provided by the generic phy frameworkVivek Gautam
2014-05-27usb: ehci-exynos: Use struct device instead of platform_deviceVivek Gautam
2014-05-27usb: ohci-exynos: Use struct device instead of platform_deviceVivek Gautam
2014-05-23MIPS: MSP71xx: Remove checks for two macrosPaul Bolle
2014-05-23Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2014-05-20xhci: rework command timeout and cancellation,Mathias Nyman
2014-05-20xhci: Use completion and status in global command queueMathias Nyman
2014-05-20xhci: Add a global command queueMathias Nyman
2014-05-20xhci: Use command structures when queuing commands on the command ringMathias Nyman
2014-05-20xhci: Report max device limit when Enable Slot command fails.Sarah Sharp
2014-05-20xhci: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev
2014-05-20usb: xhci: Use IS_ENABLED() macroFabio Estevam
2014-05-20xhci: fix wrong port number reported when setting USB2.0 hardware LPM.Lin Wang
2014-05-20Merge 3.15-rc5 into usb-nextGreg Kroah-Hartman