summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2014-09-05usb: ehci: using wIndex + 1 for hub portPeter Chen1-1/+1
2014-09-05xhci: Disable streams on Via XHCI with device-id 0x3432Hans de Goede1-0/+5
2014-09-05xhci: rework cycle bit checking for new dequeue pointersMathias Nyman2-62/+42
2014-09-05usb: xhci: amd chipset also needs short TX quirkHuang Rui1-0/+4
2014-09-05xhci: Treat not finding the event_seg on COMP_STOP the same as COMP_STOP_INVALHans de Goede1-1/+2
2014-09-05xhci: Blacklist using streams on the Etron EJ168 controllerHans de Goede3-2/+7
2014-09-05USB: ehci-pci: USB host controller support for Intel Quark X1000Bryan O'Donoghue1-0/+25
2014-09-05USB: OHCI: don't lose track of EDs when a controller diesAlan Stern1-17/+29
2014-09-05USB: OHCI: fix bugs in debug routinesAlan Stern2-9/+10
2014-06-30usb: Kconfig: make EHCI_MSM selectable for QCOM SOCsSrinivas Kandagatla1-1/+1
2014-06-24xhci: Fix runtime suspended xhci from blocking system suspend.Wang, Yu1-3/+7
2014-06-24xhci: clear root port wake on bits if controller isn't wake-up capableLu Baolu1-1/+4
2014-06-24xhci: correct burst count field for isoc transfers on 1.0 xhci hostsMathias Nyman1-1/+1
2014-06-24xhci: Use correct SLOT ID when handling a reset device commandMathias Nyman1-2/+5
2014-06-17USB: EHCI: avoid BIOS handover on the HASEE E200Alan Stern1-3/+16
2014-06-17xhci: Fix sleeping with IRQs disabled in xhci_stop_device()Mathias Nyman1-1/+1
2014-06-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-40/+0
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds32-727/+3008
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-8/+8
2014-05-29usb: host: max3421-hcd: Use module_spi_driverSachin Kamat1-14/+1
2014-05-29usb: host: max3421-hcd: Allow platform-data to specify Vbus polarityDavid Mosberger-Tang1-2/+4
2014-05-29usb: host: max3421-hcd: fix "spi_rd8" uses dynamic stack allocation warningDavid Mosberger-Tang1-34/+60
2014-05-28usb: host: max3421-hcd: Fix missing unlock in max3421_urb_enqueue()David Mosberger-Tang1-2/+5
2014-05-28xhci: delete endpoints from bandwidth list before freeing whole deviceMathias Nyman1-10/+10
2014-05-28usb: host: xhci-plat: add xhci_plat_start()Yoshihiro Shimoda1-1/+6
2014-05-28usb: host: max3421-hcd: Fix potential NULL urb dereferenceDavid Mosberger-Tang1-1/+3
2014-05-28usb: pci-quirks: Prevent Sony VAIO t-series from switching usb portsMathias Nyman1-0/+7
2014-05-27usb: pci_quirks: fix sparse 'symbol not declared' warningKonrad Zapalowicz1-0/+1
2014-05-27xhci: Switch only Intel Lynx Point-LP ports to EHCI on shutdown.Denis Turischev1-1/+3
2014-05-27xhci: unified loggig of RESET_ON_RESUMEOliver Neukum1-2/+4
2014-05-27usb: ehci-platform: add optional reset controller retrievalBoris BREZILLON1-3/+23
2014-05-27usb: ohci-platform: Enable optional use of reset controllerMaxime Ripard1-3/+24
2014-05-27usb: ohci: sort out dependencies for lpc32xx and omapArnd Bergmann1-2/+2
2014-05-27usb: ohci-da8xx can only be built-inArnd Bergmann2-1/+11
2014-05-27usb: xhci: avoid warning for !PM_SLEEPArnd Bergmann1-1/+1
2014-05-27usb: host: xhci-plat: add support for the Armada 375/38x XHCI controllersGregory CLEMENT5-0/+116
2014-05-27usb: host: xhci-plat: add clock supportGregory CLEMENT2-1/+25
2014-05-27usb: host: xhci-plat: sort the headers in alphabetic orderGregory CLEMENT1-3/+3
2014-05-27usb: ehci-orion: add optional PHY supportGregory CLEMENT1-0/+28
2014-05-27usb: ehci-orion: fix clock reference leakingGregory CLEMENT1-16/+29
2014-05-27usb: ehci-orion: rename error goto labels in ehci_orion_drv_probe()Thomas Petazzoni1-9/+9
2014-05-27usb: ehci-orion: use platform_get_irq() for DT probingThomas Petazzoni1-4/+1
2014-05-27Add support for using a MAX3421E chip as a host driver.David Mosberger3-0/+1949
2014-05-27usb: host: ohci-exynos: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-4/+3
2014-05-27usb: host: ehci-tegra: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-4/+3
2014-05-27usb: host: ehci-spear: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-10/+3
2014-05-27usb: host: ehci-mv: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-10/+6
2014-05-27usb: host: ehci-msm: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-4/+3
2014-05-27usb: host: ehci-exynos: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-4/+3
2014-05-27usb: ehci-exynos: Change to use phy provided by the generic phy frameworkKamil Debski1-20/+109