summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2014-05-28usb: host: ohci-exynos: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-4/+3
2014-05-28usb: host: ehci-tegra: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-4/+3
2014-05-28usb: host: ehci-spear: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-10/+3
2014-05-28usb: host: ehci-mv: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-10/+6
2014-05-28usb: host: ehci-msm: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-4/+3
2014-05-28usb: host: ehci-exynos: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-4/+3
2014-05-28usb: ehci-exynos: Change to use phy provided by the generic phy frameworkKamil Debski1-20/+109
2014-05-28usb: ohci-exynos: Add facility to use phy provided by the generic phy frameworkVivek Gautam1-16/+102
2014-05-28usb: ehci-exynos: Use struct device instead of platform_deviceVivek Gautam1-3/+2
2014-05-28usb: ohci-exynos: Use struct device instead of platform_deviceVivek Gautam1-11/+9
2014-05-23Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-1/+0
2014-05-20xhci: rework command timeout and cancellation,Mathias Nyman5-320/+169
2014-05-20xhci: Use completion and status in global command queueMathias Nyman5-98/+17
2014-05-20xhci: Add a global command queueMathias Nyman4-6/+34
2014-05-20xhci: Use command structures when queuing commands on the command ringMathias Nyman4-137/+216
2014-05-20xhci: Report max device limit when Enable Slot command fails.Sarah Sharp1-0/+3
2014-05-20xhci: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-1/+1
2014-05-20usb: xhci: Use IS_ENABLED() macroFabio Estevam1-2/+1
2014-05-20xhci: fix wrong port number reported when setting USB2.0 hardware LPM.Lin Wang1-1/+1
2014-05-20Merge 3.15-rc5 into usb-nextGreg Kroah-Hartman4-1/+23
2014-05-14usb: phy: msm: reset controller is mandatory nowArnd Bergmann1-1/+0
2014-05-04fsl-usb: do not test for PHY_CLK_VALID bit on controller version 1.6Nikita Yushchenko1-1/+2
2014-05-04USB: OHCI: fix problem with global suspend on ATI controllersAlan Stern3-0/+21
2014-04-28Merge 3.15-rc3 into usb-nextGreg Kroah-Hartman4-45/+37
2014-04-25usb/xhci: fix compilation warning when !CONFIG_PCI && !CONFIG_PMDavid Cohen1-3/+3
2014-04-25xhci: extend quirk for Renesas cardsIgor Gnatenko1-3/+1
2014-04-25xhci: Switch Intel Lynx Point ports to EHCI on shutdown.Denis Turischev1-0/+2
2014-04-25usb: xhci: Prefer endpoint context dequeue pointer over stopped_trbJulius Werner3-39/+31
2014-04-25USB: ohci-pxa27x: Add support for external vbus regulatorsLaurent Pinchart1-0/+68
2014-04-25USB: EHCI: Export the ehci_hub_control functionLaurent Pinchart3-17/+6
2014-04-25USB: OHCI: Export the OHCI hub control and status_data functionsLaurent Pinchart4-23/+12
2014-04-25usb: ohci-exynos: Remove locks for 'ohci' in suspend callbackVivek Gautam1-6/+0
2014-04-17USB: ohci-jz4740: FEAT_POWER is a port feature, not a hub featureLaurent Pinchart1-2/+2
2014-04-17USB: ohci-jz4740: Fix uninitialized variable warningLaurent Pinchart1-1/+1
2014-04-17USB: EHCI: tegra: set txfill_tuningStephen Warren1-0/+23
2014-04-17usb: ehci-platform: Return immediately from suspend if ehci_suspend failsVivek Gautam1-0/+2
2014-04-17usb: ehci-exynos: Return immediately from suspend if ehci_suspend failsVivek Gautam1-0/+2
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+0
2014-03-12Merge 3.14-rc6 into usb-nextGreg Kroah-Hartman1-11/+3
2014-03-08Merge tag 'for-usb-next-2014-03-06' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman7-122/+303
2014-03-08usb: wusbcore: disable transfer notifications for Alereon HWAsThomas Pugliese1-2/+40
2014-03-07Revert "xhci 1.0: Limit arbitrarily-aligned scatter gather."Mathias Nyman1-11/+3
2014-03-07xhci: add the meaningful IRQ description if it is emptyAdrian Huang1-0/+4
2014-03-07xhci: Prevent runtime pm from autosuspending during initializationMathias Nyman1-1/+10
2014-03-05storage: accept some UAS devices if streams are unavailableOliver Neukum2-0/+6
2014-03-05xhci: Kill streams URBs when the host dies.Sarah Sharp1-7/+21
2014-03-05xhci: Refactor command watchdog and fix split string.Sarah Sharp1-31/+39
2014-03-05xhci: Handle MaxPSASize == 0Hans de Goede1-0/+6
2014-03-05xhci: The trb_address_map radix tree expects 1KB segment memory aligmentHans de Goede1-4/+5
2014-03-05xhci: xhci_mem_cleanup: make sure cmd_ring_reserved_trbs really is 0Hans de Goede1-1/+1