aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2014-05-03fsl-usb: do not test for PHY_CLK_VALID bit on controller version 1.6Nikita Yushchenko
2014-05-03USB: OHCI: fix problem with global suspend on ATI controllersAlan Stern
2014-04-25usb/xhci: fix compilation warning when !CONFIG_PCI && !CONFIG_PMDavid Cohen
2014-04-25xhci: extend quirk for Renesas cardsIgor Gnatenko
2014-04-25xhci: Switch Intel Lynx Point ports to EHCI on shutdown.Denis Turischev
2014-04-25usb: xhci: Prefer endpoint context dequeue pointer over stopped_trbJulius Werner
2014-04-16USB: ohci-jz4740: FEAT_POWER is a port feature, not a hub featureLaurent Pinchart
2014-04-16USB: ohci-jz4740: Fix uninitialized variable warningLaurent Pinchart
2014-04-16USB: EHCI: tegra: set txfill_tuningStephen Warren
2014-04-16usb: ehci-platform: Return immediately from suspend if ehci_suspend failsVivek Gautam
2014-04-16usb: ehci-exynos: Return immediately from suspend if ehci_suspend failsVivek Gautam
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-03-12Merge 3.14-rc6 into usb-nextGreg Kroah-Hartman
2014-03-07Merge tag 'for-usb-next-2014-03-06' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2014-03-07usb: wusbcore: disable transfer notifications for Alereon HWAsThomas Pugliese
2014-03-07Revert "xhci 1.0: Limit arbitrarily-aligned scatter gather."Mathias Nyman
2014-03-06xhci: add the meaningful IRQ description if it is emptyAdrian Huang
2014-03-06xhci: Prevent runtime pm from autosuspending during initializationMathias Nyman
2014-03-04storage: accept some UAS devices if streams are unavailableOliver Neukum
2014-03-04xhci: Kill streams URBs when the host dies.Sarah Sharp
2014-03-04xhci: Refactor command watchdog and fix split string.Sarah Sharp
2014-03-04xhci: Handle MaxPSASize == 0Hans de Goede
2014-03-04xhci: The trb_address_map radix tree expects 1KB segment memory aligmentHans de Goede
2014-03-04xhci: xhci_mem_cleanup: make sure cmd_ring_reserved_trbs really is 0Hans de Goede
2014-03-04xhci: Remove segments from radix tree on failed insert.Sarah Sharp
2014-03-04xhci: use usb_ss_max_streams in xhci_check_streams_endpointHans de Goede
2014-03-04xhci: For streams the dequeue ptr must be read from the stream ctxHans de Goede
2014-03-04xhci: Set SCT field for Set TR dequeue on streamsHans de Goede
2014-03-04xhci: For streams the css flag most be read from the stream-ctx on ep stopHans de Goede
2014-03-04xhci: Check size rather then number of streams when allocating stream ctxsHans de Goede
2014-03-04xhci: Free streams when they are still allocated on a set_interface callHans de Goede
2014-03-04xhci: fix usb3 streamsGerd Hoffmann
2014-03-04xhci: make warnings greppableOliver Neukum
2014-03-04usb/xhci: Change how we indicate a host supports Link PM.Sarah Sharp
2014-03-03USB: EHCI: tegra: Drop unused definesThierry Reding
2014-03-02Merge 3.14-rc5 into usb-nextGreg Kroah-Hartman
2014-02-26usb: ehci: fix deadlock when threadirqs option is usedStanislaw Gruszka
2014-02-24Merge 3.14-rc4 into usb-nextGreg Kroah-Hartman
2014-02-20Merge branch 'master' into for-nextJiri Kosina
2014-02-20Kconfig: Remove useless "default N" linesPaul Bolle
2014-02-18USB: EHCI: add delay during suspend to prevent erroneous wakeupsAlan Stern
2014-02-18Merge 3.14-rc3 into usb-nextGreg Kroah-Hartman
2014-02-15xhci-platform: Change compatible string from xhci-platform to generic-xhciHans de Goede
2014-02-15uhci-platform: Change compatible string from platform-uhci to generic-uhciHans de Goede
2014-02-11USB: ELAN: Remove useless "default M" linesPaul Bolle
2014-02-11USB: ohci-platform: check for platform data misconfigurationAlan Stern
2014-02-11USB: ehci-platform: check for platform data misconfigurationAlan Stern
2014-02-11ehci-platform: Change compatible string from usb-ehci to generic-ehciHans de Goede
2014-02-11ohci-platform: Change compatible string from usb-ohci to generic-ohciHans de Goede
2014-02-07Revert "usb: xhci: Link TRB must not occur within a USB payload burst"Sarah Sharp