summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-06-16140-1935/+19444
|\
| * USB: xhci depends on PCI.Paul Mundt2009-06-161-1/+1
| * USB: xhci: Add Makefile, MAINTAINERS, and Kconfig entries.Sarah Sharp2009-06-163-0/+23
| * 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: replace if-elseif-else with switch-caseViral Mehta2009-06-161-7/+18
| * 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-162-18/+20
| * 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: Push scatter gather lists down to host controller drivers.Sarah Sharp2009-06-162-49/+93
| * USB: xhci: Bulk transfer supportSarah Sharp2009-06-164-37/+254
| * USB: xhci: Bandwidth allocation supportSarah Sharp2009-06-165-5/+572
| * USB: Support for bandwidth allocation.Sarah Sharp2009-06-164-0/+144
| * USB: Parse and store the SuperSpeed endpoint companion descriptors.Sarah Sharp2009-06-161-9/+180
| * USB: xhci: Control transfer support.Sarah Sharp2009-06-165-3/+506
| * USB: xhci: Allocate and address USB devicesSarah Sharp2009-06-166-29/+590
| * USB: Support for addressing a USB device under xHCISarah Sharp2009-06-163-20/+76
| * USB: xhci: Root hub support.Sarah Sharp2009-06-166-5/+390
| * USB: Add route string to struct usb_device.Sarah Sharp2009-06-161-2/+8
| * USB: Don't reset USB 3.0 devices on port change detection.Sarah Sharp2009-06-161-6/+36
| * USB: Add USB 3.0 roothub support to USB core.Sarah Sharp2009-06-163-2/+77
| * USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp2009-06-165-4/+31
| * 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-166-2/+787
| * USB: xhci: Support xHCI host controllers and USB 3.0 devices.Sarah Sharp2009-06-163-0/+826
| * USB: usbtmc: fix switch statmentGreg Kroah-Hartman2009-06-161-0/+6
| * USB: usbtest fix endless loop in unlink tests.Martin Fuzzey2009-06-161-14/+25
| * USB: atmel_usba_udc: change way of specifying bias functionNicolas Ferre2009-06-161-8/+8
| * USB: Avoid PM error messages during resume if a device was disconnectedFrans Pop2009-06-161-1/+9
| * USB: Add Intel Langwell USB OTG Transceiver DriveHao Wu2009-06-163-0/+1930
| * USB: Add Intel Langwell USB Device Controller driverXiaochen Shen2009-06-165-0/+3631
| * USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-1635-192/+287
| * USB: usb-serial: call port_probe and port_remove at the right timesAlan Stern2009-06-162-18/+33
| * USB: gadget: add USB Audio Gadget driverBryan Wu2009-06-166-0/+1400
| * USB: Gadget driver for Samsung HS/OtG blockBen Dooks2009-06-163-0/+3284
| * USB: gadget: Add i.MX3x support to the fsl_usb2_udc driverGuennadi Liakhovetski2009-06-165-24/+164