summary refs log tree commit diff stats
path: root/hw/usb/hcd-ehci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ehci: fix td writebackGerd Hoffmann2012-07-091-2/+4
* ehci: fix ehci_qh_do_overlayGerd Hoffmann2012-07-091-19/+18
* usb: Convert usb_packet_{map, unmap} to universal DMA helpersDavid Gibson2012-06-271-2/+2
* ehci: tracing improvementsGerd Hoffmann2012-06-201-2/+5
* ehci: add live migration supportGerd Hoffmann2012-06-201-6/+56
* ehci: rework frame skippingGerd Hoffmann2012-06-071-15/+10
* ehci: adaptive wakeup rate.Gerd Hoffmann2012-06-071-18/+39
* ehci: create ehci_update_frindexGerd Hoffmann2012-06-071-12/+23
* ehci: remove unused attach_poll_counterGerd Hoffmann2012-06-071-2/+0
* ehci: fix halt status handlingGerd Hoffmann2012-06-071-15/+24
* ehci: update status bits in ehci_set_stateGerd Hoffmann2012-06-071-4/+10
* ehci: add ehci_*_enabled() helpersGerd Hoffmann2012-06-071-6/+21
* ehci: fix resetGerd Hoffmann2012-06-071-4/+6
* ehci: kick async schedule on wakeupGerd Hoffmann2012-06-071-0/+2
* ehci: schedule async bh on async packet completionGerd Hoffmann2012-06-071-0/+4
* ehci: move async schedule to bottom halfGerd Hoffmann2012-06-071-1/+10
* ehci: add async field to EHCIQueueGerd Hoffmann2012-06-071-43/+49
* ehci: tweak queue initializationGerd Hoffmann2012-06-071-4/+4
* ehci: add queuing supportGerd Hoffmann2012-06-071-9/+51
* ehci: move ehci_flush_qhGerd Hoffmann2012-06-071-17/+18
* ehci: cache USBDevice in EHCIQueueGerd Hoffmann2012-06-071-12/+19
* ehci: make ehci_execute work on EHCIPacket instead of EHCIQueueGerd Hoffmann2012-06-071-13/+9
* ehci: add EHCIPacketGerd Hoffmann2012-06-071-77/+157
* fix some common typosJim Meyering2012-05-141-2/+2
* usb-ehci: Ensure frindex writes leave a valid frindex valueHans de Goede2012-04-261-0/+4
* usb-ehci: add missing usb_packet_init() callGerd Hoffmann2012-04-261-0/+1
* usb-ehci: remove hackGerd Hoffmann2012-04-261-18/+0
* usb-ehci: drop assert()Gerd Hoffmann2012-04-171-1/+0
* usb-ehci: Drop unused sofv valueHans de Goede2012-04-171-8/+0
* usb-ehci: frindex always is a 14 bits counterHans de Goede2012-04-171-2/+6
* usb-ehci: fix ehci_child_detachGerd Hoffmann2012-04-171-1/+0
* usb-ehci: drop unused isoch_pause variableHans de Goede2012-03-131-5/+1
* usb: the big renameGerd Hoffmann2012-03-131-0/+2345