aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-01Merge with mainline to remove plat-omap/Kconfig conflictTony Lindgren2-8/+11
2010-02-17Merge branch 'omap-fixes-for-linus' into omap-for-linusTony Lindgren1-12/+29
2010-02-16USB: FHCI: Fix build after kfifo reworkAnton Vorontsov1-3/+3
2010-02-16USB: ehci: phy low power mode bug fixingAlek Du1-5/+8
2010-02-15omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3Tony Lindgren1-1/+1
2010-02-05usb: r8a66597-hcd: Fix up spinlock recursion in root hub polling.Paul Mundt1-0/+4
2010-02-05usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers.Paul Mundt1-12/+25
2010-02-02usb: r8a66597-hdc disable interrupts fixMagnus Damm1-1/+16
2010-01-20USB: isp1362: fix build failure on ARM systems via irq_flags cleanupLothar Wassmann1-7/+14
2010-01-20USB: isp1362: better 64bit printf warning fixesLothar Wassmann1-2/+2
2010-01-20USB: Fix level of isp1760 Reloading ptd error messageColin Tuckley1-3/+3
2010-01-20USB: FHCI: avoid NULL pointer dereferenceAlexander Beregalov1-1/+2
2010-01-20USB: add missing delay during remote wakeupAlan Stern2-3/+4
2010-01-20USB: EHCI & UHCI: fix race between root-hub suspend and port resumeAlan Stern2-2/+33
2010-01-20USB: EHCI: fix handling of unusual interrupt intervalsAlan Stern1-3/+8
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-2/+2
2009-12-22kfifo: cleanup namespaceStefani Seibold1-3/+3
2009-12-22kfifo: move out spinlockStefani Seibold1-1/+1
2009-12-22kfifo: move struct kfifo in placeStefani Seibold3-28/+27
2009-12-17Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds1-1/+1
2009-12-16USB ehci: replace mach header with platThomas Weber1-1/+1
2009-12-16isp1362-hcd: use bitmap_find_next_zero_areaAkinobu Mita1-20/+6
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan4-4/+4
2009-12-11USB: xhci: Fix command completion after a drop endpoint.Sarah Sharp1-16/+20
2009-12-11USB: xhci: Make reverting an alt setting "unfailable".Sarah Sharp3-18/+94
2009-12-11USB: ehci-omap.c: introduce missing kfreeJulia Lawall1-1/+2
2009-12-11USB: xhci-mem.c: introduce missing kfreeJulia Lawall1-1/+4
2009-12-11USB: whci-hcd: correctly handle sg lists longer than QTD_MAX_XFER_SIZE.David Vrabel1-11/+11
2009-12-11USB: xhci: Handle errors that cause endpoint halts.Sarah Sharp1-19/+60
2009-12-11USB: xhci: Return success for vendor-specific info codes.Sarah Sharp1-0/+10
2009-12-11USB: xhci: Return -EPROTO on a split transaction error.Sarah Sharp1-0/+1
2009-12-11USB: xhci: Set transfer descriptor size field correctly.Sarah Sharp2-6/+24
2009-12-11USB: xhci: Add tests for TRB address translation.Sarah Sharp3-2/+163
2009-12-11USB: r8a66597: clean up. remove unneeded null checksDan Carpenter1-4/+0
2009-12-11USB: FIX bitfield istl_flip:1, make it unsigned.Roel Kluin1-2/+2
2009-12-11USB: EHCI: add native scatter-gather supportAlan Stern2-5/+29
2009-12-11USB: Add EHCI support for MX27 and MX31 based boardsDaniel Mack3-0/+308
2009-12-11USB: ehci: Respect IST when scheduling new split iTDs.Sarah Sharp2-11/+21
2009-12-11USB: ehci: Minor constant fix for SCHEDULE_SLOP.Sarah Sharp1-4/+4
2009-12-11USB: xhci: Remove unused HCD statistics code.Sarah Sharp1-7/+0
2009-12-11USB: xhci: Add watchdog timer for URB cancellation.Sarah Sharp4-16/+243
2009-12-11USB: xhci: Re-purpose xhci_quiesce().Sarah Sharp2-34/+18
2009-12-11USB: xhci: Handle URB cancel, complete and resubmit race.Sarah Sharp3-10/+12
2009-12-11USB: host: ehci: introduce omap ehci-hcd driverFelipe Balbi2-0/+760
2009-12-11USB: wusb: add wusb_phy_rate sysfs file to host controllersDavid Vrabel2-11/+22
2009-12-11usb: whci-hcd: decode more QHead fields in the debug filesDavid Vrabel1-4/+16
2009-12-11USB: modifications for at91sam9g10Hong Xu1-5/+5
2009-12-11USB: whci-hcd: fix type and format warnings in sg codeDavid Vrabel1-24/+2
2009-12-11USB: whci-hcd: support urbs with scatter-gather listsDavid Vrabel4-31/+332
2009-12-11USB: make urb scatter-gather support more genericDavid Vrabel1-0/+2