summary refs log tree commit diff stats
path: root/hw/usb/hcd-xhci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xhci: fix usb name in capsGerd Hoffmann2012-10-251-2/+2
* xhci: make number of interrupters and slots configurableGerd Hoffmann2012-10-251-31/+48
* xhci: allow disabling interruptersGerd Hoffmann2012-10-251-0/+6
* xhci: flush endpoint context unconditinallyGerd Hoffmann2012-10-251-3/+0
* xhci: fix function name in error messageGerd Hoffmann2012-10-251-1/+1
* usb: Add an int_req flag to USBPacketHans de Goede2012-10-251-5/+11
* usb: Move short-not-ok handling to the coreHans de Goede2012-10-251-1/+1
* usb: Move clearing of queue on halt to the coreHans de Goede2012-10-251-0/+4
* usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede2012-10-251-0/+6
* xhci: Add a xhci_ep_nuke_one_xfer helper functionHans de Goede2012-10-251-19/+30
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-9/+9
* cleanup useless return sentenceAmos Kong2012-10-051-1/+0
* xhci: create a memory region for each portGerd Hoffmann2012-09-261-42/+43
* xhci: route string & usb hub supportGerd Hoffmann2012-09-261-31/+55
* xhci: tweak limitsGerd Hoffmann2012-09-261-4/+4
* xhci: allow bytewise capability register readsGerd Hoffmann2012-09-111-1/+3
* xhci: kill xhci_mem_{read,write} dispatcher functionsGerd Hoffmann2012-09-111-65/+75
* xhci: support multiple interruptersGerd Hoffmann2012-09-111-5/+1
* xhci: pick target interrupterGerd Hoffmann2012-09-111-6/+16
* xhci: prepare xhci_runtime_{read,write} for multiple interruptersGerd Hoffmann2012-09-111-43/+57
* xhci: add XHCIInterrupterGerd Hoffmann2012-09-111-147/+160
* xhci: move register update into xhci_intr_raiseGerd Hoffmann2012-09-111-9/+5
* xhci: add msix supportGerd Hoffmann2012-09-111-1/+46
* xhci: rework interrupt handlingGerd Hoffmann2012-09-111-14/+33
* xhci: fix & cleanup msi.Gerd Hoffmann2012-09-111-18/+9
* xhci: update port handlingGerd Hoffmann2012-09-111-40/+97
* xhci: update register layoutGerd Hoffmann2012-09-111-8/+13
* xhci: fix runtime write tracepointGerd Hoffmann2012-09-111-1/+1
* xhci: add trace_usb_xhci_ep_set_dequeueGerd Hoffmann2012-09-111-1/+1
* xhci: trace cc codes in cleartextGerd Hoffmann2012-09-111-1/+47
* xhci: iso xfer supportGerd Hoffmann2012-09-111-16/+101
* xhci: implement mfindexGerd Hoffmann2012-09-111-7/+46
* xhci: move device lookup into xhci_setup_packetGerd Hoffmann2012-09-111-36/+38
* xhci: drop bufferingGerd Hoffmann2012-09-111-114/+71
* xhci: rip out background transfer codeGerd Hoffmann2012-09-111-219/+4
* usb: unique packet idsGerd Hoffmann2012-08-311-1/+1
* xhci: trace: slotsGerd Hoffmann2012-06-071-6/+6
* xhci: trace: transfersGerd Hoffmann2012-06-071-8/+10
* xhci: trace: endpointsGerd Hoffmann2012-06-071-17/+5
* xhci: trace: ring fetchGerd Hoffmann2012-06-071-8/+2
* xhci: trace: irq + eventsGerd Hoffmann2012-06-071-8/+4
* xhci: trace: run+stopGerd Hoffmann2012-06-071-3/+2
* xhci: trace: mmio reads+writesGerd Hoffmann2012-06-071-58/+105
* xhci: Clean up reset functionJan Kiszka2012-06-071-5/+4
* usb-xhci: fix bit testLai Jiangshan2012-04-261-1/+1
* usb-xhci: Use PCI DMA helper functionsDavid Gibson2012-04-261-98/+92
* usb: the big renameGerd Hoffmann2012-03-131-0/+2925