aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2009-06-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2009-06-15USB: xhci depends on PCI.Paul Mundt
2009-06-15USB: xhci: Add Makefile, MAINTAINERS, and Kconfig entries.Sarah Sharp
2009-06-15USB: xhci: Respect critical sections.Sarah Sharp
2009-06-15USB: xHCI: Fix interrupt moderation.Sarah Sharp
2009-06-15USB: xhci: Remove packed attribute from structures.Sarah Sharp
2009-06-15usb; xhci: Fix TRB offset calculations.Sarah Sharp
2009-06-15USB: xhci: replace if-elseif-else with switch-caseViral Mehta
2009-06-15USB: xhci: Make xhci-mem.c include linux/dmapool.hSarah Sharp
2009-06-15USB: xhci: drop spinlock in xhci_urb_enqueue() error path.Sarah Sharp
2009-06-15USB: Change names of SuperSpeed ep companion descriptor structs.Sarah Sharp
2009-06-15USB: xhci: Avoid compiler reordering in Link TRB giveback.Sarah Sharp
2009-06-15USB: xhci: Clean up xhci_irq() function.Sarah Sharp
2009-06-15USB: xhci: Avoid global namespace pollution.Sarah Sharp
2009-06-15USB: xhci: Fix Link TRB handoff bit twiddling.Sarah Sharp
2009-06-15USB: xhci: Fix register write order.Sarah Sharp
2009-06-15USB: xhci: fix some compiler warnings in xhci.hGreg Kroah-Hartman
2009-06-15USB: xhci: fix lots of compiler warnings.Greg Kroah-Hartman
2009-06-15USB: xhci: use xhci_handle_event instead of handle_eventStephen Rothwell
2009-06-15USB: xhci: URB cancellation support.Sarah Sharp
2009-06-15USB: xhci: Scatter gather list support for bulk transfers.Sarah Sharp
2009-06-15USB: Push scatter gather lists down to host controller drivers.Sarah Sharp
2009-06-15USB: xhci: Bulk transfer supportSarah Sharp
2009-06-15USB: xhci: Bandwidth allocation supportSarah Sharp
2009-06-15USB: Support for bandwidth allocation.Sarah Sharp
2009-06-15USB: Parse and store the SuperSpeed endpoint companion descriptors.Sarah Sharp
2009-06-15USB: xhci: Control transfer support.Sarah Sharp
2009-06-15USB: xhci: Allocate and address USB devicesSarah Sharp
2009-06-15USB: Support for addressing a USB device under xHCISarah Sharp
2009-06-15USB: xhci: Root hub support.Sarah Sharp
2009-06-15USB: Add route string to struct usb_device.Sarah Sharp
2009-06-15USB: Don't reset USB 3.0 devices on port change detection.Sarah Sharp
2009-06-15USB: Add USB 3.0 roothub support to USB core.Sarah Sharp
2009-06-15USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp
2009-06-15USB: xhci: No-op command queueing and irq handler.Sarah Sharp
2009-06-15USB: xhci: Device context array allocation.Sarah Sharp
2009-06-15USB: xhci: Ring allocation and initialization.Sarah Sharp
2009-06-15USB: xhci: BIOS handoff and HW initialization.Sarah Sharp
2009-06-15USB: xhci: Support xHCI host controllers and USB 3.0 devices.Sarah Sharp
2009-06-15USB: usbtmc: fix switch statmentGreg Kroah-Hartman
2009-06-15USB: usbtest fix endless loop in unlink tests.Martin Fuzzey
2009-06-15USB: atmel_usba_udc: change way of specifying bias functionNicolas Ferre
2009-06-15USB: Avoid PM error messages during resume if a device was disconnectedFrans Pop
2009-06-15USB: Add Intel Langwell USB OTG Transceiver DriveHao Wu
2009-06-15USB: Add Intel Langwell USB Device Controller driverXiaochen Shen
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern
2009-06-15USB: usb-serial: call port_probe and port_remove at the right timesAlan Stern
2009-06-15USB: gadget: add USB Audio Gadget driverBryan Wu