aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2012-09-05xhci: Fix a logical vs bitwise AND bugDan Carpenter1-1/+1
2012-09-05usb: move phy driver from mach-tegra to drivers/usbVenu Byravarasu1-6/+8
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-27Merge v3.6-rc3 into usb-nextGreg Kroah-Hartman11-192/+59
2012-08-26ARM: mach-pnx4008: Remove architectureRoland Stigge3-85/+3
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-08-17Merge tag 'usb-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds10-190/+59
2012-08-16ARM: vt8500: Add support for UHCI companion controllerTony Prisk3-2/+172
2012-08-16ARM: vt8500: Update vt8500-ehci driver to support device tree.Tony Prisk1-0/+9
2012-08-15drivers/usb/host/ohci-platform.c: fix error return codeJulia Lawall1-1/+3
2012-08-15drivers/usb/host/ehci-platform.c: fix error return codeJulia Lawall1-1/+3
2012-08-15USB: whci-hcd: fix NULL dereference on allocation failureDan Carpenter1-4/+4
2012-08-10USB: whci-hcd: Fix potential memory leak in qset_add_urb_sg()Alexey Khoroshilov1-4/+7
2012-08-10usb: host: ohci-platform: add platform specific power callbackKuninori Morimoto1-2/+34
2012-08-10usb: host: ehci-platform: add platform specific power callbackKuninori Morimoto1-3/+37
2012-08-10usb: host: ohci-platform: BUG_ON() to WARN_ON() on probeKuninori Morimoto1-1/+5
2012-08-10usb: host: ehci-platform: BUG_ON() to WARN_ON() on probeKuninori Morimoto1-1/+5
2012-08-10drivers/usb/host/ehci-xilinx-of.c: use devm_ functionsJulia Lawall1-17/+3
2012-08-10drivers/usb/host/ehci-vt8500.c: use devm_ functionsJulia Lawall1-13/+2
2012-08-10drivers/usb/host/ehci-tegra.c: use devm_ functionsJulia Lawall1-27/+13
2012-08-10drivers/usb/host/ehci-sh.c: use devm_ functionsJulia Lawall1-28/+7
2012-08-10drivers/usb/host/ehci-sead3.c: use devm_ functionsJulia Lawall1-13/+2
2012-08-10drivers/usb/host/ehci-s5p.c: use devm_ functionsJulia Lawall1-5/+2
2012-08-10drivers/usb/host/ehci-ppc-of.c: use devm_ functionsJulia Lawall1-21/+7
2012-08-10drivers/usb/host/ehci-mxc.c: use devm_ functionsJulia Lawall1-35/+10
2012-08-10drivers/usb/host/ehci-mv.c: use devm_ functionsJulia Lawall1-35/+16
2012-08-10drivers/usb/host/ehci-msm.c: use devm_ functionsJulia Lawall1-9/+4
2012-08-10drivers/usb/host/ehci-ls1x.c: use devm_ functionsJulia Lawall1-15/+3
2012-08-10drivers/usb/host/ehci-ixp4xx.c: use devm_ functionsJulia Lawall1-16/+3
2012-08-10drivers/usb/host/ehci-grlib.c: use devm_ functionsJulia Lawall1-15/+3
2012-08-10drivers/usb/host/ehci-cns3xxx.c: use devm_ functionsJulia Lawall1-14/+2
2012-08-10drivers/usb/host/ehci-au1xxx.c: use devm_ functionsJulia Lawall1-16/+4
2012-08-10drivers/usb/host/ehci-atmel.c: use devm_ functionsJulia Lawall1-24/+6
2012-08-10USB: ohci-pxa27x: add DT bindingsDaniel Mack1-0/+68
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/mfd-2.6Linus Torvalds1-4/+4
2012-07-26Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+4
2012-07-26Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds48-1903/+1602