aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c
Commit message (Expand)AuthorAgeFilesLines
* xhci: Remove excessive printks with shared IRQs.Sarah Sharp2010-11-111-1/+0
* USB: xHCI: port remote wakeup implementationAndiry Xu2010-10-221-1/+56
* USB: xHCI: port power management implementationAndiry Xu2010-10-221-9/+35
* USB: xHCI: update ring dequeue pointer when process missed tdsAndiry Xu2010-08-231-0/+4
* USB: xhci: Remove buggy assignment in next_trb()John Youn2010-08-231-1/+1
* USB: xhci: Don't flush doorbell writes.Sarah Sharp2010-08-101-5/+0
* USB: xhci: Reduce reads and writes of interrupter registers.Sarah Sharp2010-08-101-8/+10
* USB: xhci: Make xhci_set_hc_event_deq() static.Sarah Sharp2010-08-101-22/+0
* USB: xhci: Minimize HW event ring dequeue pointer writes.Sarah Sharp2010-08-101-13/+37
* USB: xhci: Make xhci_handle_event() static.Sarah Sharp2010-08-101-1/+1
* USB: xhci: Remove unnecessary reads of IRQ_PENDING register.Sarah Sharp2010-08-101-15/+12
* USB: xhci: Performance - move xhci_work() into xhci_irq()Sarah Sharp2010-08-101-43/+30
* USB: xhci: Performance - move interrupt handlers into xhci-ring.cSarah Sharp2010-08-101-0/+103
* USB: xhci: Performance - move functions that find ep ring.Sarah Sharp2010-08-101-0/+44
* USB: xHCI: Isochronous transfer implementationAndiry Xu2010-08-101-0/+319
* USB: xHCI: Introduce urb_priv structureAndiry Xu2010-08-101-28/+63
* USB: xHCI: Missed Service Error Event processAndiry Xu2010-08-101-50/+108
* USB: xHCI: adds new cases to trb_comp_code switchAndiry Xu2010-08-101-24/+52
* USB: xHCI: remove redundant print messagesAndiry Xu2010-08-101-15/+0
* USB xHCI: handle_tx_event() refactor: process_bulk_intr_tdAndiry Xu2010-08-101-101/+115
* USB: xHCI: handle_tx_event() refactor: process_ctrl_tdAndiry Xu2010-08-101-78/+106
* USB: xHCI: handle_tx_event() refactor: finish_tdAndiry Xu2010-08-101-73/+112
* USB: xHCI: Fix another bug in link TRB activation change.Sarah Sharp2010-07-261-4/+7
* USB: xHCI: Fix bug in link TRB activation change.Sarah Sharp2010-06-301-16/+46
* USB: xhci: Print NEC firmware version.Sarah Sharp2010-06-041-1/+30
* USB: xhci: fix compiler warning.Greg Kroah-Hartman2010-05-201-1/+0
* USB: xHCI: Fix wrong usage of macro TRB_TYPEAndiry Xu2010-05-201-4/+7
* USB: xhci: Transfer ring link TRB activation change.John Youn2010-05-201-13/+58
* USB: xhci: Set stream ID to 0 after cleaning up stalls.Sarah Sharp2010-05-201-0/+1
* USB: Change the scatterlist type in struct urbMatthew Wilcox2010-05-201-2/+2
* USB: clean up some host controller sparse warningsRandy Dunlap2010-05-201-7/+7
* USB: xhci: Correct assumptions about number of rings per endpoint.Sarah Sharp2010-05-201-45/+147
* USB: xhci: Add memory allocation for USB3 bulk streams.Sarah Sharp2010-05-201-2/+7
* USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern2010-05-201-1/+1
* USB: xhci: Fix check for room on the ring.Sarah Sharp2010-05-201-1/+18
* USB: xhci: Fix issue with set interface after stall.Sarah Sharp2010-05-201-0/+7
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* USB: xhci: Notify the xHC when a device is reset.Sarah Sharp2010-03-021-0/+19
* USB: xhci: Refactor test for vendor-specific completion codes.Sarah Sharp2010-03-021-7/+15
* USB: xhci: Fix command completion after a drop endpoint.Sarah Sharp2009-12-111-16/+20
* USB: xhci: Handle errors that cause endpoint halts.Sarah Sharp2009-12-111-19/+60
* USB: xhci: Return success for vendor-specific info codes.Sarah Sharp2009-12-111-0/+10
* USB: xhci: Return -EPROTO on a split transaction error.Sarah Sharp2009-12-111-0/+1
* USB: xhci: Set transfer descriptor size field correctly.Sarah Sharp2009-12-111-3/+24
* USB: xhci: Add tests for TRB address translation.Sarah Sharp2009-12-111-2/+1
* USB: xhci: Remove unused HCD statistics code.Sarah Sharp2009-12-111-7/+0
* USB: xhci: Add watchdog timer for URB cancellation.Sarah Sharp2009-12-111-10/+160
* USB: xhci: Handle URB cancel, complete and resubmit race.Sarah Sharp2009-12-111-6/+8
* USB: xhci: Fix TRB physical to virtual address translation.Sarah Sharp2009-11-171-2/+5
* USB: xhci: Support USB hubs.Sarah Sharp2009-09-231-0/+3