summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | usb/acpi: Use ACPI methods to power off ports.Lan Tianyu2012-09-101-0/+12
* | | xhci: Handle clear PORT_POWER feature.Lan Tianyu2012-09-101-0/+4
* | | usb: move children to struct usb_portLan Tianyu2012-09-101-3/+2
* | | USB: FHCI: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-09-061-2/+1
* | | drivers/usb/host/ohci-nxp.c: adjust inconsistent IS_ERR and PTR_ERRJulia Lawall2012-09-061-1/+1
* | | usb: ohci: Fix Kconfig dependency on USB_ISP1301Roland Stigge2012-09-061-1/+1
* | | powerpc/usb: fix bug of CPU hang when missing USB PHY clockShengzhou Liu2012-09-062-18/+41
* | | usb host: fix spelling of provides in KconfigPeter Meerwald2012-09-061-2/+2
* | | Merge v3.6-rc3 into usb-nextGreg Kroah-Hartman2012-08-2711-192/+59
|\ \ \ | | |/ | |/|
| * | Merge tag 'usb-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-08-1710-190/+59
| |\ \
| | * | usb: host: tegra: fix warning messages in ehci_removeVenu Byravarasu2012-08-101-1/+2
| | * | usb: host: mips: sead3: Update for EHCI register structure.Steven J. Hill2012-08-101-1/+1
| | * | USB: isp1362-hcd.c: usb message always saved in case of underrunBruno Morelli2012-08-101-4/+4
| | * | OMAP: USB : Fix the EHCI enumeration and core retention issueKeshava Munegowda2012-08-101-166/+1
| | * | xhci: Switch PPT ports to EHCI on shutdown.Sarah Sharp2012-08-095-0/+21
| | * | xhci: Fix bug after deq ptr set to link TRB.Sarah Sharp2012-08-081-14/+22
| | * | xhci: Rate-limit XHCI_TRUST_TX_LENGTH quirk warning.Sarah Sharp2012-08-072-2/+4
| | * | xhci: Add Etron XHCI_TRUST_TX_LENGTH quirk.Sarah Sharp2012-08-071-0/+1
| | * | xhci: Increase reset timeout for Renesas 720201 host.Sarah Sharp2012-08-071-2/+3
| | |/
| * / usb/ohci-omap: remove unused variableArnd Bergmann2012-08-081-2/+0
| |/
* | 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/+3
* | drivers/usb/host/ehci-vt8500.c: use devm_ functionsJulia Lawall2012-08-101-13/+2
* | drivers/usb/host/ehci-tegra.c: use devm_ functionsJulia Lawall2012-08-101-27/+13
* | drivers/usb/host/ehci-sh.c: use devm_ functionsJulia Lawall2012-08-101-28/+7
* | drivers/usb/host/ehci-sead3.c: use devm_ functionsJulia Lawall2012-08-101-13/+2
* | drivers/usb/host/ehci-s5p.c: use devm_ functionsJulia Lawall2012-08-101-5/+2
* | drivers/usb/host/ehci-ppc-of.c: use devm_ functionsJulia Lawall2012-08-101-21/+7
* | drivers/usb/host/ehci-mxc.c: use devm_ functionsJulia Lawall2012-08-101-35/+10
* | drivers/usb/host/ehci-mv.c: use devm_ functionsJulia Lawall2012-08-101-35/+16
* | drivers/usb/host/ehci-msm.c: use devm_ functionsJulia Lawall2012-08-101-9/+4
* | drivers/usb/host/ehci-ls1x.c: use devm_ functionsJulia Lawall2012-08-101-15/+3
* | drivers/usb/host/ehci-ixp4xx.c: use devm_ functionsJulia Lawall2012-08-101-16/+3
* | drivers/usb/host/ehci-grlib.c: use devm_ functionsJulia Lawall2012-08-101-15/+3
* | drivers/usb/host/ehci-cns3xxx.c: use devm_ functionsJulia Lawall2012-08-101-14/+2
* | drivers/usb/host/ehci-au1xxx.c: use devm_ functionsJulia Lawall2012-08-101-16/+4
* | drivers/usb/host/ehci-atmel.c: use devm_ functionsJulia Lawall2012-08-101-24/+6
* | USB: ohci-pxa27x: add DT bindingsDaniel Mack2012-08-101-0/+68
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-312-17/+0
|\
| * usb/host/r8a66597: remove conditional compilation of clk codeViresh Kumar2012-07-312-17/+0
* | Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-07-301-4/+4
|\ \ | |/ |/|