xhci: Don't write zeroed pointers to xHC registers.
[linux-flexiantxendom0.git] / drivers / usb / host / xhci-mem.c
2012-04-30 Sarah Sharpxhci: Don't write zeroed pointers to xHC registers.
2012-03-01 Sarah Sharpxhci: Fix encoding for HS bulk/control NAK rate.
2011-11-04 Sarah Sharpxhci: Set slot and ep0 flags for address command.
2011-09-26 Sebastian Andrzej... usb/xhci: replace pci_*_consistent() with dma_*_coherent()
2011-09-26 Andiry XuxHCI: AMD isoc link TRB chain bit quirk
2011-09-26 Andiry XuxHCI: test USB2 software LPM
2011-09-26 Andiry XuxHCI: Check host USB2 LPM capability
2011-09-20 Kautuk Consulxhci-mem.c: xhci_segment_free: No need for checking...
2011-09-20 Kautuk Consulxhci-mem.c: Check for ring->first_seg != NULL
2011-09-20 Sarah Sharpxhci: Fix mult base in endpoint bandwidth info.
2011-09-09 Andiry XuxHCI: refine td allocation
2011-09-09 Sarah Sharpxhci: Track interval bandwidth tables per port/TT.
2011-09-09 Sarah Sharpxhci: Store endpoint bandwidth information.
2011-09-09 Sarah Sharpxhci: Store information about roothubs and TTs.
2011-09-09 Sarah Sharpxhci: Store the "real" root port number.
2011-09-09 Sarah Sharpxhci: Rename virt_dev->port to fake_port.
2011-08-23 Kuninori MorimotoUSB: use usb_endpoint_maxp() instead of le16_to_cpu()
2011-07-26 Linus TorvaldsMerge branch 'usb-next' of git://git./linux/kernel...
2011-06-15 Sarah Sharpxhci: Don't warn about zeroed bMaxBurst descriptor...
2011-06-14 Greg Kroah-HartmanMerge 3.0-rc2 into usb-linus as it's needed by some...
2011-06-06 Dmitry TorokhovUSB: xhci - fix interval calculation for FS isoc endpoints
2011-06-02 Matt Evansxhci: Remove some unnecessary casts and tidy some endia...
2011-05-17 Sarah Sharpxhci: Fix memory leak in ring cache deallocation.
2011-05-13 Sarah Sharpxhci: Fix full speed bInterval encoding.
2011-05-09 Andiry XuxHCI 1.0: Isoch endpoint CErr field set
2011-05-09 Andiry XuxHCI 1.0: Control endpoint average TRB length field set
2011-05-02 Sebastian Andrzej... usb/ch9: use proper endianess for wBytesPerInterval
2011-05-02 Matt Evansxhci: Make xHCI driver endian-safe
2011-04-13 Dmitry TorokhovUSB: xhci - fix math in xhci_get_endpoint_interval()
2011-04-13 Dmitry TorokhovUSB: xhci - remove excessive 'inline' markings
2011-04-13 Dan CarpenterUSB: xhci: unsigned char never equals -1
2011-03-16 Linus TorvaldsMerge branch 'usb-next' of git://git./linux/kernel...
2011-03-14 Sarah Sharpxhci: Limit roothub ports to 15 USB3 & 31 USB2 ports.
2011-03-14 Sarah Sharpxhci: Register second xHCI roothub.
2011-03-14 Sarah Sharpxhci: Refactor bus suspend state into a struct.
2011-03-14 Sarah Sharpxhci: Modify check for TT info.
2011-03-14 Sarah Sharpxhci: Rework port suspend structures for limited ports.
2011-02-23 Dmitry TorokhovUSB: xhci: mark local functions as static
2011-02-20 Dmitry TorokhovUSB: xhci: fix couple sparse annotations
2011-02-20 Dmitry TorokhovUSB: xhci: rework xhci_print_ir_set() to get ir set...
2010-12-09 Sarah Sharpxhci: Fix issue with port array setup and buggy hosts.
2010-11-20 Sarah Sharpxhci: Setup array of USB 2.0 and USB 3.0 ports.
2010-11-11 Andiry XuxHCI: fix wMaxPacketSize mask
2010-10-22 Andiry XuUSB: xHCI: bus power management implementation
2010-10-22 Andiry XuUSB: xHCI: port remote wakeup implementation
2010-10-22 Andiry XuUSB: xHCI: port power management implementation
2010-10-22 Andiry XuUSB: xHCI: Add pointer to udev in struct xhci_virt_device
2010-08-10 Sarah SharpUSB: xhci: Make xhci_set_hc_event_deq() static.
2010-08-10 Sarah SharpUSB: xhci: Performance - move functions that find ep...
2010-08-10 Andiry XuUSB: xHCI: allocate bigger ring for isochronous endpoint
2010-08-10 Andiry XuUSB: xHCI: Introduce urb_priv structure
2010-08-10 Andiry XuUSB: xHCI: Missed Service Error Event process
2010-08-10 Kulikov VasiliyUSB: xhci: trivial: use ARRAY_SIZE
2010-07-26 Sarah SharpUSB: xhci: Set Mult field in endpoint context correctly.
2010-07-26 Sarah SharpUSB: xhci: Set EP0 dequeue ptr after reset of configure...
2010-05-20 Alan SternUSB: remove the usb_host_ss_ep_comp structure
2010-05-20 Randy DunlapUSB: clean up some host controller sparse warnings
2010-05-20 Sarah SharpUSB: xhci: Correct assumptions about number of rings...
2010-05-20 Sarah SharpUSB: xhci: Add memory allocation for USB3 bulk streams.
2010-04-30 Sarah SharpUSB: xhci: properly set endpoint context fields for...
2010-04-30 Sarah SharpUSB: xhci: properly set the "Mult" field of the endpoin...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-19 Sarah SharpUSB: xhci: Make endpoint interval debugging clearer.
2010-03-02 Greg Kroah-HartmanUSB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS
2010-03-02 Sarah SharpUSB: xhci: Allow allocation of commands without input...
2010-03-02 Sarah SharpUSB: xhci: Refactor code to free or cache endpoint...
2009-12-11 Sarah SharpUSB: xhci: Make reverting an alt setting "unfailable".
2009-12-11 Julia LawallUSB: xhci-mem.c: introduce missing kfree
2009-12-11 Sarah SharpUSB: xhci: Add tests for TRB address translation.
2009-12-11 Sarah SharpUSB: xhci: Add watchdog timer for URB cancellation.
2009-11-18 Sarah SharpUSB: xhci: Fix scratchpad deallocation.
2009-11-18 Sarah SharpUSB: xhci: Fix bug memory free after failed initialization.
2009-09-23 Sarah SharpUSB: xhci: Set multi-TT field for LS/FS devices under...
2009-09-23 Sarah SharpUSB: xhci: Set route string for all devices.
2009-09-23 Sarah SharpUSB: xhci: Change how xHCI commands are handled.
2009-09-23 Sarah SharpUSB: xhci: Endpoint representation refactoring.
2009-09-23 Sarah SharpUSB: xhci: Set correct max packet size for HS/FS contro...
2009-09-23 Sarah SharpUSB: xhci: Configure endpoint code refactoring.
2009-09-23 Sarah SharpUSB: xhci: Work around for chain bit in link TRBs.
2009-07-28 John YounUSB: xhci: Support for 64-byte contexts
2009-07-28 Sarah SharpUSB: xhci: Always align output device contexts to 64...
2009-07-28 John YounUSB: xhci: Scratchpad buffer allocation
2009-07-28 Sarah SharpUSB: xhci: Fail gracefully if there's no SS ep companio...
2009-07-28 Sarah SharpUSB: xhci: Setup HW retries correctly.
2009-07-28 Sarah SharpUSB: xhci: Represent 64-bit addresses with one u64.
2009-06-16 Sarah SharpUSB: xhci: Respect critical sections.
2009-06-16 Sarah SharpUSB: xhci: Make xhci-mem.c include linux/dmapool.h
2009-06-16 Sarah SharpUSB: Change names of SuperSpeed ep companion descriptor...
2009-06-16 Sarah SharpUSB: xhci: Avoid global namespace pollution.
2009-06-16 Sarah SharpUSB: xhci: Fix register write order.
2009-06-16 Greg Kroah-HartmanUSB: xhci: fix lots of compiler warnings.
2009-06-16 Sarah SharpUSB: xhci: URB cancellation support.
2009-06-16 Sarah SharpUSB: xhci: Bulk transfer support
2009-06-16 Sarah SharpUSB: xhci: Bandwidth allocation support
2009-06-16 Sarah SharpUSB: xhci: Control transfer support.
2009-06-16 Sarah SharpUSB: xhci: Allocate and address USB devices
2009-06-16 Sarah SharpUSB: xhci: No-op command queueing and irq handler.
2009-06-16 Sarah SharpUSB: xhci: Device context array allocation.
2009-06-16 Sarah SharpUSB: xhci: Ring allocation and initialization.
2009-06-16 Sarah SharpUSB: xhci: BIOS handoff and HW initialization.