summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-03xhci 1.0: Set transfer burst last packet count field.Sarah Sharp1-1/+40
2011-05-03xhci 1.0: Set transfer burst count field.Sarah Sharp1-1/+26
2011-05-03xhci 1.0: Update TD size field format.Sarah Sharp1-6/+70
2011-05-03xhci 1.0: Only interrupt on short packet for IN EPs.Sarah Sharp1-21/+24
2011-05-03xhci: Remove recursive call to xhci_handle_eventMatt Evans1-7/+11
2011-05-03xhci: Add rmb() between reading event validity & event data access.Matt Evans1-0/+5
2011-05-03xhci: Make xHCI driver endian-safeMatt Evans1-127/+140
2011-04-14xHCI: Implement AMD PLL quirkAndiry Xu1-1/+23
2011-04-14xhci: Fix NULL pointer deref in handle_port_status()Sarah Sharp1-0/+11
2011-04-14USB: xhci: simplify logic of skipping missed isoc TDsDmitry Torokhov1-78/+94
2011-04-14USB: xhci - remove excessive 'inline' markingsDmitry Torokhov1-4/+4
2011-04-14USB: xhci: unsigned char never equals -1Dan Carpenter1-2/+2
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