summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2012-07-17USB: EHCI: use hrtimer for controller deathAlan Stern3-10/+38
2012-07-17USB: EHCI: use hrtimer for interrupt QH unlinkAlan Stern5-28/+94
2012-07-17USB: EHCI: use hrtimer for async scheduleAlan Stern4-49/+86
2012-07-17USB: EHCI: remove PS3 status pollingAlan Stern1-67/+2
2012-07-17USB: EHCI: return void instead of 0Alan Stern1-20/+14
2012-07-17USB: EHCI: use hrtimer for the periodic scheduleAlan Stern5-61/+101
2012-07-17USB: EHCI: introduce high-res timerAlan Stern4-2/+138
2012-07-17USB: EHCI: add new root-hub state: STOPPINGAlan Stern6-18/+23
2012-07-17USB: EHCI: add pointer to end of async-unlink listAlan Stern3-7/+5
2012-07-17USB: EHCI: rename "reclaim"Alan Stern5-37/+38
2012-07-17USB: EHCI: add symbolic constants for QHsAlan Stern4-11/+17
2012-07-17USB: EHCI: don't refcount QHsAlan Stern5-44/+8
2012-07-17USB: EHCI: remove unneeded suspend/resume codeAlan Stern2-19/+1
2012-07-17USB: EHCI: initialize data before resetting hardwareAlan Stern1-3/+3
2012-07-17Merge 3.5-rc7 into usb-nextGreg Kroah-Hartman42-1000/+474
2012-07-13Merge tag 'mfd-for-linus-3.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-10/+8
2012-07-11xhci: Export Latency Tolerance Messaging capabilities.Sarah Sharp1-0/+6
2012-07-10Merge branch 'omap/cleanup2' into next/clkArnd Bergmann2-4/+5
2012-07-10EHCI: centralize controller initializationAlan Stern24-439/+164
2012-07-09EHCI: centralize controller suspend/resumeAlan Stern9-348/+114
2012-07-09mfd: USB: Fix the omap-usb EHCI ULPI PHY reset fix issues.Russ Dill1-10/+8
2012-07-09mfd: USB: Fix the omap-usb EHCI ULPI PHY reset fix issues.Russ Dill1-10/+8
2012-07-07Merge branch 'for-3.6/common-clk' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann1-10/+10
2012-07-06usbdevfs: Add a USBDEVFS_GET_CAPABILITIES ioctlHans de Goede1-0/+2
2012-07-06USB: ehci-s5p: use devm_ functionsJingoo Han1-13/+6
2012-07-06USB: ohci-exynos: use devm_ functionsJingoo Han1-13/+6
2012-07-06USB: ohci-exynos: add clock gating to suspend/resumeJingoo Han1-0/+5
2012-07-06Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman5-26/+30
2012-07-06Merge tag 'gadget-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-3/+3
2012-07-02xhci: Fix hang on back-to-back Set TR Deq Ptr commands.Sarah Sharp1-0/+11
2012-07-02usb: Add support for root hub port status CASStanislaw Ledwon2-7/+43
2012-07-02usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I5-11/+15
2012-06-28Merge branches 'cleanup-udc' and 'cleanup-dma' into cleanupTony Lindgren2-4/+5
2012-06-27ARM: OMAP: USB: Fixup ehci_hcd_omap_probe error pathRuss Dill1-1/+5
2012-06-27USB: EHCI: define extension registers like normal onesAlan Stern2-28/+13
2012-06-27USB: FHCI: Reusing QUICC Engine USB Controller registers from immap_qe.hGuilherme Maciel Ferreira6-72/+54
2012-06-25usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I5-5/+5
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I5-15/+15
2012-06-21Merge 3.5-rc3 into usb-nextGreg Kroah-Hartman7-62/+201
2012-06-21USB: ohci-nxp: add usbd and otg clock initializationAlexandre Pereira da Silva1-33/+55
2012-06-16usb: correct trivial typo in drivers/usb/host/KconfigJesper Dangaard Brouer1-2/+2
2012-06-15usb: ehci-sh: fix illegal phy_init() running when platform_data is NULLShimoda, Yoshihiro1-2/+1
2012-06-14Fix OMAP EHCI suspend/resume failure (i693)Anand Gadiyar1-1/+167
2012-06-14USB: ohci-hub: Mark ohci_finish_controller_resume() as __maybe_unusedRoland Stigge1-1/+1
2012-06-14USB: EHCI: Fix build warning in xilinx ehci driverHerton Ronaldo Krzesinski1-3/+1
2012-06-14USB: fix PS3 EHCI systemsRicardo Martins1-0/+2
2012-06-14Merge tag 'for-usb-linus-2012-06-13' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2-55/+29
2012-06-14xHCI: Increase the timeout for controller save/restore state operationAndiry Xu1-4/+4
2012-06-14xhci: Don't free endpoints in xhci_mem_cleanup()Takashi Iwai1-21/+14
2012-06-14xhci: Fix invalid loop check in xhci_free_tt_info()Takashi Iwai1-29/+10