summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds8-8/+0
2012-03-28Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-2/+123
2012-03-28Remove all #inclusions of asm/system.hDavid Howells8-8/+0
2012-03-27Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-155/+142
2012-03-27Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+3
2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-03-24USB: sa1111: add hcd .reset methodRussell King1-9/+11
2012-03-24USB: sa1111: add OHCI shutdown methodsRussell King1-0/+12
2012-03-24USB: sa1111: reorganize ohci-sa1111.cRussell King1-134/+93
2012-03-24USB: sa1111: get rid of nasty printk(KERN_DEBUG "%s: ...", __FILE__)Russell King1-4/+2
2012-03-24USB: sa1111: sparse and checkpatch cleanupsRussell King1-16/+17
2012-03-24ARM: sa1111: move USB interface register definitions to ohci-sa1111.cRussell King1-5/+24
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-1/+2
2012-03-16Merge branch 'spear/dt' into next/dt2Arnd Bergmann2-10/+2
2012-03-16Merge branch 'at91-3.4-cleanup2-DT2' of git://github.com/at91linux/linux-at91...Arnd Bergmann2-2/+123
2012-03-15USB: ohci-pxa27x: add clk_prepare/clk_unprepare callsPhilipp Zabel1-2/+2
2012-03-15USB: use generic platform driver on ath79Hauke Mehrtens5-371/+10
2012-03-15USB: EHCI: Add a generic platform device driverHauke Mehrtens3-0/+213
2012-03-15USB: OHCI: Add a generic platform device driverHauke Mehrtens3-0/+209
2012-03-16ARM: at91: usb ehci add dt supportJean-Christophe PLAGNIOL-VILLARD1-1/+23
2012-03-16ARM: at91: usb ohci add dt supportJean-Christophe PLAGNIOL-VILLARD1-1/+100
2012-03-15Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 in...Arnd Bergmann2-10/+2
2012-03-13USB: ohci-nxp: Remove i2c_write(), use smbusRoland Stigge1-29/+29
2012-03-13USB: ohci-nxp: Support for LPC32xxRoland Stigge2-35/+109
2012-03-13USB: ohci-nxp: Rename symbols from pnx4008 to nxpRoland Stigge2-27/+28
2012-03-13USB: OHCI-HCD: Rename ohci-pnx4008 to ohci-nxpRoland Stigge2-1/+1
2012-03-13usb: host: xhci: add platform driver supportSebastian Andrzej Siewior5-0/+233
2012-03-13xHCI: update sg tablesizeAndiry Xu1-1/+2
2012-03-13xHCI: check enqueue pointer advance into dequeue segAndiry Xu1-12/+13
2012-03-13xHCI: Allocate 2 segments for transfer ringAndiry Xu1-3/+3
2012-03-13xHCI: dynamic ring expansionAndiry Xu3-17/+93
2012-03-13xHCI: set cycle state when allocate ringsAndiry Xu1-18/+38
2012-03-13xHCI: factor out segments allocation and free functionAndiry Xu1-34/+55
2012-03-13xHCI: count free TRBs on transfer ringAndiry Xu4-47/+67
2012-03-13xHCI: store ring's last segment and segment numbersAndiry Xu2-0/+4
2012-03-12xHCI: store ring's typeAndiry Xu3-75/+92
2012-03-12usb: host: xhci: use __ffs() instead of hardcoding shiftFelipe Balbi1-4/+1
2012-03-12xHCI: BESL calculation based on USB2.0 LPM errataAndiry Xu1-24/+27
2012-03-12Merge 3.3-rc7 into usb-nextGreg Kroah-Hartman32-524/+479
2012-03-08USB: ehci-s5p: add DMA burst supportJingoo Han1-0/+15
2012-03-08Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson1-1/+1
2012-03-07Merge branch 'topic/cleanup-s3c24xx' into next/cleanup-s3c24xxKukjin Kim1-1/+1
2012-03-02usb: ohci-pxa27x: add explicit include of hardware.hRob Herring1-0/+1
2012-03-02usb: sl811-hcd: Convert to module_platform_driverTobias Klauser1-17/+4
2012-03-02usb: r8a66597-hcd: Convert to module_platform_driverTobias Klauser1-17/+4
2012-03-02usb: isp116x-hcd: Convert to module_platform_driverTobias Klauser1-19/+4
2012-03-02Revert "powerpc/usb: fix issue of CPU halt when missing USB PHY clock"Greg Kroah-Hartman2-10/+2
2012-03-03ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XXKukjin Kim1-1/+1
2012-03-02Merge branch 'at91-3.4-cleanup2+DT' of git://github.com/at91linux/linux-at91 ...Arnd Bergmann1-2/+3
2012-03-01usb: core: hcd: make hcd->irq unsignedFelipe Balbi3-6/+6