aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2014-03-04xhci: Kill streams URBs when the host dies.Sarah Sharp1-7/+21
2014-03-04xhci: Refactor command watchdog and fix split string.Sarah Sharp1-31/+39
2014-03-04xhci: Handle MaxPSASize == 0Hans de Goede1-0/+6
2014-03-04xhci: The trb_address_map radix tree expects 1KB segment memory aligmentHans de Goede1-4/+5
2014-03-04xhci: xhci_mem_cleanup: make sure cmd_ring_reserved_trbs really is 0Hans de Goede1-1/+1
2014-03-04xhci: Remove segments from radix tree on failed insert.Sarah Sharp1-26/+81
2014-03-04xhci: use usb_ss_max_streams in xhci_check_streams_endpointHans de Goede1-1/+1
2014-03-04xhci: For streams the dequeue ptr must be read from the stream ctxHans de Goede2-7/+16
2014-03-04xhci: Set SCT field for Set TR dequeue on streamsHans de Goede2-2/+6
2014-03-04xhci: For streams the css flag most be read from the stream-ctx on ep stopHans de Goede1-3/+11
2014-03-04xhci: Check size rather then number of streams when allocating stream ctxsHans de Goede1-8/+8
2014-03-04xhci: Free streams when they are still allocated on a set_interface callHans de Goede1-1/+20
2014-03-04xhci: fix usb3 streamsGerd Hoffmann2-43/+90
2014-03-04xhci: make warnings greppableOliver Neukum1-13/+8
2014-03-04usb/xhci: Change how we indicate a host supports Link PM.Sarah Sharp2-9/+5
2014-03-03USB: EHCI: tegra: Drop unused definesThierry Reding1-4/+0
2014-03-02Merge 3.14-rc5 into usb-nextGreg Kroah-Hartman1-3/+10
2014-02-26usb: ehci: fix deadlock when threadirqs option is usedStanislaw Gruszka1-3/+10
2014-02-24Merge 3.14-rc4 into usb-nextGreg Kroah-Hartman1-4/+22
2014-02-20Merge branch 'master' into for-nextJiri Kosina85-1049/+653
2014-02-20Kconfig: Remove useless "default N" linesPaul Bolle1-3/+0
2014-02-18USB: EHCI: add delay during suspend to prevent erroneous wakeupsAlan Stern1-4/+22
2014-02-18Merge 3.14-rc3 into usb-nextGreg Kroah-Hartman3-58/+16
2014-02-15xhci-platform: Change compatible string from xhci-platform to generic-xhciHans de Goede1-0/+1
2014-02-15uhci-platform: Change compatible string from platform-uhci to generic-uhciHans de Goede1-0/+1
2014-02-11USB: ELAN: Remove useless "default M" linesPaul Bolle1-1/+0
2014-02-11USB: ohci-platform: check for platform data misconfigurationAlan Stern1-20/+22
2014-02-11USB: ehci-platform: check for platform data misconfigurationAlan Stern1-20/+22
2014-02-11ehci-platform: Change compatible string from usb-ehci to generic-ehciHans de Goede2-2/+1
2014-02-11ohci-platform: Change compatible string from usb-ohci to generic-ohciHans de Goede1-1/+1
2014-02-07Revert "usb: xhci: Link TRB must not occur within a USB payload burst"Sarah Sharp1-52/+2
2014-02-07Revert "xhci: Avoid infinite loop when sg urb requires too many trbs"Sarah Sharp1-1/+1
2014-02-07Revert "xhci: Set scatter-gather limit to avoid failed block writes."Sarah Sharp2-3/+3
2014-02-07xhci 1.0: Limit arbitrarily-aligned scatter gather.Sarah Sharp1-3/+11
2014-02-07ehci-platform: Add support for controllers with big-endian regs / descriptorsHans de Goede1-2/+31
2014-02-07ohci-platform: Add support for controllers with big-endian regs / descriptorsHans de Goede1-0/+27
2014-02-07ehci-platform: Add support for clks and phy passed through devicetreeHans de Goede2-24/+124
2014-02-07ohci-platform: Add support for devicetree instantiationHans de Goede1-22/+140
2014-02-04Merge tag 'for-usb-linus-2014-02-04' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-linusGreg Kroah-Hartman6-37/+61
2014-01-30Revert "xhci: replace xhci_read_64() with readq()"Sarah Sharp5-17/+23
2014-01-29Revert "xhci: replace xhci_write_64() with writeq()"Sarah Sharp4-20/+33
2014-01-29Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt1-12/+1
2014-01-23Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+11
2014-01-22xhci: Fix resume issues on Renesas chips in Samsung laptopsSarah Sharp1-0/+5
2014-01-13usb: ehci: add freescale imx28 special write register methodPeter Chen1-1/+17
2014-01-12USB: fsl-mph-dr-of: adjust for OF based clock lookupGerhard Sittig1-12/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker11-11/+0
2014-01-08xhci: Set scatter-gather limit to avoid failed block writes.Sarah Sharp2-3/+3
2014-01-08xhci: Avoid infinite loop when sg urb requires too many trbsBen Hutchings1-1/+1