summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2012-07-16Merge tag 'for-usb-next-2012-07-11' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-0/+6
2012-07-16USB: EHCI: resolve some unlikely racesAlan Stern3-5/+43
2012-07-16USB: EHCI: fix up lockingAlan Stern3-30/+64
2012-07-16USB: EHCI: simplify isochronous scanningAlan Stern3-91/+32
2012-07-16USB: EHCI: use hrtimer for the I/O watchdogAlan Stern6-65/+25
2012-07-16USB: EHCI: always scan each interrupt QHAlan Stern5-50/+71
2012-07-16USB: EHCI: don't lose events during a scanAlan Stern2-4/+12
2012-07-16USB: EHCI: use hrtimer for unlinking empty async QHsAlan Stern5-42/+59
2012-07-16USB: EHCI: unlink multiple async QHs togetherAlan Stern5-94/+98
2012-07-16USB: EHCI: use hrtimer for the IAA watchdogAlan Stern5-71/+61
2012-07-16USB: EHCI: don't refcount iso_stream structuresAlan Stern3-52/+16
2012-07-16USB: EHCI: use hrtimer for (s)iTD deallocationAlan Stern6-105/+90
2012-07-16USB: EHCI: use hrtimer for controller deathAlan Stern3-10/+38
2012-07-16USB: EHCI: use hrtimer for interrupt QH unlinkAlan Stern5-28/+94
2012-07-16USB: EHCI: use hrtimer for async scheduleAlan Stern4-49/+86
2012-07-16USB: EHCI: remove PS3 status pollingAlan Stern1-67/+2
2012-07-16USB: EHCI: return void instead of 0Alan Stern1-20/+14
2012-07-16USB: EHCI: use hrtimer for the periodic scheduleAlan Stern5-61/+101
2012-07-16USB: EHCI: introduce high-res timerAlan Stern4-2/+138
2012-07-16USB: EHCI: add new root-hub state: STOPPINGAlan Stern6-18/+23
2012-07-16USB: EHCI: add pointer to end of async-unlink listAlan Stern3-7/+5
2012-07-16USB: EHCI: rename "reclaim"Alan Stern5-37/+38
2012-07-16USB: EHCI: add symbolic constants for QHsAlan Stern4-11/+17
2012-07-16USB: EHCI: don't refcount QHsAlan Stern5-44/+8
2012-07-16USB: EHCI: remove unneeded suspend/resume codeAlan Stern2-19/+1
2012-07-16USB: EHCI: initialize data before resetting hardwareAlan Stern1-3/+3
2012-07-16Merge 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-09EHCI: 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-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-05Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman5-26/+30
2012-07-05Merge 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-26ARM: OMAP: USB: Fixup ehci_hcd_omap_probe error pathRuss Dill1-1/+5
2012-06-26USB: EHCI: define extension registers like normal onesAlan Stern2-28/+13
2012-06-26USB: 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-20Merge 3.5-rc3 into usb-nextGreg Kroah-Hartman7-62/+201
2012-06-20USB: ohci-nxp: add usbd and otg clock initializationAlexandre Pereira da Silva1-33/+55
2012-06-15usb: correct trivial typo in drivers/usb/host/KconfigJesper Dangaard Brouer1-2/+2
2012-06-14usb: ehci-sh: fix illegal phy_init() running when platform_data is NULLShimoda, Yoshihiro1-2/+1