xhci: don't re-enable IE constantly
[linux-flexiantxendom0.git] / drivers / usb / host / xhci-ring.c
2012-04-30 Felipe Balbixhci: don't re-enable IE constantly
2012-04-02 Sarah Sharpxhci: Remove scary warnings about transfer issues.
2012-02-03 Andiry XuxHCI: Cleanup isoc transfer ring when TD length mismatc...
2012-02-03 Sarah Sharpxhci: Fix USB 3.0 device restart on resume.
2012-01-12 Clemens Ladischusb: fix number of mapped SG DMA entries
2011-11-02 Don Zickususb, xhci: fix lockdep warning on endpoint timeout
2011-10-25 Linus TorvaldsMerge branch 'usb-next' of git://git./linux/kernel...
2011-09-26 Andiry XuxHCI: AMD isoc link TRB chain bit quirk
2011-09-26 Andiry XuxHCI: Clear PLC for USB2 root hub ports
2011-09-26 Andiry XuxHCI: test and clear RWC bit
2011-09-26 Andiry XuxHCI: set link state
2011-09-20 Andiry XuUSB: xHCI: prevent infinite loop when processing MSE...
2011-09-09 Sarah Sharpxhci: Don't print short isoc packets.
2011-08-29 Greg Kroah-HartmanMerge 3.1-rc4 into usb-next
2011-08-23 Kuninori MorimotoUSB: use usb_endpoint_maxp() instead of le16_to_cpu()
2011-08-16 Sarah Sharpxhci: Handle zero-length isochronous packets.
2011-08-09 Sarah Sharpxhci: Remove TDs from TD lists when URBs are canceled.
2011-08-09 Sarah Sharpxhci: Fix failed enqueue in the middle of isoch TD.
2011-08-09 Sarah Sharpxhci: Fix memory leak during failed enqueue.
2011-07-26 Linus TorvaldsMerge branch 'usb-next' of git://git./linux/kernel...
2011-06-17 Sarah Sharpxhci: Always set urb->status to zero for isoc endpoints.
2011-06-17 Alex HexHCI 1.0: Incompatible Device Error
2011-06-15 Alex HexHCI 1.0: Force Stopped Event(FSE)
2011-06-14 Greg Kroah-HartmanMerge 3.0-rc2 into usb-linus as it's needed by some...
2011-06-02 Matt Evansxhci: Remove some unnecessary casts and tidy some endia...
2011-06-01 Matt Evansxhci: Bigendian fix for skip_isoc_td()
2011-05-27 Sarah SharpIntel xhci: Limit number of active endpoints to 64.
2011-05-27 Sarah SharpIntel xhci: Ignore spurious successful event.
2011-05-25 Sarah Sharpxhci: STFU: Be quieter during URB submission and comple...
2011-05-25 Sarah Sharpxhci: STFU: Don't print event ring dequeue pointer.
2011-05-25 Sarah Sharpxhci: STFU: Remove function tracing.
2011-05-25 Sarah Sharpxhci: Clear stopped_td when Stop Endpoint command compl...
2011-05-11 Sarah Sharpxhci: Fix bug in control transfer cancellation.
2011-05-09 Andiry XuxHCI 1.0: Block Interrupts for Isoch transfer
2011-05-09 Andiry XuxHCI 1.0: Setup Stage TRB Transfer Type flag
2011-05-02 Sarah Sharpxhci 1.0: Set transfer burst last packet count field.
2011-05-02 Sarah Sharpxhci 1.0: Set transfer burst count field.
2011-05-02 Sarah Sharpxhci 1.0: Update TD size field format.
2011-05-02 Sarah Sharpxhci 1.0: Only interrupt on short packet for IN EPs.
2011-05-02 Matt Evansxhci: Remove recursive call to xhci_handle_event
2011-05-02 Matt Evansxhci: Add rmb() between reading event validity & event...
2011-05-02 Matt Evansxhci: Make xHCI driver endian-safe
2011-04-13 Andiry XuxHCI: Implement AMD PLL quirk
2011-04-13 Sarah Sharpxhci: Fix NULL pointer deref in handle_port_status()
2011-04-13 Dmitry TorokhovUSB: xhci: simplify logic of skipping missed isoc TDs
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: Clean up cycle bit math used during stalls.
2011-03-14 Sarah Sharpxhci: Fix cycle bit calculation during stall handling.
2011-03-14 Sarah Sharpxhci: Update internal dequeue pointers after stalls.
2011-03-14 Sarah Sharpxhci: Fixes for suspend/resume of shared HCDs.
2011-03-14 Sarah Sharpxhci: Register second xHCI roothub.
2011-03-14 Sarah Sharpxhci: Change xhci_find_slot_id_by_port() API.
2011-03-14 Sarah Sharpxhci: Refactor bus suspend state into a struct.
2011-03-14 Sarah Sharpxhci: Index with a port array instead of PORTSC addresses.
2011-03-14 Sarah SharpUSB: Set usb_hcd->state and flags for shared roothubs.
2011-03-14 Sarah Sharpxhci: Always use usb_hcd in URB instead of converting...
2011-03-14 Sarah Sharpxhci: Remove references to HC_STATE_HALT.
2011-03-14 Sarah Sharpxhci: Rename variables and reduce register reads.
2011-03-14 Sarah Sharpxhci: Remove old no-op test.
2011-02-20 Paul Zimmermanxhci: Fix an error in count_sg_trbs_needed()
2011-02-20 Paul Zimmermanxhci: Fix errors in the running total calculations...
2011-02-20 Paul Zimmermanxhci: Clarify some expressions in the TRB math
2011-02-20 Paul Zimmermanxhci: Avoid BUG() in interrupt context
2011-01-14 Matthew Wilcoxxhci: Remove more doorbell-related reads
2011-01-14 Andiry XuxHCI: fix printk_ratelimit() usage
2011-01-14 Andiry XuxHCI: replace dev_dbg() with xhci_dbg()
2011-01-14 Andiry XuxHCI: fix cycle bit set in giveback_first_trb()
2011-01-14 Andiry XuxHCI: remove redundant parameter in giveback_first_trb()
2011-01-14 Andiry XuxHCI: fix queue_trb in isoc transfer
2011-01-14 Sarah Sharpxhci: Resume bus on any port status change.
2010-11-11 Sarah Sharpxhci: Remove excessive printks with shared IRQs.
2010-10-22 Andiry XuUSB: xHCI: port remote wakeup implementation
2010-10-22 Andiry XuUSB: xHCI: port power management implementation
2010-08-24 Andiry XuUSB: xHCI: update ring dequeue pointer when process...
2010-08-24 John YounUSB: xhci: Remove buggy assignment in next_trb()
2010-08-10 Sarah SharpUSB: xhci: Don't flush doorbell writes.
2010-08-10 Sarah SharpUSB: xhci: Reduce reads and writes of interrupter regis...
2010-08-10 Sarah SharpUSB: xhci: Make xhci_set_hc_event_deq() static.
2010-08-10 Sarah SharpUSB: xhci: Minimize HW event ring dequeue pointer writes.
2010-08-10 Sarah SharpUSB: xhci: Make xhci_handle_event() static.
2010-08-10 Sarah SharpUSB: xhci: Remove unnecessary reads of IRQ_PENDING...
2010-08-10 Sarah SharpUSB: xhci: Performance - move xhci_work() into xhci_irq()
2010-08-10 Sarah SharpUSB: xhci: Performance - move interrupt handlers into...
2010-08-10 Sarah SharpUSB: xhci: Performance - move functions that find ep...
2010-08-10 Andiry XuUSB: xHCI: Isochronous transfer implementation
2010-08-10 Andiry XuUSB: xHCI: Introduce urb_priv structure
2010-08-10 Andiry XuUSB: xHCI: Missed Service Error Event process
2010-08-10 Andiry XuUSB: xHCI: adds new cases to trb_comp_code switch
2010-08-10 Andiry XuUSB: xHCI: remove redundant print messages
2010-08-10 Andiry XuUSB xHCI: handle_tx_event() refactor: process_bulk_intr_td
2010-08-10 Andiry XuUSB: xHCI: handle_tx_event() refactor: process_ctrl_td
2010-08-10 Andiry XuUSB: xHCI: handle_tx_event() refactor: finish_td
2010-07-26 Sarah SharpUSB: xHCI: Fix another bug in link TRB activation change.
2010-06-30 Sarah SharpUSB: xHCI: Fix bug in link TRB activation change.
2010-06-04 Sarah SharpUSB: xhci: Print NEC firmware version.
2010-05-20 Greg Kroah-HartmanUSB: xhci: fix compiler warning.
2010-05-20 Andiry XuUSB: xHCI: Fix wrong usage of macro TRB_TYPE
2010-05-20 John YounUSB: xhci: Transfer ring link TRB activation change.
next