aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-26usb: ehci: fix deadlock when threadirqs option is usedStanislaw Gruszka1-3/+10
2014-02-18USB: EHCI: add delay during suspend to prevent erroneous wakeupsAlan Stern1-4/+22
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-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
2014-01-07USB: fix: ohci-at91 mismerge build errorArnd Bergmann1-1/+1
2014-01-02Merge tag 'davinci-for-v3.14/gpio' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/driversOlof Johansson2-2/+53
2013-12-26Merge tag 'tegra-for-3.14-dmas-resets-rework' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/cleanupOlof Johansson1-3/+11
2013-12-24Merge 3.13-rc5 into usb-nextGreg Kroah-Hartman2-13/+22
2013-12-21Merge tag 'for-usb-next-2013-12-20' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-nextGreg Kroah-Hartman2-6/+9
2013-12-19usb: xhci: Check for XHCI_PLAT in xhci_cleanup_msix()Jack Pham1-0/+3
2013-12-18USB: ohci-octeon: Use devm_ioremap_resource()Jingoo Han1-18/+5
2013-12-18USB: ohci-spear: Use devm_ioremap_resource()Jingoo Han1-10/+3
2013-12-18USB: ohci-ppc-of: Use devm_ioremap_resource()Jingoo Han1-18/+4
2013-12-18USB: ohci-nxp: Use devm_clk_get()Jingoo Han1-18/+8
2013-12-18USB: ehci-w90x900: Use devm_ioremap_resource()Jingoo Han1-16/+5
2013-12-18USB: ohci-da8xx: Use devm_*() functionsJingoo Han1-40/+15
2013-12-18USB: ohci-jz4740: Use devm_*() functionsJingoo Han1-30/+9
2013-12-18USB: ohci-pxa27x:Use devm_*() functionsJingoo Han1-28/+10
2013-12-18USB: ehci-octeon: Use devm_ioremap_resource()Jingoo Han1-18/+5
2013-12-18USB: ehci-fsl: Use devm_ioremap_resource()Jingoo Han1-21/+7
2013-12-18USB: ehci-orion: Use devm_*() functionsJingoo Han1-31/+12
2013-12-18USB: ohci-ppc-of: use dev_err() instead of printk()Jingoo Han1-3/+5
2013-12-18USB: ohci-omap: use dev_err() instead of printk()Jingoo Han1-2/+2
2013-12-18USB: ehci-xilinx-of: use dev_err() instead of printk()Jingoo Han1-1/+2
2013-12-18USB: ehci-ppc-of: use dev_err() instead of printk()Jingoo Han1-1/+2
2013-12-18USB: ehci-orion: use dev_warn() instead of printk()Jingoo Han1-1/+1
2013-12-18USB: ehci-grlib: use dev_err() instead of printk()Jingoo Han1-1/+2
2013-12-18USB: ehci-fsl: use dev_warn() instead of printk()Jingoo Han1-1/+1
2013-12-18usb: ohci-at91: use device managed clk retrievalBoris BREZILLON1-23/+7
2013-12-18usb: ohci-at91: use dev variable instead of &pdev->devBoris BREZILLON1-9/+9
2013-12-18usb: ohci-at91: replace request_mem_region + ioremap by devm_ioremap_resourceBoris BREZILLON1-21/+6
2013-12-17xhci: Remove unused variable 'addr' in inc_deq() and inc_enq().Lin Wang1-6/+0
2013-12-17usb: ohci-at91: fix irq and iomem resource retrievalBoris BREZILLON1-11/+15
2013-12-16Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman80-700/+499
2013-12-13xhci: Add quirks module optionTakashi Iwai1-0/+6
2013-12-11USB: EHCI: tegra: use reset frameworkStephen Warren1-3/+11