summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2012-09-10EHCI: Update qTD next pointer in QH overlay region during unlinkPavankumar Kondeti1-2/+10
2012-09-05Merge tag 'for-usb-linus-2012-09-05' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman6-9/+207
2012-09-05USB: ohci-at91: fix PIO handling in relation with number of portsNicolas Ferre1-0/+10
2012-09-05usb: host: xhci: fix compilation error for non-PCI based stacksMoiz Sonasath1-0/+1
2012-09-05usb: host: xhci-plat: use ioremap_nocacheRuchika Kharwar1-1/+1
2012-09-05usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP HardwareAlexis R. Cortes3-0/+169
2012-09-05xhci: Make handover code more robustMatthew Garrett1-2/+10
2012-09-05xhci: Fix a logical vs bitwise AND bugDan Carpenter1-1/+1
2012-09-04Intel xhci: Only switch the switchable portsKeng-Yu Lin1-4/+23
2012-09-04xhci: Recognize USB 3.0 devices as superspeed at powerupManoj Iyer1-1/+2
2012-08-17Merge tag 'usb-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds10-190/+59
2012-08-10usb: host: tegra: fix warning messages in ehci_removeVenu Byravarasu1-1/+2
2012-08-10usb: host: mips: sead3: Update for EHCI register structure.Steven J. Hill1-1/+1
2012-08-10USB: isp1362-hcd.c: usb message always saved in case of underrunBruno Morelli1-4/+4
2012-08-10OMAP: USB : Fix the EHCI enumeration and core retention issueKeshava Munegowda1-166/+1
2012-08-09xhci: Switch PPT ports to EHCI on shutdown.Sarah Sharp5-0/+21
2012-08-08xhci: Fix bug after deq ptr set to link TRB.Sarah Sharp1-14/+22
2012-08-08usb/ohci-omap: remove unused variableArnd Bergmann1-2/+0
2012-08-07xhci: Rate-limit XHCI_TRUST_TX_LENGTH quirk warning.Sarah Sharp2-2/+4
2012-08-07xhci: Add Etron XHCI_TRUST_TX_LENGTH quirk.Sarah Sharp1-0/+1
2012-08-07xhci: Increase reset timeout for Renesas 720201 host.Sarah Sharp1-2/+3
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2-17/+0
2012-07-30usb/host/r8a66597: remove conditional compilation of clk codeViresh Kumar2-17/+0
2012-07-30Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds1-4/+4
2012-07-26Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+4
2012-07-26Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds48-1905/+1604
2012-07-25Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixesArnd Bergmann1-0/+4
2012-07-25ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz1-0/+4
2012-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds4-0/+427
2012-07-23Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-10/+10
2012-07-23Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-4/+5
2012-07-18usb: add host support for the tilegx architectureChris Metcalf4-0/+427
2012-07-17USB: ehci-s5p: Add vbus setup function to the s5p ehci glue layerVivek Gautam1-0/+21
2012-07-16USB: ehci-s5p: Add support for device treeVivek Gautam1-0/+22
2012-07-16USB: ohci-exynos: Add support for device treeVivek Gautam1-0/+22
2012-07-16USB: ehci-omap: fix compile failure(v1)Ming Lei1-5/+5
2012-07-16usb: host: tegra: pass correct pointer in ehci_setup()Laxman Dewangan3-3/+3
2012-07-16USB: ehci-fsl: Update ifdef check to work on 64-bit ppcKumar Gala1-1/+1
2012-07-16Merge tag 'for-usb-next-2012-07-11' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-0/+6
2012-07-16USB: EHCI: resolve some unlikely racesAlan Stern3-5/+43
2012-07-16USB: EHCI: fix up lockingAlan Stern3-30/+64
2012-07-16USB: EHCI: simplify isochronous scanningAlan Stern3-91/+32
2012-07-16USB: EHCI: use hrtimer for the I/O watchdogAlan Stern6-65/+25
2012-07-16USB: EHCI: always scan each interrupt QHAlan Stern5-50/+71
2012-07-16USB: EHCI: don't lose events during a scanAlan Stern2-4/+12
2012-07-16USB: EHCI: use hrtimer for unlinking empty async QHsAlan Stern5-42/+59
2012-07-16USB: EHCI: unlink multiple async QHs togetherAlan Stern5-94/+98
2012-07-16USB: EHCI: use hrtimer for the IAA watchdogAlan Stern5-71/+61
2012-07-16USB: EHCI: don't refcount iso_stream structuresAlan Stern3-52/+16
2012-07-16USB: EHCI: use hrtimer for (s)iTD deallocationAlan Stern6-105/+90