aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-08usb/ohci-omap: remove unused variableArnd Bergmann1-2/+0
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2-17/+0
2012-07-30usb/host/r8a66597: remove conditional compilation of clk codeViresh Kumar2-17/+0
2012-07-30Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-4/+4
2012-07-26Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+4
2012-07-26Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds48-1905/+1604
2012-07-25Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixesArnd Bergmann1-0/+4
2012-07-25ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz1-0/+4
2012-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds4-0/+427
2012-07-23Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-10/+10
2012-07-23Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-4/+5
2012-07-18usb: add host support for the tilegx architectureChris Metcalf4-0/+427
2012-07-17USB: ehci-s5p: Add vbus setup function to the s5p ehci glue layerVivek Gautam1-0/+21
2012-07-16USB: ehci-s5p: Add support for device treeVivek Gautam1-0/+22
2012-07-16USB: ohci-exynos: Add support for device treeVivek Gautam1-0/+22
2012-07-16USB: ehci-omap: fix compile failure(v1)Ming Lei1-5/+5
2012-07-16usb: host: tegra: pass correct pointer in ehci_setup()Laxman Dewangan3-3/+3
2012-07-16USB: ehci-fsl: Update ifdef check to work on 64-bit ppcKumar Gala1-1/+1
2012-07-16Merge tag 'for-usb-next-2012-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-nextGreg 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/git/sameo/mfd-2.6Linus 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-09EHCI: centralize controller initializationAlan Stern24-439/+164
2012-07-09EHCI: centralize controller suspend/resumeAlan Stern9-348/+114