aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/ihex2fw.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-15USB: xhci: Respect critical sections.Sarah Sharp3-35/+37
2009-06-15USB: xHCI: Fix interrupt moderation.Sarah Sharp1-1/+1
2009-06-15USB: xhci: Remove packed attribute from structures.Sarah Sharp3-24/+43
2009-06-15usb; xhci: Fix TRB offset calculations.Sarah Sharp1-7/+6
2009-06-15USB: xhci: replace if-elseif-else with switch-caseViral Mehta1-7/+18
2009-06-15USB: xhci: Make xhci-mem.c include linux/dmapool.hSarah Sharp1-0/+1
2009-06-15USB: xhci: drop spinlock in xhci_urb_enqueue() error path.Sarah Sharp1-1/+2
2009-06-15USB: Change names of SuperSpeed ep companion descriptor structs.Sarah Sharp4-27/+29
2009-06-15USB: xhci: Avoid compiler reordering in Link TRB giveback.Sarah Sharp1-2/+3
2009-06-15USB: xhci: Clean up xhci_irq() function.Sarah Sharp1-1/+1
2009-06-15USB: xhci: Avoid global namespace pollution.Sarah Sharp5-72/+82
2009-06-15USB: xhci: Fix Link TRB handoff bit twiddling.Sarah Sharp1-1/+1
2009-06-15USB: xhci: Fix register write order.Sarah Sharp2-13/+13
2009-06-15USB: xhci: fix some compiler warnings in xhci.hGreg Kroah-Hartman1-3/+4
2009-06-15USB: xhci: fix lots of compiler warnings.Greg Kroah-Hartman4-181/+172
2009-06-15USB: xhci: use xhci_handle_event instead of handle_eventStephen Rothwell3-4/+4
2009-06-15USB: xhci: URB cancellation support.Sarah Sharp4-42/+545
2009-06-15USB: xhci: Scatter gather list support for bulk transfers.Sarah Sharp1-28/+217
2009-06-15USB: Push scatter gather lists down to host controller drivers.Sarah Sharp3-49/+95
2009-06-15USB: xhci: Bulk transfer supportSarah Sharp4-37/+254
2009-06-15USB: xhci: Bandwidth allocation supportSarah Sharp5-5/+572
2009-06-15USB: Support for bandwidth allocation.Sarah Sharp4-0/+144
2009-06-15USB: Parse and store the SuperSpeed endpoint companion descriptors.Sarah Sharp3-9/+212
2009-06-15USB: xhci: Control transfer support.Sarah Sharp5-3/+506
2009-06-15USB: Support for submitting control URBs under xHCI.Sarah Sharp1-1/+3
2009-06-15USB: xhci: Allocate and address USB devicesSarah Sharp6-29/+590
2009-06-15USB: Support for addressing a USB device under xHCISarah Sharp4-20/+78
2009-06-15USB: xhci: Root hub support.Sarah Sharp6-5/+390
2009-06-15USB: Add route string to struct usb_device.Sarah Sharp2-2/+10
2009-06-15USB: Don't reset USB 3.0 devices on port change detection.Sarah Sharp1-6/+36
2009-06-15USB: Add USB 3.0 roothub support to USB core.Sarah Sharp3-2/+77
2009-06-15USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp6-4/+32
2009-06-15USB: xhci: No-op command queueing and irq handler.Sarah Sharp6-13/+647
2009-06-15USB: xhci: Device context array allocation.Sarah Sharp2-0/+196
2009-06-15USB: xhci: Ring allocation and initialization.Sarah Sharp4-1/+686
2009-06-15USB: xhci: BIOS handoff and HW initialization.Sarah Sharp7-2/+788
2009-06-15USB: xhci: Support xHCI host controllers and USB 3.0 devices.Sarah Sharp3-0/+826
2009-06-15USB: usbtmc: fix switch statmentGreg Kroah-Hartman1-0/+6
2009-06-15USB: usbtest fix endless loop in unlink tests.Martin Fuzzey1-14/+25
2009-06-15USB: atmel_usba_udc: change way of specifying bias functionNicolas Ferre1-8/+8
2009-06-15USB: Avoid PM error messages during resume if a device was disconnectedFrans Pop1-1/+9
2009-06-15USB: Add Intel Langwell USB OTG Transceiver DriveHao Wu4-0/+2107
2009-06-15USB: Add Intel Langwell USB Device Controller driverXiaochen Shen6-0/+3941
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern37-198/+297
2009-06-15USB: usb-serial: call port_probe and port_remove at the right timesAlan Stern3-18/+41
2009-06-15USB: gadget: add USB Audio Gadget driverBryan Wu6-0/+1400
2009-06-15USB: audio: add USB audio class definitionsBryan Wu1-2/+263
2009-06-15USB: Gadget driver for Samsung HS/OtG blockBen Dooks5-0/+3711
2009-06-15USB: gadget: Add i.MX3x support to the fsl_usb2_udc driverGuennadi Liakhovetski5-24/+164
2009-06-15USB: usb_serial: only allow sysrq on a console portJason Wessel1-1/+1