aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/hcd-ehci.c
AgeCommit message (Expand)Author
2012-06-27usb: Convert usb_packet_{map, unmap} to universal DMA helpersDavid Gibson
2012-06-20ehci: tracing improvementsGerd Hoffmann
2012-06-20ehci: add live migration supportGerd Hoffmann
2012-06-07ehci: rework frame skippingGerd Hoffmann
2012-06-07ehci: adaptive wakeup rate.Gerd Hoffmann
2012-06-07ehci: create ehci_update_frindexGerd Hoffmann
2012-06-07ehci: remove unused attach_poll_counterGerd Hoffmann
2012-06-07ehci: fix halt status handlingGerd Hoffmann
2012-06-07ehci: update status bits in ehci_set_stateGerd Hoffmann
2012-06-07ehci: add ehci_*_enabled() helpersGerd Hoffmann
2012-06-07ehci: fix resetGerd Hoffmann
2012-06-07ehci: kick async schedule on wakeupGerd Hoffmann
2012-06-07ehci: schedule async bh on async packet completionGerd Hoffmann
2012-06-07ehci: move async schedule to bottom halfGerd Hoffmann
2012-06-07ehci: add async field to EHCIQueueGerd Hoffmann
2012-06-07ehci: tweak queue initializationGerd Hoffmann
2012-06-07ehci: add queuing supportGerd Hoffmann
2012-06-07ehci: move ehci_flush_qhGerd Hoffmann
2012-06-07ehci: cache USBDevice in EHCIQueueGerd Hoffmann
2012-06-07ehci: make ehci_execute work on EHCIPacket instead of EHCIQueueGerd Hoffmann
2012-06-07ehci: add EHCIPacketGerd Hoffmann
2012-05-14fix some common typosJim Meyering
2012-04-26usb-ehci: Ensure frindex writes leave a valid frindex valueHans de Goede
2012-04-26usb-ehci: add missing usb_packet_init() callGerd Hoffmann
2012-04-26usb-ehci: remove hackGerd Hoffmann
2012-04-17usb-ehci: drop assert()Gerd Hoffmann
2012-04-17usb-ehci: Drop unused sofv valueHans de Goede
2012-04-17usb-ehci: frindex always is a 14 bits counterHans de Goede
2012-04-17usb-ehci: fix ehci_child_detachGerd Hoffmann
2012-03-13usb-ehci: drop unused isoch_pause variableHans de Goede
2012-03-13usb: the big renameGerd Hoffmann