summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-17Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-50/+145
2011-03-14xhci: Clean up cycle bit math used during stalls.Sarah Sharp1-5/+3
2011-03-14xhci: Fix cycle bit calculation during stall handling.Sarah Sharp1-0/+14
2011-03-14xhci: Update internal dequeue pointers after stalls.Sarah Sharp1-3/+26
2011-03-14xhci: Fixes for suspend/resume of shared HCDs.Sarah Sharp1-2/+4
2011-03-14xhci: Register second xHCI roothub.Sarah Sharp1-15/+79
2011-03-14xhci: Change xhci_find_slot_id_by_port() API.Sarah Sharp1-1/+2
2011-03-14xhci: Refactor bus suspend state into a struct.Sarah Sharp1-2/+4
2011-03-14xhci: Index with a port array instead of PORTSC addresses.Sarah Sharp1-6/+16
2011-03-14USB: Set usb_hcd->state and flags for shared roothubs.Sarah Sharp1-0/+2
2011-03-14xhci: Always use usb_hcd in URB instead of converting xhci_hcd.Sarah Sharp1-4/+5
2011-03-14xhci: Remove references to HC_STATE_HALT.Sarah Sharp1-4/+1
2011-03-14xhci: Rename variables and reduce register reads.Sarah Sharp1-3/+3
2011-03-14xhci: Remove old no-op test.Sarah Sharp1-19/+0
2011-02-20xhci: Fix an error in count_sg_trbs_needed()Paul Zimmerman1-1/+1
2011-02-20xhci: Fix errors in the running total calculations in the TRB mathPaul Zimmerman1-0/+3
2011-02-20xhci: Clarify some expressions in the TRB mathPaul Zimmerman1-12/+10
2011-02-20xhci: Avoid BUG() in interrupt contextPaul Zimmerman1-4/+9
2011-01-15xhci: Remove more doorbell-related readsMatthew Wilcox1-16/+11
2011-01-15xHCI: fix printk_ratelimit() usageAndiry Xu1-2/+2
2011-01-15xHCI: replace dev_dbg() with xhci_dbg()Andiry Xu1-5/+6
2011-01-15xHCI: fix cycle bit set in giveback_first_trb()Andiry Xu1-7/+21
2011-01-15xHCI: remove redundant parameter in giveback_first_trb()Andiry Xu1-8/+6
2011-01-15xHCI: fix queue_trb in isoc transferAndiry Xu1-1/+4
2011-01-15xhci: Resume bus on any port status change.Sarah Sharp1-1/+1
2010-11-11xhci: Remove excessive printks with shared IRQs.Sarah Sharp1-1/+0
2010-10-22USB: xHCI: port remote wakeup implementationAndiry Xu1-1/+56
2010-10-22USB: xHCI: port power management implementationAndiry Xu1-9/+35
2010-08-24USB: xHCI: update ring dequeue pointer when process missed tdsAndiry Xu1-0/+4
2010-08-24USB: xhci: Remove buggy assignment in next_trb()John Youn1-1/+1
2010-08-11USB: xhci: Don't flush doorbell writes.Sarah Sharp1-5/+0
2010-08-11USB: xhci: Reduce reads and writes of interrupter registers.Sarah Sharp1-8/+10
2010-08-11USB: xhci: Make xhci_set_hc_event_deq() static.Sarah Sharp1-22/+0
2010-08-11USB: xhci: Minimize HW event ring dequeue pointer writes.Sarah Sharp1-13/+37
2010-08-11USB: xhci: Make xhci_handle_event() static.Sarah Sharp1-1/+1
2010-08-11USB: xhci: Remove unnecessary reads of IRQ_PENDING register.Sarah Sharp1-15/+12
2010-08-11USB: xhci: Performance - move xhci_work() into xhci_irq()Sarah Sharp1-43/+30
2010-08-11USB: xhci: Performance - move interrupt handlers into xhci-ring.cSarah Sharp1-0/+103
2010-08-11USB: xhci: Performance - move functions that find ep ring.Sarah Sharp1-0/+44
2010-08-11USB: xHCI: Isochronous transfer implementationAndiry Xu1-0/+319
2010-08-11USB: xHCI: Introduce urb_priv structureAndiry Xu1-28/+63
2010-08-11USB: xHCI: Missed Service Error Event processAndiry Xu1-50/+108
2010-08-11USB: xHCI: adds new cases to trb_comp_code switchAndiry Xu1-24/+52
2010-08-11USB: xHCI: remove redundant print messagesAndiry Xu1-15/+0
2010-08-11USB xHCI: handle_tx_event() refactor: process_bulk_intr_tdAndiry Xu1-101/+115
2010-08-11USB: xHCI: handle_tx_event() refactor: process_ctrl_tdAndiry Xu1-78/+106
2010-08-11USB: xHCI: handle_tx_event() refactor: finish_tdAndiry Xu1-73/+112
2010-07-26USB: xHCI: Fix another bug in link TRB activation change.Sarah Sharp1-4/+7
2010-06-30USB: xHCI: Fix bug in link TRB activation change.Sarah Sharp1-16/+46
2010-06-05USB: xhci: Print NEC firmware version.Sarah Sharp1-1/+30