summaryrefslogtreecommitdiff
path: root/hw/usb/hcd-xhci.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-01xhci: allow address slot being called multiple timesGerd Hoffmann1-2/+7
2012-11-01xhci: add port trace pointsGerd Hoffmann1-1/+5
2012-11-01xhci: set pls in xhci_port_update & xhci_port_resetGerd Hoffmann1-2/+24
2012-11-01xhci: add xhci_port_resetGerd Hoffmann1-4/+9
2012-11-01xhci: add xhci_port_notifyGerd Hoffmann1-14/+17
2012-11-01xhci: add xhci_port_have_deviceGerd Hoffmann1-2/+12
2012-11-01xhci: s/xhci_update_port/xhci_port_update/Gerd Hoffmann1-5/+5
2012-11-01xhci: add {get,set}_field macros & enum for plsGerd Hoffmann1-8/+31
2012-10-25xhci: fix usb name in capsGerd Hoffmann1-2/+2
2012-10-25xhci: make number of interrupters and slots configurableGerd Hoffmann1-31/+48
2012-10-25xhci: allow disabling interruptersGerd Hoffmann1-0/+6
2012-10-25xhci: flush endpoint context unconditinallyGerd Hoffmann1-3/+0
2012-10-25xhci: fix function name in error messageGerd Hoffmann1-1/+1
2012-10-25usb: Add an int_req flag to USBPacketHans de Goede1-5/+11
2012-10-25usb: Move short-not-ok handling to the coreHans de Goede1-1/+1
2012-10-25usb: Move clearing of queue on halt to the coreHans de Goede1-0/+4
2012-10-25usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede1-0/+6
2012-10-25xhci: Add a xhci_ep_nuke_one_xfer helper functionHans de Goede1-19/+30
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-9/+9
2012-10-05cleanup useless return sentenceAmos Kong1-1/+0
2012-09-26xhci: create a memory region for each portGerd Hoffmann1-42/+43
2012-09-26xhci: route string & usb hub supportGerd Hoffmann1-31/+55
2012-09-26xhci: tweak limitsGerd Hoffmann1-4/+4
2012-09-11xhci: allow bytewise capability register readsGerd Hoffmann1-1/+3
2012-09-11xhci: kill xhci_mem_{read,write} dispatcher functionsGerd Hoffmann1-65/+75
2012-09-11xhci: support multiple interruptersGerd Hoffmann1-5/+1
2012-09-11xhci: pick target interrupterGerd Hoffmann1-6/+16
2012-09-11xhci: prepare xhci_runtime_{read,write} for multiple interruptersGerd Hoffmann1-43/+57
2012-09-11xhci: add XHCIInterrupterGerd Hoffmann1-147/+160
2012-09-11xhci: move register update into xhci_intr_raiseGerd Hoffmann1-9/+5
2012-09-11xhci: add msix supportGerd Hoffmann1-1/+46
2012-09-11xhci: rework interrupt handlingGerd Hoffmann1-14/+33
2012-09-11xhci: fix & cleanup msi.Gerd Hoffmann1-18/+9
2012-09-11xhci: update port handlingGerd Hoffmann1-40/+97
2012-09-11xhci: update register layoutGerd Hoffmann1-8/+13
2012-09-11xhci: fix runtime write tracepointGerd Hoffmann1-1/+1
2012-09-11xhci: add trace_usb_xhci_ep_set_dequeueGerd Hoffmann1-1/+1
2012-09-11xhci: trace cc codes in cleartextGerd Hoffmann1-1/+47
2012-09-11xhci: iso xfer supportGerd Hoffmann1-16/+101
2012-09-11xhci: implement mfindexGerd Hoffmann1-7/+46
2012-09-11xhci: move device lookup into xhci_setup_packetGerd Hoffmann1-36/+38
2012-09-11xhci: drop bufferingGerd Hoffmann1-114/+71
2012-09-11xhci: rip out background transfer codeGerd Hoffmann1-219/+4
2012-08-31usb: unique packet idsGerd Hoffmann1-1/+1
2012-06-07xhci: trace: slotsGerd Hoffmann1-6/+6
2012-06-07xhci: trace: transfersGerd Hoffmann1-8/+10
2012-06-07xhci: trace: endpointsGerd Hoffmann1-17/+5
2012-06-07xhci: trace: ring fetchGerd Hoffmann1-8/+2
2012-06-07xhci: trace: irq + eventsGerd Hoffmann1-8/+4
2012-06-07xhci: trace: run+stopGerd Hoffmann1-3/+2