summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)Author
2010-12-09xhci: Remove excessive printks with shared IRQs.Sarah Sharp
2010-08-23USB: xHCI: update ring dequeue pointer when process missed tdsAndiry Xu
2010-08-23USB: xhci: Remove buggy assignment in next_trb()John Youn
2010-08-10USB: xhci: Don't flush doorbell writes.Sarah Sharp
2010-08-10USB: xhci: Reduce reads and writes of interrupter registers.Sarah Sharp
2010-08-10USB: xhci: Make xhci_set_hc_event_deq() static.Sarah Sharp
2010-08-10USB: xhci: Minimize HW event ring dequeue pointer writes.Sarah Sharp
2010-08-10USB: xhci: Make xhci_handle_event() static.Sarah Sharp
2010-08-10USB: xhci: Remove unnecessary reads of IRQ_PENDING register.Sarah Sharp
2010-08-10USB: xhci: Performance - move xhci_work() into xhci_irq()Sarah Sharp
2010-08-10USB: xhci: Performance - move interrupt handlers into xhci-ring.cSarah Sharp
2010-08-10USB: xhci: Performance - move functions that find ep ring.Sarah Sharp
2010-08-10USB: xHCI: Isochronous transfer implementationAndiry Xu
2010-08-10USB: xHCI: Introduce urb_priv structureAndiry Xu
2010-08-10USB: xHCI: Missed Service Error Event processAndiry Xu
2010-08-10USB: xHCI: adds new cases to trb_comp_code switchAndiry Xu
2010-08-10USB: xHCI: remove redundant print messagesAndiry Xu
2010-08-10USB xHCI: handle_tx_event() refactor: process_bulk_intr_tdAndiry Xu
2010-08-10USB: xHCI: handle_tx_event() refactor: process_ctrl_tdAndiry Xu
2010-08-10USB: xHCI: handle_tx_event() refactor: finish_tdAndiry Xu
2010-07-26USB: xHCI: Fix another bug in link TRB activation change.Sarah Sharp
2010-06-30USB: xHCI: Fix bug in link TRB activation change.Sarah Sharp
2010-06-04USB: xhci: Print NEC firmware version.Sarah Sharp
2010-05-20USB: xhci: fix compiler warning.Greg Kroah-Hartman
2010-05-20USB: xHCI: Fix wrong usage of macro TRB_TYPEAndiry Xu
2010-05-20USB: xhci: Transfer ring link TRB activation change.John Youn
2010-05-20USB: xhci: Set stream ID to 0 after cleaning up stalls.Sarah Sharp
2010-05-20USB: Change the scatterlist type in struct urbMatthew Wilcox
2010-05-20USB: clean up some host controller sparse warningsRandy Dunlap
2010-05-20USB: xhci: Correct assumptions about number of rings per endpoint.Sarah Sharp
2010-05-20USB: xhci: Add memory allocation for USB3 bulk streams.Sarah Sharp
2010-05-20USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern
2010-05-20USB: xhci: Fix check for room on the ring.Sarah Sharp
2010-05-20USB: xhci: Fix issue with set interface after stall.Sarah Sharp
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-02USB: xhci: Notify the xHC when a device is reset.Sarah Sharp
2010-03-02USB: xhci: Refactor test for vendor-specific completion codes.Sarah Sharp
2009-12-11USB: xhci: Fix command completion after a drop endpoint.Sarah Sharp
2009-12-11USB: xhci: Handle errors that cause endpoint halts.Sarah Sharp
2009-12-11USB: xhci: Return success for vendor-specific info codes.Sarah Sharp
2009-12-11USB: xhci: Return -EPROTO on a split transaction error.Sarah Sharp
2009-12-11USB: xhci: Set transfer descriptor size field correctly.Sarah Sharp
2009-12-11USB: xhci: Add tests for TRB address translation.Sarah Sharp
2009-12-11USB: xhci: Remove unused HCD statistics code.Sarah Sharp
2009-12-11USB: xhci: Add watchdog timer for URB cancellation.Sarah Sharp
2009-12-11USB: xhci: Handle URB cancel, complete and resubmit race.Sarah Sharp
2009-11-17USB: xhci: Fix TRB physical to virtual address translation.Sarah Sharp
2009-09-23USB: xhci: Support USB hubs.Sarah Sharp
2009-09-23USB: xhci: Fix command wait list handling.Sarah Sharp
2009-09-23USB: xhci: Change how xHCI commands are handled.Sarah Sharp