summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2009-05-29USB: isp1760: urb_dequeue doesn't always find the urbsWarren Free1-2/+22
2009-04-24USB: ehci-sched.c: EHCI SITD scheduling bugfixDan Streetman1-1/+1
2009-04-17USB: whci-hcd: check return value of usb_hcd_link_urb_to_ep()David Vrabel2-6/+18
2009-04-17USB: whci-hcd: provide a endpoint_reset methodDavid Vrabel6-6/+50
2009-04-09Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+2
2009-04-08[ARM] 5446/1: ohci-at91: Limit vbus_pin assignment to the size of the arrayJustin Waters1-2/+2
2009-04-07dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-1/+1
2009-03-28Merge branch 'origin' into develRussell King24-128/+338
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds22-124/+333
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-3/+3
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-1/+2
2009-03-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tmli...Russell King2-7/+6
2009-03-25USB: FHCI: use dev_name() in place of bus_id.Sachin Sant2-3/+3
2009-03-25USB: isp1760: Add a delay before reading the SKIPMAP registers in isp1760-hcd.cCatalin Marinas1-0/+14
2009-03-25USB: r8a66597-hcd: suspend/resume supportYoshihiro Shimoda2-1/+102
2009-03-25USB: S3C: Move usb-control.h to platform includeBen Dooks1-2/+1
2009-03-25USB: ohci-hcd: Add ARCH_S3C24XX to the ohci-s3c2410.c glueBen Dooks1-1/+1
2009-03-25USB: host: fix sparse warning: Using plain integer as NULL pointerHannes Eder1-1/+1
2009-03-25USB: ohci-s3c2410: fix name of bus clockBen Dooks1-1/+1
2009-03-25USB: ohci-s3c2410: remove <mach/hardware.h> includeBen Dooks1-1/+0
2009-03-25USB: use kzfree()Johannes Weiner1-2/+1
2009-03-25USB: make transfer_buffer_lengths in struct urb field u32Greg Kroah-Hartman3-4/+4
2009-03-25USB: uhci: don't use pseudo negative valuesAlan Stern2-8/+7
2009-03-25USB: fix ehci printk formatsRandy Dunlap1-1/+1
2009-03-25USB: replace uses of __constant_{endian}Harvey Harrison7-29/+29
2009-03-25USB: Add platform device support for the ISP1760 USB chipCatalin Marinas2-17/+80
2009-03-25USB: Make the isp1760_register function prototype more genericCatalin Marinas2-6/+8
2009-03-25USB: EHCI: add software retry for transaction errorsAlan Stern2-0/+35
2009-03-25USB: EHCI: Make timer_action out-of-lineAlan Stern2-34/+36
2009-03-25usb: kill prehistorical comments about USB_EHCI_HCDThierry Vignaud1-4/+1
2009-03-25USB: add missing KERN_* constants to printksFrank Seidel1-4/+4
2009-03-25USB: count reaches -1, tested 0Roel Kluin1-1/+1
2009-03-25USB: drivers: use USB API functions rather than constantsJulia Lawall1-8/+7
2009-03-18USB: EHCI: expedite unlinks when the root hub is suspendedAlan Stern1-1/+2
2009-03-18USB: EHCI: Fix isochronous URB leakKarsten Wiese1-6/+4
2009-03-16sh: Add OHCI USB support for SH7786Kuninori Morimoto1-1/+2
2009-03-14Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into develRussell King9-15/+61
2009-02-28USB: EHCI: slow down ITD reuseKarsten Wiese4-8/+57
2009-02-21[ARM] 5406/1: ep93xx: remove unneeded header in ohci-ep93xx.cHartley Sweeten1-2/+0
2009-02-18USB/PCI: Fix resume breakage of controllers behind cardbus bridgesRafael J. Wysocki3-3/+0
2009-02-16wusb: whci-hcd: always lock whc->lock with interrupts disabledDavid Vrabel2-4/+4
2009-02-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Vrabel15-12/+3869
2009-01-28USB: Driver for Freescale QUICC Engine USB Host ControllerAnton Vorontsov10-0/+3861
2009-01-28USB: omap1 ohci buildfix (otg related)David Brownell1-0/+1
2009-01-28USB: Fix suspend-resume of PCI USB controllersRafael J. Wysocki3-3/+0
2009-01-28USB: don't enable wakeup by default for PCI host controllersAlan Stern2-6/+4
2009-01-24[ARM] omap: ensure OMAP drivers pass a struct device to clk_get()Russell King1-3/+3
2009-01-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Vrabel20-142/+4714