aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/hcd-xhci.c
AgeCommit message (Expand)Author
2012-10-05cleanup useless return sentenceAmos Kong
2012-09-26xhci: create a memory region for each portGerd Hoffmann
2012-09-26xhci: route string & usb hub supportGerd Hoffmann
2012-09-26xhci: tweak limitsGerd Hoffmann
2012-09-11xhci: allow bytewise capability register readsGerd Hoffmann
2012-09-11xhci: kill xhci_mem_{read,write} dispatcher functionsGerd Hoffmann
2012-09-11xhci: support multiple interruptersGerd Hoffmann
2012-09-11xhci: pick target interrupterGerd Hoffmann
2012-09-11xhci: prepare xhci_runtime_{read,write} for multiple interruptersGerd Hoffmann
2012-09-11xhci: add XHCIInterrupterGerd Hoffmann
2012-09-11xhci: move register update into xhci_intr_raiseGerd Hoffmann
2012-09-11xhci: add msix supportGerd Hoffmann
2012-09-11xhci: rework interrupt handlingGerd Hoffmann
2012-09-11xhci: fix & cleanup msi.Gerd Hoffmann
2012-09-11xhci: update port handlingGerd Hoffmann
2012-09-11xhci: update register layoutGerd Hoffmann
2012-09-11xhci: fix runtime write tracepointGerd Hoffmann
2012-09-11xhci: add trace_usb_xhci_ep_set_dequeueGerd Hoffmann
2012-09-11xhci: trace cc codes in cleartextGerd Hoffmann
2012-09-11xhci: iso xfer supportGerd Hoffmann
2012-09-11xhci: implement mfindexGerd Hoffmann
2012-09-11xhci: move device lookup into xhci_setup_packetGerd Hoffmann
2012-09-11xhci: drop bufferingGerd Hoffmann
2012-09-11xhci: rip out background transfer codeGerd Hoffmann
2012-08-31usb: unique packet idsGerd Hoffmann
2012-06-07xhci: trace: slotsGerd Hoffmann
2012-06-07xhci: trace: transfersGerd Hoffmann
2012-06-07xhci: trace: endpointsGerd Hoffmann
2012-06-07xhci: trace: ring fetchGerd Hoffmann
2012-06-07xhci: trace: irq + eventsGerd Hoffmann
2012-06-07xhci: trace: run+stopGerd Hoffmann
2012-06-07xhci: trace: mmio reads+writesGerd Hoffmann
2012-06-07xhci: Clean up reset functionJan Kiszka
2012-04-26usb-xhci: fix bit testLai Jiangshan
2012-04-26usb-xhci: Use PCI DMA helper functionsDavid Gibson
2012-03-13usb: the big renameGerd Hoffmann