summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* ARM: vt8500: Add support for UHCI companion controllerTony Prisk2012-08-163-2/+172
* ARM: vt8500: Update vt8500-ehci driver to support device tree.Tony Prisk2012-08-161-0/+9
* drivers/usb/host/ohci-platform.c: fix error return codeJulia Lawall2012-08-161-1/+3
* drivers/usb/host/ehci-platform.c: fix error return codeJulia Lawall2012-08-161-1/+3
* USB: whci-hcd: fix NULL dereference on allocation failureDan Carpenter2012-08-161-4/+4
* USB: whci-hcd: Fix potential memory leak in qset_add_urb_sg()Alexey Khoroshilov2012-08-101-4/+7
* usb: host: ohci-platform: add platform specific power callbackKuninori Morimoto2012-08-101-2/+34
* usb: host: ehci-platform: add platform specific power callbackKuninori Morimoto2012-08-101-3/+37
* usb: host: ohci-platform: BUG_ON() to WARN_ON() on probeKuninori Morimoto2012-08-101-1/+5
* usb: host: ehci-platform: BUG_ON() to WARN_ON() on probeKuninori Morimoto2012-08-101-1/+5
* drivers/usb/host/ehci-xilinx-of.c: use devm_ functionsJulia Lawall2012-08-101-17/+3Star
* drivers/usb/host/ehci-vt8500.c: use devm_ functionsJulia Lawall2012-08-101-13/+2Star
* drivers/usb/host/ehci-tegra.c: use devm_ functionsJulia Lawall2012-08-101-27/+13Star
* drivers/usb/host/ehci-sh.c: use devm_ functionsJulia Lawall2012-08-101-28/+7Star
* drivers/usb/host/ehci-sead3.c: use devm_ functionsJulia Lawall2012-08-101-13/+2Star
* drivers/usb/host/ehci-s5p.c: use devm_ functionsJulia Lawall2012-08-101-5/+2Star
* drivers/usb/host/ehci-ppc-of.c: use devm_ functionsJulia Lawall2012-08-101-21/+7Star
* drivers/usb/host/ehci-mxc.c: use devm_ functionsJulia Lawall2012-08-101-35/+10Star
* drivers/usb/host/ehci-mv.c: use devm_ functionsJulia Lawall2012-08-101-35/+16Star
* drivers/usb/host/ehci-msm.c: use devm_ functionsJulia Lawall2012-08-101-9/+4Star
* drivers/usb/host/ehci-ls1x.c: use devm_ functionsJulia Lawall2012-08-101-15/+3Star
* drivers/usb/host/ehci-ixp4xx.c: use devm_ functionsJulia Lawall2012-08-101-16/+3Star
* drivers/usb/host/ehci-grlib.c: use devm_ functionsJulia Lawall2012-08-101-15/+3Star
* drivers/usb/host/ehci-cns3xxx.c: use devm_ functionsJulia Lawall2012-08-101-14/+2Star
* drivers/usb/host/ehci-au1xxx.c: use devm_ functionsJulia Lawall2012-08-101-16/+4Star
* drivers/usb/host/ehci-atmel.c: use devm_ functionsJulia Lawall2012-08-101-24/+6Star
* USB: ohci-pxa27x: add DT bindingsDaniel Mack2012-08-101-0/+68
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-312-17/+0Star
|\
| * usb/host/r8a66597: remove conditional compilation of clk codeViresh Kumar2012-07-312-17/+0Star
* | Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-07-301-4/+4
|\ \ | |/ |/|
| * mfd: USB: Fix the omap-usb EHCI ULPI PHY reset fix issues.Russ Dill2012-07-091-10/+8Star
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-271-0/+4
|\ \
| * \ Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixesArnd Bergmann2012-07-251-0/+4
| |\ \
| | * | ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz2012-07-251-0/+4
* | | | Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-07-2648-1905/+1604Star
|\ \ \ \ | |/ / / |/| | |
| * | | USB: ehci-s5p: Add vbus setup function to the s5p ehci glue layerVivek Gautam2012-07-171-0/+21
| * | | USB: ehci-s5p: Add support for device treeVivek Gautam2012-07-171-0/+22
| * | | USB: ohci-exynos: Add support for device treeVivek Gautam2012-07-171-0/+22
| * | | USB: ehci-omap: fix compile failure(v1)Ming Lei2012-07-171-5/+5
| * | | usb: host: tegra: pass correct pointer in ehci_setup()Laxman Dewangan2012-07-173-3/+3
| * | | USB: ehci-fsl: Update ifdef check to work on 64-bit ppcKumar Gala2012-07-171-1/+1
| * | | Merge tag 'for-usb-next-2012-07-11' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2012-07-171-0/+6
| |\ \ \
| | * | | xhci: Export Latency Tolerance Messaging capabilities.Sarah Sharp2012-07-111-0/+6
| * | | | USB: EHCI: resolve some unlikely racesAlan Stern2012-07-173-5/+43
| * | | | USB: EHCI: fix up lockingAlan Stern2012-07-173-30/+64
| * | | | USB: EHCI: simplify isochronous scanningAlan Stern2012-07-173-91/+32Star
| * | | | USB: EHCI: use hrtimer for the I/O watchdogAlan Stern2012-07-176-65/+25Star
| * | | | USB: EHCI: always scan each interrupt QHAlan Stern2012-07-175-50/+71
| * | | | USB: EHCI: don't lose events during a scanAlan Stern2012-07-172-4/+12
| * | | | USB: EHCI: use hrtimer for unlinking empty async QHsAlan Stern2012-07-175-42/+59