summaryrefslogtreecommitdiff
path: root/hw/usb/hcd-ehci.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-31usb: Halt ep queue en cancel pending packets on a packet errorHans de Goede1-0/+13
2012-08-16ehci: Fix setting of halt bit from usbcmd register updatesHans de Goede1-7/+8
2012-08-16ehci: fix Interrupt Threshold Control implementationGerd Hoffmann1-2/+10
2012-08-15ehci: fix assertion typoAlejandro Martinez Ruiz1-1/+1
2012-07-12ehci: improve expire time calculationGerd Hoffmann1-4/+4
2012-07-12ehci: implement Interrupt Threshold Control supportGerd Hoffmann1-29/+54
2012-07-12ehci: raise irq in the frame timerGerd Hoffmann1-2/+2
2012-07-09ehci: Kick async schedule on wakeup in the non companion caseHans de Goede1-2/+3
2012-07-09usb-ehci: Fix an assert whenever isoc transfers are usedHans de Goede1-0/+1
2012-07-09ehci: don't flush cache on doorbell rings.Gerd Hoffmann1-6/+29
2012-07-09ehci: fix td writebackGerd Hoffmann1-2/+4
2012-07-09ehci: fix ehci_qh_do_overlayGerd Hoffmann1-19/+18
2012-06-27usb: Convert usb_packet_{map, unmap} to universal DMA helpersDavid Gibson1-2/+2
2012-06-20ehci: tracing improvementsGerd Hoffmann1-2/+5
2012-06-20ehci: add live migration supportGerd Hoffmann1-6/+56
2012-06-07ehci: rework frame skippingGerd Hoffmann1-15/+10
2012-06-07ehci: adaptive wakeup rate.Gerd Hoffmann1-18/+39
2012-06-07ehci: create ehci_update_frindexGerd Hoffmann1-12/+23
2012-06-07ehci: remove unused attach_poll_counterGerd Hoffmann1-2/+0
2012-06-07ehci: fix halt status handlingGerd Hoffmann1-15/+24
2012-06-07ehci: update status bits in ehci_set_stateGerd Hoffmann1-4/+10
2012-06-07ehci: add ehci_*_enabled() helpersGerd Hoffmann1-6/+21
2012-06-07ehci: fix resetGerd Hoffmann1-4/+6
2012-06-07ehci: kick async schedule on wakeupGerd Hoffmann1-0/+2
2012-06-07ehci: schedule async bh on async packet completionGerd Hoffmann1-0/+4
2012-06-07ehci: move async schedule to bottom halfGerd Hoffmann1-1/+10
2012-06-07ehci: add async field to EHCIQueueGerd Hoffmann1-43/+49
2012-06-07ehci: tweak queue initializationGerd Hoffmann1-4/+4
2012-06-07ehci: add queuing supportGerd Hoffmann1-9/+51
2012-06-07ehci: move ehci_flush_qhGerd Hoffmann1-17/+18
2012-06-07ehci: cache USBDevice in EHCIQueueGerd Hoffmann1-12/+19
2012-06-07ehci: make ehci_execute work on EHCIPacket instead of EHCIQueueGerd Hoffmann1-13/+9
2012-06-07ehci: add EHCIPacketGerd Hoffmann1-77/+157
2012-05-14fix some common typosJim Meyering1-2/+2
2012-04-26usb-ehci: Ensure frindex writes leave a valid frindex valueHans de Goede1-0/+4
2012-04-26usb-ehci: add missing usb_packet_init() callGerd Hoffmann1-0/+1
2012-04-26usb-ehci: remove hackGerd Hoffmann1-18/+0
2012-04-17usb-ehci: drop assert()Gerd Hoffmann1-1/+0
2012-04-17usb-ehci: Drop unused sofv valueHans de Goede1-8/+0
2012-04-17usb-ehci: frindex always is a 14 bits counterHans de Goede1-2/+6
2012-04-17usb-ehci: fix ehci_child_detachGerd Hoffmann1-1/+0
2012-03-13usb-ehci: drop unused isoch_pause variableHans de Goede1-5/+1
2012-03-13usb: the big renameGerd Hoffmann1-0/+2345