summaryrefslogtreecommitdiff
path: root/hw/usb/hcd-uhci.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-25usb: Move clearing of queue on halt to the coreHans de Goede1-16/+6
2012-10-25usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede1-5/+11
2012-10-25uhci: Move checks to continue queuing to uhci_fill_queue()Hans de Goede1-7/+3
2012-10-25uhci: Properly unmap packets on cancel / invalid pidHans de Goede1-0/+2
2012-10-11uhci: Raise interrupt when requested even for non active tdsHans de Goede1-1/+9
2012-09-13uhci: Don't queue up packets after one with the SPD flag setHans de Goede1-1/+4
2012-09-11usb: controllers do not need to check for babble themselvesHans de Goede1-5/+0
2012-08-31usb: unique packet idsGerd Hoffmann1-2/+2
2012-08-31usb: Halt ep queue en cancel pending packets on a packet errorHans de Goede1-0/+16
2012-07-29Merge branch pci into masterMichael S. Tsirkin1-2/+1
2012-07-12uhci: initialize expire_time when loading v1 vmstateGerd Hoffmann1-0/+12
2012-07-04pci: convert PCIUnregisterFunc to voidAlex Williamson1-2/+1
2012-06-27usb: Convert usb_packet_{map, unmap} to universal DMA helpersDavid Gibson1-1/+1
2012-06-20uhci: fix uhci_async_cancel_allGerd Hoffmann1-2/+2
2012-06-07uhci: fix irq routingGerd Hoffmann1-2/+19
2012-06-07uhci: zap uhci_pre_saveGerd Hoffmann1-8/+0
2012-06-07uhci: make bandwidth tunableGerd Hoffmann1-2/+4
2012-06-07uhci: use bottom halfGerd Hoffmann1-1/+13
2012-06-07uhci: fix bandwidth managementGerd Hoffmann1-10/+12
2012-04-26usb-uhci: update irq line on resetGerd Hoffmann1-0/+1
2012-04-17usb-uhci: queuing fixGerd Hoffmann1-3/+10
2012-04-17usb-uhci: stop queue filling when we find a in-flight tdGerd Hoffmann1-0/+3
2012-03-13uhci: alloc can't fail, drop check.Gerd Hoffmann1-2/+0
2012-03-13uhci: new uhci_handle_td return code for tds still in flightGerd Hoffmann1-5/+7
2012-03-13uhci: renumber uhci_handle_td return codesGerd Hoffmann1-4/+4
2012-03-13uhci: use enum for uhci_handle_td return codesGerd Hoffmann1-16/+23
2012-03-13uhci: tracing supportGerd Hoffmann1-55/+32
2012-03-13uhci: cancel on schedule stop.Gerd Hoffmann1-0/+1
2012-03-13uhci: fix uhci_async_cancel_allGerd Hoffmann1-0/+1
2012-03-13uhci: pass addr to uhci_async_allocGerd Hoffmann1-3/+3
2012-03-13usb: zap hw/ush-{ohic,uhci}.h + init wrappersGerd Hoffmann1-16/+0
2012-03-13usb: the big renameGerd Hoffmann1-0/+1408