aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2013-04-17USB: ehci-omap: Improve PHY error handlingRoger Quadros
2013-04-17USB: ehci-omap: Don't select any PHY driverRoger Quadros
2013-04-17usb: remove redundant tdi_resetShengzhou Liu
2013-04-11usb: exynos: do not include plat/usb-phy.hArnd Bergmann
2013-04-11usb: ohci-exynos: skip phy setup for Exynos5440 based platformsThomas Abraham
2013-04-09USB: enclose USB_XHCI_HCD related symbols within a if USB_XHCI_HCD blockFlorian Fainelli
2013-04-09USB: enclose all depends on USB_OHCI_HCD within an if USB_OHCI_HCD blockFlorian Fainelli
2013-04-09USB: enclose EHCI HCD drivers within an if USB_EHCI_HCD blockFlorian Fainelli
2013-04-09USB: remove USB_EHCI_BIG_ENDIAN_{DESC,MMIO} depends on architecture symbolFlorian Fainelli
2013-04-09USB: regroup all depends on USB within an if USB blockFlorian Fainelli
2013-04-09usb: ehci-s5p: fix: Fix null pointer dereferencingVivek Gautam
2013-04-08Merge tag 'for-usb-next-2012-04-08' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2013-04-08USB: EHCI: make ehci-msm a separate driverManjunath Goudar
2013-04-08USB: EHCI: make ehci-atmel a separate driverManjunath Goudar
2013-04-08USB: EHCI: make ehci-s5p a separate driverManjunath Goudar
2013-04-08USB: EHCI: make ehci-spear a separate driverManjunath Goudar
2013-04-08USB: EHCI: make ehci-orion a separate driverManjunath Goudar
2013-04-08xhci - clarify compliance mode debug messagesTony Camuso
2013-04-05Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2013-04-03usb: host: ehci-tegra: Fix oops in error cleanupThierry Reding
2013-04-03usb: host: tegra: Reset Tegra USB controller before initVenu Byravarasu
2013-04-03EHCI: Quirk flag for port power handling on overcurrent.Christian Engelmayer
2013-04-03xhci: Rename SEGMENT_SIZE and SEGMENT_SHIFT as the former is used in a.out.hDavid Howells
2013-04-03xhci: Use ilog2() rather than __ffs() for calculating SEGMENT_SHIFTDavid Howells
2013-04-02usb: ehci: mv_ehci: remove unused clockChao Xie
2013-04-01usb: PS3 EHCI remove unneeded ehci_shutdownGeoff Levand
2013-03-28usb: ehci: mark unlink_empty_async_suspended() as __maybe_unusedArnd Bergmann
2013-03-28USB: EHCI: DT support for generic bus glueArnd Bergmann
2013-03-28usb: ehci: unlink_empty_async_suspended() only used with CONFIG_PMTony Prisk
2013-03-28USB: ehci-spear: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
2013-03-28usb: echi-sh: Remove driver variable which is not usedNobuhiro Iwamatsu
2013-03-28usb: ehci-sh: Fix build error due to comma has been deletedNobuhiro Iwamatsu
2013-03-28USB: remove CONFIG_USB_SUSPEND optionAlan Stern
2013-03-28Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman
2013-03-26Merge tag 'for-usb-linus-2013-03-26' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2013-03-25USB: EHCI: fix bug in iTD/siTD DMA pool allocationSoeren Moch
2013-03-25USB: EHCI: remove unused variable in unlink_empty_async()Alan Stern
2013-03-25USB: EHCI: improve end_unlink_async()Alan Stern
2013-03-25USB: EHCI: convert singly-linked lists to list_headsAlan Stern
2013-03-25USB: EHCI: consolidate code in ehci_urb_dequeue()Alan Stern
2013-03-25USB: EHCI: split needs_rescan into two flagsAlan Stern
2013-03-25USB: EHCI: change return value of qh_completions()Alan Stern
2013-03-25USB: EHCI: changes related to qh_refresh()Alan Stern
2013-03-25xhci: Don't warn on empty ring for suspended devices.Sarah Sharp
2013-03-25usb: xhci: Fix TRB transfer length macro used for Event TRB.Vivek Gautam
2013-03-25usb: add find_raw_port_number callback to struct hc_driver()Lan Tianyu
2013-03-25usb: xhci: fix build warningPeter Chen
2013-03-21USB: EHCI: fix up incorrect merge resolutionAlan Stern
2013-03-21usb: host: ehci-tegra: fix PHY error handlingFelipe Balbi
2013-03-20Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman