aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2013-05-24xhci-mem: init list heads at the beginning of initSergio Aguirre1-3/+3
2013-05-23Merge tag 'usb-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds23-118/+99
2013-05-21usb: fusbh200-hcd: convert list_for_each to entry variantWei Yongjun1-3/+1
2013-05-21usb: fusbh200-hcd: fix error handling in fusbh200_hcd_fusbh200_probe()Wei Yongjun1-1/+1
2013-05-21usb: host: uhci-platform: Remove redundant use of of_match_ptrSachin Kamat1-1/+1
2013-05-21usb: host: ohci-spear: Remove redundant use of of_match_ptrSachin Kamat1-1/+1
2013-05-21usb: host: ohci-omap3: Remove redundant use of of_match_ptrSachin Kamat1-1/+1
2013-05-21usb: host: ehci-orion: Remove redundant use of of_match_ptrSachin Kamat1-1/+1
2013-05-21usb: host: ehci-spear: Remove redundant use of of_match_ptrSachin Kamat1-1/+1
2013-05-21usb: host: ehci-platform: Remove redundant use of of_match_ptrSachin Kamat1-1/+1
2013-05-21usb: host: ehci-omap: Remove redundant use of of_match_ptrSachin Kamat1-1/+1
2013-05-20usb: host: fusbh200-hcd: Staticize local symbolsSachin Kamat1-3/+3
2013-05-20usb: host: fusbh200-hcd: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-20usb: ehci: Only sleep for post-resume handover if devices use persistJulius Werner1-0/+16
2013-05-18drivers/usb/host: don't check resource with devm_ioremap_resourceWolfram Sang1-6/+0
2013-05-17usb: host: uhci-platform: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-17usb: host: oxu210hp-hcd: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-17usb: host: ohci-tmio: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-17usb: host: ohci-tilegx: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-17usb: host: ohci-omap: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-17usb: host: ohci-octeon: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-17usb: host: ohci-nxp: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-17usb: host: ohci-da8xx: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-17usb: host: ehci-tilegx: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-17usb host: Faraday USB2.0 FUSBH200-HCD driverYuan-Hsin Chen4-0/+6730
2013-05-16usb: fsl: add missing platform_driver ownerLibo Chen1-0/+1
2013-05-16USB: ohci-platform: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-05-16USB: ohci-spear: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-05-16USB: ohci-sm501: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-05-16USB: ohci-pxa27x: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-05-16USB: ohci-jz4740: remove unnecessary platform_set_drvdata()Jingoo Han1-3/+0
2013-05-16USB: ehci-platform: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-05-16USB: ehci-sh: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-05-16USB: ehci-sead3: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-05-16USB: ehci-octeon: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-05-16USB: ehci-mxc: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-05-16USB: ehci-mv: remove unnecessary platform_set_drvdata()Jingoo Han1-10/+6
2013-05-16drivers/usb/host: don't check resource with devm_ioremap_resourceWolfram Sang1-6/+0
2013-05-16usb: ohci: fix goto wrong tag in err caseLibo Chen1-23/+23
2013-05-16usb: isp1760-if: fix memleak when platform_get_resource failLibo Chen1-1/+3
2013-05-16usb: ehci-s5p: fix memleak when fallback to pdataLibo Chen1-0/+1
2013-05-16USB: set device dma_mask without reference to global dataStephen Warren12-38/+34
2013-05-16USB: EHCI: remove bogus #errorArnd Bergmann1-17/+0
2013-05-15USB: remove remaining instances of USB_SUSPENDAlan Stern3-3/+3
2013-05-15USB: OHCI: fix logic for scheduling isochronous URBsAlan Stern1-14/+18
2013-05-15USB: fix latency in uhci-hcd and ohci-hcdAlan Stern2-2/+2
2013-05-15USB: UHCI: fix for suspend of virtual HP controllerAlan Stern1-1/+2
2013-05-15USB: fix Kconfig logic for USB_UHCI_HCDAlan Stern1-12/+5
2013-05-15USB: xHCI: override bogus bulk wMaxPacketSize valuesAlan Stern1-8/+9
2013-05-09Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2-4/+10