summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* USB: OMAP: OHCI: hc_driver's stop method should call ohci_stopAnand Gadiyar2009-07-281-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-07-1314-82/+162
|\
| * USB: EHCI: report actual_length for iso transfersAlan Stern2009-07-131-4/+8
| * USB: EHCI: check for STALL before other errorsAlan Stern2009-07-131-14/+16
| * USB: EHCI: use the new clear_tt_buffer interfaceAlan Stern2009-07-1310-23/+86
| * USB: fix the clear_tt_buffer interfaceAlan Stern2009-07-131-1/+1
| * USB: buildfix ppc randconfigArnd Bergmann2009-07-131-14/+15
| * USB: isp1760: use __devexit_p() for remove functionMike Frysinger2009-07-131-1/+1
| * USB: EHCI: update toggle state for linked QHsAlan Stern2009-07-132-20/+34
| * USB: fhci: mutually exclusive port_statusRoel Kluin2009-07-131-6/+2Star
* | headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0Star
|/
* usb: allow sh7724 to enable on-chip r8a66597Magnus Damm2009-07-041-2/+2
* Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-1832-177/+6275
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-06-1632-177/+6275
| |\
| | * USB: xhci depends on PCI.Paul Mundt2009-06-161-1/+1
| | * USB: xhci: Add Makefile, MAINTAINERS, and Kconfig entries.Sarah Sharp2009-06-162-0/+22
| | * USB: xhci: Respect critical sections.Sarah Sharp2009-06-163-35/+37
| | * USB: xHCI: Fix interrupt moderation.Sarah Sharp2009-06-161-1/+1
| | * USB: xhci: Remove packed attribute from structures.Sarah Sharp2009-06-163-24/+43
| | * usb; xhci: Fix TRB offset calculations.Sarah Sharp2009-06-161-7/+6Star
| | * USB: xhci: Make xhci-mem.c include linux/dmapool.hSarah Sharp2009-06-161-0/+1
| | * USB: xhci: drop spinlock in xhci_urb_enqueue() error path.Sarah Sharp2009-06-161-1/+2
| | * USB: Change names of SuperSpeed ep companion descriptor structs.Sarah Sharp2009-06-161-1/+1
| | * USB: xhci: Avoid compiler reordering in Link TRB giveback.Sarah Sharp2009-06-161-2/+3
| | * USB: xhci: Clean up xhci_irq() function.Sarah Sharp2009-06-161-1/+1
| | * USB: xhci: Avoid global namespace pollution.Sarah Sharp2009-06-165-72/+82
| | * USB: xhci: Fix Link TRB handoff bit twiddling.Sarah Sharp2009-06-161-1/+1
| | * USB: xhci: Fix register write order.Sarah Sharp2009-06-162-13/+13
| | * USB: xhci: fix some compiler warnings in xhci.hGreg Kroah-Hartman2009-06-161-3/+4
| | * USB: xhci: fix lots of compiler warnings.Greg Kroah-Hartman2009-06-164-181/+172Star
| | * USB: xhci: use xhci_handle_event instead of handle_eventStephen Rothwell2009-06-163-4/+4
| | * USB: xhci: URB cancellation support.Sarah Sharp2009-06-164-42/+545
| | * USB: xhci: Scatter gather list support for bulk transfers.Sarah Sharp2009-06-161-28/+217
| | * USB: xhci: Bulk transfer supportSarah Sharp2009-06-164-37/+254
| | * USB: xhci: Bandwidth allocation supportSarah Sharp2009-06-165-5/+572
| | * USB: xhci: Control transfer support.Sarah Sharp2009-06-165-3/+506
| | * USB: xhci: Allocate and address USB devicesSarah Sharp2009-06-166-29/+590
| | * USB: xhci: Root hub support.Sarah Sharp2009-06-166-5/+390
| | * USB: xhci: No-op command queueing and irq handler.Sarah Sharp2009-06-166-13/+647
| | * USB: xhci: Device context array allocation.Sarah Sharp2009-06-162-0/+196
| | * USB: xhci: Ring allocation and initialization.Sarah Sharp2009-06-164-1/+686
| | * USB: xhci: BIOS handoff and HW initialization.Sarah Sharp2009-06-165-2/+786
| | * USB: xhci: Support xHCI host controllers and USB 3.0 devices.Sarah Sharp2009-06-163-0/+826
| | * USB: EHCI: update toggle state for linked QHsAlan Stern2009-06-169-18/+53
| | * USB: r8a66597-hcd: use platform_data instead of module_paramYoshihiro Shimoda2009-06-162-50/+48Star
| | * USB: EHCI: stagger frames for interrupt transfersAlan Stern2009-06-162-3/+6
| | * wusb: hwa-hc: Drop unused pci_suspend/resume hooks.Paul Mundt2009-06-161-21/+0Star
| | * USB: new flag for resume-from-hibernationAlan Stern2009-06-163-23/+19Star
| | * USB: move PCI host controllers to new PM frameworkAlan Stern2009-06-163-14/+15
| | * USB: EHCI: create sysfs companion files directly in the controller deviceGreg Kroah-Hartman2009-06-161-2/+2