summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* USB: ehci-s5p: Add support for device treeVivek Gautam2012-07-171-0/+22
* USB: ohci-exynos: Add support for device treeVivek Gautam2012-07-171-0/+22
* USB: ehci-omap: fix compile failure(v1)Ming Lei2012-07-171-5/+5
* usb: host: tegra: pass correct pointer in ehci_setup()Laxman Dewangan2012-07-173-3/+3
* USB: ehci-fsl: Update ifdef check to work on 64-bit ppcKumar Gala2012-07-171-1/+1
* Merge tag 'for-usb-next-2012-07-11' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2012-07-171-0/+6
|\
| * xhci: Export Latency Tolerance Messaging capabilities.Sarah Sharp2012-07-111-0/+6
* | USB: EHCI: resolve some unlikely racesAlan Stern2012-07-173-5/+43
* | USB: EHCI: fix up lockingAlan Stern2012-07-173-30/+64
* | USB: EHCI: simplify isochronous scanningAlan Stern2012-07-173-91/+32Star
* | USB: EHCI: use hrtimer for the I/O watchdogAlan Stern2012-07-176-65/+25Star
* | USB: EHCI: always scan each interrupt QHAlan Stern2012-07-175-50/+71
* | USB: EHCI: don't lose events during a scanAlan Stern2012-07-172-4/+12
* | USB: EHCI: use hrtimer for unlinking empty async QHsAlan Stern2012-07-175-42/+59
* | USB: EHCI: unlink multiple async QHs togetherAlan Stern2012-07-175-94/+98
* | USB: EHCI: use hrtimer for the IAA watchdogAlan Stern2012-07-175-71/+61Star
* | USB: EHCI: don't refcount iso_stream structuresAlan Stern2012-07-173-52/+16Star
* | USB: EHCI: use hrtimer for (s)iTD deallocationAlan Stern2012-07-176-105/+90Star
* | USB: EHCI: use hrtimer for controller deathAlan Stern2012-07-173-10/+38
* | USB: EHCI: use hrtimer for interrupt QH unlinkAlan Stern2012-07-175-28/+94
* | USB: EHCI: use hrtimer for async scheduleAlan Stern2012-07-174-49/+86
* | USB: EHCI: remove PS3 status pollingAlan Stern2012-07-171-67/+2Star
* | USB: EHCI: return void instead of 0Alan Stern2012-07-171-20/+14Star
* | USB: EHCI: use hrtimer for the periodic scheduleAlan Stern2012-07-175-61/+101
* | USB: EHCI: introduce high-res timerAlan Stern2012-07-174-2/+138
* | USB: EHCI: add new root-hub state: STOPPINGAlan Stern2012-07-176-18/+23
* | USB: EHCI: add pointer to end of async-unlink listAlan Stern2012-07-173-7/+5Star
* | USB: EHCI: rename "reclaim"Alan Stern2012-07-175-37/+38
* | USB: EHCI: add symbolic constants for QHsAlan Stern2012-07-174-11/+17
* | USB: EHCI: don't refcount QHsAlan Stern2012-07-175-44/+8Star
* | USB: EHCI: remove unneeded suspend/resume codeAlan Stern2012-07-172-19/+1Star
* | USB: EHCI: initialize data before resetting hardwareAlan Stern2012-07-171-3/+3
* | Merge 3.5-rc7 into usb-nextGreg Kroah-Hartman2012-07-1642-1000/+474Star
|\|
| * EHCI: centralize controller initializationAlan Stern2012-07-0924-439/+164Star
| * EHCI: centralize controller suspend/resumeAlan Stern2012-07-099-348/+114Star
| * usbdevfs: Add a USBDEVFS_GET_CAPABILITIES ioctlHans de Goede2012-07-061-0/+2
| * USB: ehci-s5p: use devm_ functionsJingoo Han2012-07-061-13/+6Star
| * USB: ohci-exynos: use devm_ functionsJingoo Han2012-07-061-13/+6Star
| * USB: ohci-exynos: add clock gating to suspend/resumeJingoo Han2012-07-061-0/+5
| * Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2012-07-065-26/+30
| |\
| | * usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I2012-07-025-11/+15
| | * usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I2012-06-255-5/+5
| | * usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I2012-06-255-15/+15
| * | Merge tag 'gadget-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-07-061-3/+3
| |\ \
| | * | usb: imx21-hcd.c: Use clk_prepare_enable/clk_disable_unprepareFabio Estevam2012-06-121-3/+3
| | |/
| * | ARM: OMAP: USB: Fixup ehci_hcd_omap_probe error pathRuss Dill2012-06-271-1/+5
| * | USB: EHCI: define extension registers like normal onesAlan Stern2012-06-272-28/+13Star
| * | USB: FHCI: Reusing QUICC Engine USB Controller registers from immap_qe.hGuilherme Maciel Ferreira2012-06-276-72/+54Star
| * | Merge 3.5-rc3 into usb-nextGreg Kroah-Hartman2012-06-217-62/+201
| |\ \
| * | | USB: ohci-nxp: add usbd and otg clock initializationAlexandre Pereira da Silva2012-06-211-33/+55