summaryrefslogtreecommitdiff
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* 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
* | USB: EHCI: make ehci-s5p a separate driverManjunath Goudar2013-04-084-91/+85
* | USB: EHCI: make ehci-spear a separate driverManjunath Goudar2013-04-084-69/+61
* | USB: EHCI: make ehci-orion a separate driverManjunath Goudar2013-04-084-53/+53
* | Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-04-056-48/+26
|\ \
| * | usb: ehci: mv_ehci: remove unused clockChao Xie2013-04-021-25/+10
| * | usb: host: ehci-tegra: fix PHY error handlingFelipe Balbi2013-03-211-9/+3
| * | arm: tegra: fix Kconfig select clausesFelipe Balbi2013-03-201-0/+1
| * | usb: host: ohci-exynos: fix PHY error handlingFelipe Balbi2013-03-181-1/+1
| * | usb: host: ehci-s5p: fix PHY error handlingFelipe Balbi2013-03-181-1/+1
| * | usb: host: ehci-mv: fix PHY error handlingFelipe Balbi2013-03-181-10/+9
| * | usb: host: ehci-msm: fix PHY error handlingFelipe Balbi2013-03-181-1/+1
| * | usb: phy: remove CONFIG_USB_OTG_UTILSFelipe Balbi2013-03-181-1/+0
| * | usb: ehci: tegra: check against CONFIG_USB_PHYFelipe Balbi2013-03-181-3/+3
| * | usb: ehci: marvel: check against CONFIG_USB_PHYFelipe Balbi2013-03-181-2/+2
* | | usb: host: ehci-tegra: Fix oops in error cleanupThierry Reding2013-04-031-2/+5
* | | usb: host: tegra: Reset Tegra USB controller before initVenu Byravarasu2013-04-031-0/+5
* | | EHCI: Quirk flag for port power handling on overcurrent.Christian Engelmayer2013-04-033-1/+12
| |/ |/|
* | usb: PS3 EHCI remove unneeded ehci_shutdownGeoff Levand2013-04-011-1/+0
* | usb: ehci: mark unlink_empty_async_suspended() as __maybe_unusedArnd Bergmann2013-03-281-3/+1
* | USB: EHCI: DT support for generic bus glueArnd Bergmann2013-03-283-161/+28
* | usb: ehci: unlink_empty_async_suspended() only used with CONFIG_PMTony Prisk2013-03-281-0/+2
* | USB: ehci-spear: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-03-281-2/+2
* | usb: echi-sh: Remove driver variable which is not usedNobuhiro Iwamatsu2013-03-281-1/+0
* | usb: ehci-sh: Fix build error due to comma has been deletedNobuhiro Iwamatsu2013-03-281-1/+1
* | USB: remove CONFIG_USB_SUSPEND optionAlan Stern2013-03-286-25/+10
* | Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman2013-03-286-54/+73
|\ \
| * \ Merge tag 'for-usb-linus-2013-03-26' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2013-03-265-54/+71
| |\ \
| | * | xhci: Don't warn on empty ring for suspended devices.Sarah Sharp2013-03-251-8/+15
| | * | usb: xhci: Fix TRB transfer length macro used for Event TRB.Vivek Gautam2013-03-252-12/+16