summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorLines
2014-05-20xhci: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev-1/+1
2014-05-20usb: xhci: Use IS_ENABLED() macroFabio Estevam-2/+1
2014-05-20xhci: fix wrong port number reported when setting USB2.0 hardware LPM.Lin Wang-1/+1
2014-05-20Merge 3.15-rc5 into usb-nextGreg Kroah-Hartman-1/+23
2014-05-16tile: usb: Use irq_alloc/free_hwirqThomas Gleixner-8/+8
2014-05-14usb: phy: msm: reset controller is mandatory nowArnd Bergmann-1/+0
2014-05-03fsl-usb: do not test for PHY_CLK_VALID bit on controller version 1.6Nikita Yushchenko-1/+2
2014-05-03USB: OHCI: fix problem with global suspend on ATI controllersAlan Stern-0/+21
2014-04-27Merge 3.15-rc3 into usb-nextGreg Kroah-Hartman-45/+37
2014-04-25usb/xhci: fix compilation warning when !CONFIG_PCI && !CONFIG_PMDavid Cohen-3/+3
2014-04-25xhci: extend quirk for Renesas cardsIgor Gnatenko-3/+1
2014-04-25xhci: Switch Intel Lynx Point ports to EHCI on shutdown.Denis Turischev-0/+2
2014-04-25usb: xhci: Prefer endpoint context dequeue pointer over stopped_trbJulius Werner-39/+31
2014-04-24USB: ohci-pxa27x: Add support for external vbus regulatorsLaurent Pinchart-0/+68
2014-04-24USB: EHCI: Export the ehci_hub_control functionLaurent Pinchart-17/+6
2014-04-24USB: OHCI: Export the OHCI hub control and status_data functionsLaurent Pinchart-23/+12
2014-04-24usb: ohci-exynos: Remove locks for 'ohci' in suspend callbackVivek Gautam-6/+0
2014-04-16USB: ohci-jz4740: FEAT_POWER is a port feature, not a hub featureLaurent Pinchart-2/+2
2014-04-16USB: ohci-jz4740: Fix uninitialized variable warningLaurent Pinchart-1/+1
2014-04-16USB: EHCI: tegra: set txfill_tuningStephen Warren-0/+23
2014-04-16usb: ehci-platform: Return immediately from suspend if ehci_suspend failsVivek Gautam-0/+2
2014-04-16usb: ehci-exynos: Return immediately from suspend if ehci_suspend failsVivek Gautam-0/+2
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-3/+0
2014-03-12Merge 3.14-rc6 into usb-nextGreg Kroah-Hartman-11/+3
2014-03-07Merge tag 'for-usb-next-2014-03-06' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman-122/+303
2014-03-07usb: wusbcore: disable transfer notifications for Alereon HWAsThomas Pugliese-2/+40
2014-03-07Revert "xhci 1.0: Limit arbitrarily-aligned scatter gather."Mathias Nyman-11/+3
2014-03-06xhci: add the meaningful IRQ description if it is emptyAdrian Huang-0/+4
2014-03-06xhci: Prevent runtime pm from autosuspending during initializationMathias Nyman-1/+10
2014-03-04storage: accept some UAS devices if streams are unavailableOliver Neukum-0/+6
2014-03-04xhci: Kill streams URBs when the host dies.Sarah Sharp-7/+21
2014-03-04xhci: Refactor command watchdog and fix split string.Sarah Sharp-31/+39
2014-03-04xhci: Handle MaxPSASize == 0Hans de Goede-0/+6
2014-03-04xhci: The trb_address_map radix tree expects 1KB segment memory aligmentHans de Goede-4/+5
2014-03-04xhci: xhci_mem_cleanup: make sure cmd_ring_reserved_trbs really is 0Hans de Goede-1/+1
2014-03-04xhci: Remove segments from radix tree on failed insert.Sarah Sharp-26/+81
2014-03-04xhci: use usb_ss_max_streams in xhci_check_streams_endpointHans de Goede-1/+1
2014-03-04xhci: For streams the dequeue ptr must be read from the stream ctxHans de Goede-7/+16
2014-03-04xhci: Set SCT field for Set TR dequeue on streamsHans de Goede-2/+6
2014-03-04xhci: For streams the css flag most be read from the stream-ctx on ep stopHans de Goede-3/+11
2014-03-04xhci: Check size rather then number of streams when allocating stream ctxsHans de Goede-8/+8
2014-03-04xhci: Free streams when they are still allocated on a set_interface callHans de Goede-1/+20
2014-03-04xhci: fix usb3 streamsGerd Hoffmann-43/+90
2014-03-04xhci: make warnings greppableOliver Neukum-13/+8
2014-03-04usb/xhci: Change how we indicate a host supports Link PM.Sarah Sharp-9/+5
2014-03-03USB: EHCI: tegra: Drop unused definesThierry Reding-4/+0
2014-03-02Merge 3.14-rc5 into usb-nextGreg Kroah-Hartman-3/+10
2014-02-26usb: ehci: fix deadlock when threadirqs option is usedStanislaw Gruszka-3/+10
2014-02-24Merge 3.14-rc4 into usb-nextGreg Kroah-Hartman-4/+22
2014-02-20Merge branch 'master' into for-nextJiri Kosina-1050/+654