summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-08-1710-190/+59
|\
| * usb: host: tegra: fix warning messages in ehci_removeVenu Byravarasu2012-08-101-1/+2
| * usb: host: mips: sead3: Update for EHCI register structure.Steven J. Hill2012-08-101-1/+1
| * USB: isp1362-hcd.c: usb message always saved in case of underrunBruno Morelli2012-08-101-4/+4
| * OMAP: USB : Fix the EHCI enumeration and core retention issueKeshava Munegowda2012-08-101-166/+1
| * xhci: Switch PPT ports to EHCI on shutdown.Sarah Sharp2012-08-095-0/+21
| * xhci: Fix bug after deq ptr set to link TRB.Sarah Sharp2012-08-081-14/+22
| * xhci: Rate-limit XHCI_TRUST_TX_LENGTH quirk warning.Sarah Sharp2012-08-072-2/+4
| * xhci: Add Etron XHCI_TRUST_TX_LENGTH quirk.Sarah Sharp2012-08-071-0/+1
| * xhci: Increase reset timeout for Renesas 720201 host.Sarah Sharp2012-08-071-2/+3
* | usb/ohci-omap: remove unused variableArnd Bergmann2012-08-081-2/+0
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-302-17/+0
|\
| * usb/host/r8a66597: remove conditional compilation of clk codeViresh Kumar2012-07-302-17/+0
* | Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-07-301-4/+4
|\ \ | |/ |/|
| * mfd: USB: Fix the omap-usb EHCI ULPI PHY reset fix issues.Russ Dill2012-07-091-10/+8
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-261-0/+4
|\ \
| * \ Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixesArnd Bergmann2012-07-251-0/+4
| |\ \
| | * | ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz2012-07-251-0/+4
* | | | Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-07-2648-1905/+1604
|\ \ \ \ | |/ / / |/| | |
| * | | USB: ehci-s5p: Add vbus setup function to the s5p ehci glue layerVivek Gautam2012-07-171-0/+21
| * | | USB: ehci-s5p: Add support for device treeVivek Gautam2012-07-161-0/+22
| * | | USB: ohci-exynos: Add support for device treeVivek Gautam2012-07-161-0/+22
| * | | USB: ehci-omap: fix compile failure(v1)Ming Lei2012-07-161-5/+5
| * | | usb: host: tegra: pass correct pointer in ehci_setup()Laxman Dewangan2012-07-163-3/+3
| * | | USB: ehci-fsl: Update ifdef check to work on 64-bit ppcKumar Gala2012-07-161-1/+1
| * | | Merge tag 'for-usb-next-2012-07-11' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2012-07-161-0/+6
| |\ \ \
| | * | | xhci: Export Latency Tolerance Messaging capabilities.Sarah Sharp2012-07-111-0/+6
| * | | | USB: EHCI: resolve some unlikely racesAlan Stern2012-07-163-5/+43
| * | | | USB: EHCI: fix up lockingAlan Stern2012-07-163-30/+64
| * | | | USB: EHCI: simplify isochronous scanningAlan Stern2012-07-163-91/+32
| * | | | USB: EHCI: use hrtimer for the I/O watchdogAlan Stern2012-07-166-65/+25
| * | | | USB: EHCI: always scan each interrupt QHAlan Stern2012-07-165-50/+71
| * | | | USB: EHCI: don't lose events during a scanAlan Stern2012-07-162-4/+12
| * | | | USB: EHCI: use hrtimer for unlinking empty async QHsAlan Stern2012-07-165-42/+59
| * | | | USB: EHCI: unlink multiple async QHs togetherAlan Stern2012-07-165-94/+98
| * | | | USB: EHCI: use hrtimer for the IAA watchdogAlan Stern2012-07-165-71/+61
| * | | | USB: EHCI: don't refcount iso_stream structuresAlan Stern2012-07-163-52/+16
| * | | | USB: EHCI: use hrtimer for (s)iTD deallocationAlan Stern2012-07-166-105/+90
| * | | | USB: EHCI: use hrtimer for controller deathAlan Stern2012-07-163-10/+38
| * | | | USB: EHCI: use hrtimer for interrupt QH unlinkAlan Stern2012-07-165-28/+94
| * | | | USB: EHCI: use hrtimer for async scheduleAlan Stern2012-07-164-49/+86
| * | | | USB: EHCI: remove PS3 status pollingAlan Stern2012-07-161-67/+2
| * | | | USB: EHCI: return void instead of 0Alan Stern2012-07-161-20/+14
| * | | | USB: EHCI: use hrtimer for the periodic scheduleAlan Stern2012-07-165-61/+101
| * | | | USB: EHCI: introduce high-res timerAlan Stern2012-07-164-2/+138
| * | | | USB: EHCI: add new root-hub state: STOPPINGAlan Stern2012-07-166-18/+23
| * | | | USB: EHCI: add pointer to end of async-unlink listAlan Stern2012-07-163-7/+5
| * | | | USB: EHCI: rename "reclaim"Alan Stern2012-07-165-37/+38
| * | | | USB: EHCI: add symbolic constants for QHsAlan Stern2012-07-164-11/+17
| * | | | USB: EHCI: don't refcount QHsAlan Stern2012-07-165-44/+8
OpenPOWER on IntegriCloud