summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* USB: EHCI: fix regression related to qh_refresh()Alan Stern2013-05-301-1/+6
* USB: revert periodic scheduling bugfixAlan Stern2013-05-291-1/+1
* Merge tag 'for-usb-linus-2013-05-24' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2013-05-294-6/+31
|\
| * xhci: Disable D3cold for buggy TI redrivers.Sarah Sharp2013-05-243-2/+13
| * xhci - correct comp_mode_recovery_timer on return from hibernateTony Camuso2013-05-241-1/+11
| * xhci: fix list access before initVladimir Murzin2013-05-241-0/+4
| * xhci-mem: init list heads at the beginning of initSergio Aguirre2013-05-241-3/+3
* | Merge tag 'usb-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-05-2323-118/+99
|\ \ | |/
| * usb: ohci: fix goto wrong tag in err caseLibo Chen2013-05-161-23/+23
| * usb: isp1760-if: fix memleak when platform_get_resource failLibo Chen2013-05-161-1/+3
| * usb: ehci-s5p: fix memleak when fallback to pdataLibo Chen2013-05-161-0/+1
| * USB: set device dma_mask without reference to global dataStephen Warren2013-05-1612-38/+34
| * USB: EHCI: remove bogus #errorArnd Bergmann2013-05-161-17/+0
| * USB: remove remaining instances of USB_SUSPENDAlan Stern2013-05-153-3/+3
| * USB: OHCI: fix logic for scheduling isochronous URBsAlan Stern2013-05-151-14/+18
| * USB: fix latency in uhci-hcd and ohci-hcdAlan Stern2013-05-152-2/+2
| * USB: UHCI: fix for suspend of virtual HP controllerAlan Stern2013-05-151-1/+2
| * USB: fix Kconfig logic for USB_UHCI_HCDAlan Stern2013-05-151-12/+5
| * USB: xHCI: override bogus bulk wMaxPacketSize valuesAlan Stern2013-05-151-8/+9
* | drivers/usb/host: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-6/+0
|/
* Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2013-05-092-4/+10
|\
| * usb: tilegx: fix memleak when create hcd failLibo Chen2013-05-092-4/+10
* | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-021-1/+1
|\ \
| * \ Merge tag 'cleanup-samsung-for-v3.10' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2013-04-091-1/+2
| |\ \ | | |/ | |/|
| | * ARM: EXYNOS: change the name of USB ohci headerJingoo Han2013-04-081-1/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-012-6/+3
|\ \ \
| * | | procfs: new helper - PDE_DATA(inode)Al Viro2013-04-092-2/+2
| * | | isp1362-hcd: don't reimplement proc_create_data()Al Viro2013-04-091-4/+1
* | | | Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-2934-1171/+1007
|\ \ \ \
| * | | | USB: ehci-msm: USB_MSM_OTG needs USB_PHYArnd Bergmann2013-04-251-0/+1
| * | | | USB: OHCI: avoid conflicting platform driversArnd Bergmann2013-04-251-18/+118
| * | | | usb: phy: tegra: don't call into tegra-ehci directlyArnd Bergmann2013-04-231-5/+5
| * | | | USB: Fix initconst in ehci driverAndi Kleen2013-04-233-3/+3
| * | | | USB: ehci-omap: Improve PHY error handlingRoger Quadros2013-04-171-2/+2
| * | | | USB: ehci-omap: Don't select any PHY driverRoger Quadros2013-04-171-1/+3
| * | | | usb: remove redundant tdi_resetShengzhou Liu2013-04-171-3/+0
| * | | | usb: exynos: do not include plat/usb-phy.hArnd Bergmann2013-04-112-2/+0
| * | | | usb: ohci-exynos: skip phy setup for Exynos5440 based platformsThomas Abraham2013-04-111-2/+9
| * | | | USB: enclose USB_XHCI_HCD related symbols within a if USB_XHCI_HCD blockFlorian Fainelli2013-04-091-2/+4
| * | | | USB: enclose all depends on USB_OHCI_HCD within an if USB_OHCI_HCD blockFlorian Fainelli2013-04-091-25/+26
| * | | | USB: enclose EHCI HCD drivers within an if USB_EHCI_HCD blockFlorian Fainelli2013-04-091-39/+42
| * | | | USB: remove USB_EHCI_BIG_ENDIAN_{DESC,MMIO} depends on architecture symbolFlorian Fainelli2013-04-091-9/+2
| * | | | USB: regroup all depends on USB within an if USB blockFlorian Fainelli2013-04-091-19/+11
| * | | | usb: ehci-s5p: fix: Fix null pointer dereferencingVivek Gautam2013-04-091-1/+1
| * | | | Merge tag 'for-usb-next-2012-04-08' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-04-083-15/+19
| |\ \ \ \
| | * | | | xhci - clarify compliance mode debug messagesTony Camuso2013-04-081-5/+9
| | * | | | xhci: Rename SEGMENT_SIZE and SEGMENT_SHIFT as the former is used in a.out.hDavid Howells2013-04-032-10/+10
| | * | | | xhci: Use ilog2() rather than __ffs() for calculating SEGMENT_SHIFTDavid Howells2013-04-031-1/+1
| * | | | | USB: EHCI: make ehci-msm a separate driverManjunath Goudar2013-04-084-54/+44
| * | | | | USB: EHCI: make ehci-atmel a separate driverManjunath Goudar2013-04-084-52/+51
OpenPOWER on IntegriCloud