aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2009-06-15USB: xhci: BIOS handoff and HW initialization.Sarah Sharp5-2/+786
2009-06-15USB: xhci: Support xHCI host controllers and USB 3.0 devices.Sarah Sharp3-0/+826
2009-06-15USB: EHCI: update toggle state for linked QHsAlan Stern9-18/+53
2009-06-15USB: r8a66597-hcd: use platform_data instead of module_paramYoshihiro Shimoda2-50/+48
2009-06-15USB: EHCI: stagger frames for interrupt transfersAlan Stern2-3/+6
2009-06-15wusb: hwa-hc: Drop unused pci_suspend/resume hooks.Paul Mundt1-21/+0
2009-06-15USB: new flag for resume-from-hibernationAlan Stern3-23/+19
2009-06-15USB: move PCI host controllers to new PM frameworkAlan Stern3-14/+15
2009-06-15USB: EHCI: create sysfs companion files directly in the controller deviceGreg Kroah-Hartman1-2/+2
2009-06-15USB: OHCI: use the ohci structure directly in debugfs files.Greg Kroah-Hartman1-21/+10
2009-06-15USB: UHCI: use the new usb debugfs directoryGreg Kroah-Hartman1-1/+1
2009-06-15USB: OHCI: use the new usb debugfs directoryGreg Kroah-Hartman1-1/+1
2009-06-15USB: FHCI: use the new usb debugfs directoryGreg Kroah-Hartman1-1/+1
2009-06-15USB: EHCI: use the new usb debugfs directoryGreg Kroah-Hartman1-1/+1
2009-06-15USB: host/ohci-hcd.c: fix sparse warningsH Hartley Sweeten1-18/+18
2009-06-15USB: UHCI queue: use usb_endpoint_type()Matthias Kaehlcke1-1/+1
2009-06-15USB: move orion-ehci's probe function to .devinit.textUwe Kleine-König1-1/+1
2009-06-15USB: move r8a66597_hcd's probe function to .devinit.textUwe Kleine-König1-1/+1
2009-06-16usb/ps3: Add missing annotationsGeert Uytterhoeven2-4/+4
2009-06-15ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdataGeert Uytterhoeven2-8/+6
2009-06-10Merge branch 'ep93xx' into develRussell King1-3/+10
2009-05-29[ARM] 5526/1: ep93xx: usb driver cleanupHartley Sweeten1-3/+10
2009-05-28USB: isp1760: urb_dequeue doesn't always find the urbsWarren Free1-2/+22
2009-04-23USB: 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-08Merge 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/tmlind/linux-omap-2.6 into develRussell King2-7/+6
2009-03-24USB: FHCI: use dev_name() in place of bus_id.Sachin Sant2-3/+3
2009-03-24USB: isp1760: Add a delay before reading the SKIPMAP registers in isp1760-hcd.cCatalin Marinas1-0/+14
2009-03-24USB: r8a66597-hcd: suspend/resume supportYoshihiro Shimoda2-1/+102
2009-03-24USB: S3C: Move usb-control.h to platform includeBen Dooks1-2/+1
2009-03-24USB: ohci-hcd: Add ARCH_S3C24XX to the ohci-s3c2410.c glueBen Dooks1-1/+1
2009-03-24USB: host: fix sparse warning: Using plain integer as NULL pointerHannes Eder1-1/+1
2009-03-24USB: ohci-s3c2410: fix name of bus clockBen Dooks1-1/+1
2009-03-24USB: ohci-s3c2410: remove <mach/hardware.h> includeBen Dooks1-1/+0
2009-03-24USB: use kzfree()Johannes Weiner1-2/+1
2009-03-24USB: make transfer_buffer_lengths in struct urb field u32Greg Kroah-Hartman3-4/+4
2009-03-24USB: uhci: don't use pseudo negative valuesAlan Stern2-8/+7
2009-03-24USB: fix ehci printk formatsRandy Dunlap1-1/+1
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison7-29/+29
2009-03-24USB: Add platform device support for the ISP1760 USB chipCatalin Marinas2-17/+80