summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-095-21/+299
|\
| * Merge branch 'samsung/driver' into next/driversArnd Bergmann2012-01-092-10/+10
| |\
| * \ Merge branch 'samsung/ohci' into next/driversArnd Bergmann2011-12-273-0/+285
| |\ \
| | * | USB: Add Samsung Exynos OHCI diverJingoo Han2011-12-233-0/+285
| * | | ARM: OMAP: USBHOST: Replace usbhs core driver APIs by Runtime pm APIsKeshava Munegowda2011-12-162-21/+14
| |/ /
* | | Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-091-4/+6
|\ \ \
| * | | ARM: Orion: Get address map from plat-orion instead of via platform_dataAndrew Lunn2011-12-131-4/+6
| |/ /
* | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-091-0/+71
|\ \ \
| * \ \ Merge branch 'samsung/dt' into next/dtArnd Bergmann2012-01-072-10/+10
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'tegra/dt' into next/dtArnd Bergmann2011-12-271-0/+71
| |\ \ \ | | |_|/ | |/| |
| | * | USB: ehci-tegra: add probing through device treeOlof Johansson2011-12-071-0/+71
* | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-091-6/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'depends/rmk/restart' into next/cleanupArnd Bergmann2012-01-071-4/+4
| |\ \ \
| * \ \ \ Merge branch 'at91/defconfig' into next/cleanupOlof Johansson2011-12-153-6/+10
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | ARM: at91/ohci: use gpio_is_valid to check the gpioJean-Christophe PLAGNIOL-VILLARD2011-11-291-6/+6
| | |_|/ | |/| |
* | | | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-0943-296/+721
|\ \ \ \
| * \ \ \ Merge branch 'for-usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-01-043-3/+5
| |\ \ \ \
| | * | | | xhci: Clean up 32-bit build warnings.Sarah Sharp2012-01-041-2/+4
| | * | | | xhci: Properly handle COMP_2ND_BW_ERRHans de Goede2012-01-042-1/+1
| * | | | | drivers/usb/host/isp1760-if.c: introduce missing kfreeJulia Lawall2012-01-041-4/+9
| * | | | | usb: ch9: fix up MaxStreams helperFelipe Balbi2012-01-041-2/+1
| |/ / / /
| * | | | xhci: Better debugging for critical host errors.Sarah Sharp2012-01-021-0/+18
| * | | | xhci: Be less verbose during URB cancellation.Sarah Sharp2011-12-222-17/+17
| * | | | xhci: Remove debugging about ring structure allocation.Sarah Sharp2011-12-221-14/+0
| * | | | xhci: Remove debugging about toggling cycle bits.Sarah Sharp2011-12-221-13/+0
| * | | | xhci: Remove debugging for individual transfers.Sarah Sharp2011-12-221-22/+0
| * | | | xhci: Remove useless sg-list debugging.Sarah Sharp2011-12-221-20/+0
| * | | | xhci: Remove warnings about MSI and MSI-X capabilities.Sarah Sharp2011-12-221-4/+4
| * | | | xhci: Remove scary warnings about transfer issues.Sarah Sharp2011-12-221-4/+3
| * | | | Trivial: xhci: Fix copy-paste error.Sarah Sharp2011-12-221-1/+1
| * | | | Merge branch 'for-gadget/next' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2011-12-223-0/+405
| |\ \ \ \
| | * | | | USB: EHCI: Add Marvell Host Controller driverNeil Zhang2011-12-203-0/+405
| | | |/ / | | |/| |
| * | | | Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2011-12-123-6/+10
| |\| | |
| * | | | USB: pxa168: Fix compilation errorTanmay Upadhyay2011-12-091-1/+1
| * | | | usb: fix number of mapped SG DMA entriesClemens Ladisch2011-12-094-6/+6
| * | | | USB: isp1760: Fix endianness-sensitivity in of_isp1760_probe()Dave Martin2011-12-091-3/+3
| * | | | Merge branch 'for-usb' of git://git.kernel.org/pub/scm/linux/kernel/git/geoff...Greg Kroah-Hartman2011-12-098-10/+93
| |\ \ \ \
| | * | | | usb: PS3 EHCI QH read work-aroundGeoff Levand2011-12-091-0/+1
| | * | | | usb: Fix PS3 EHCI suspendGeoff Levand2011-12-081-0/+50
| | * | | | usb: PS3 EHCI HC reset work-aroundGeoff Levand2011-12-081-0/+30
| | * | | | usb: Remove ehci_reset call from ehci_runGeoff Levand2011-12-087-10/+12
| | | |/ / | | |/| |
| * | | | USB: ohci-s3c2410: add PM supportJingoo Han2011-11-301-2/+53
| * | | | usb: convert drivers/usb/* to use module_platform_driver()Axel Lin2011-11-284-52/+4
| * | | | usb/isp1760: Fix race condition memory leakArvid Brodin2011-11-261-18/+12
| * | | | usb/isp1760: Simpler queue head list code.Arvid Brodin2011-11-261-25/+19
| * | | | xHCI: Adding #define values used for hub descriptorAman Deep2011-11-261-10/+8
| * | | | Merge 3.2-rc3 into usb-linusGreg Kroah-Hartman2011-11-2610-101/+73
| |\| | |
| * | | | usb: Netlogic: Use CPU_XLR in place of NLM_XLRJayachandran C2011-11-182-2/+2
| * | | | OHCI: remove uses of hcd->stateAlan Stern2011-11-1814-49/+45
| * | | | usb: OHCI/EHCI-XLS: Use resource_size v3Thomas Meyer2011-11-152-2/+2