aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-uhci.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-07usb: claim port at device initialization time.Gerd Hoffmann1-5/+6
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity1-2/+1
2011-08-08uhci: convert to memory APIAvi Kivity1-14/+28
2011-08-04uhci: remove bufferGerd Hoffmann1-8/+7
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann1-21/+17
2011-07-22usb-uhci: fix irq handling on error.Gerd Hoffmann1-0/+6
2011-07-05uhci: add ich9 controllersGerd Hoffmann1-15/+39
2011-07-05usb-uhci: Add support for being a companion controllerHans de Goede1-5/+36
2011-07-05usb: Replace device_destroy bus op with a child_detach port opHans de Goede1-8/+10
2011-07-05usb: Make port wakeup and complete ops take a USBPort instead of a DeviceHans de Goede1-6/+5
2011-07-05usb: Move (initial) call of usb_port_location to usb_fill_portHans de Goede1-1/+0
2011-06-22Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori1-29/+17
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin1-57/+31
2011-06-14usb-uhci: fix expire time initialization.Gerd Hoffmann1-2/+2
2011-06-14usb: Use defines for serial bus release number register for UHCIBrad Hards1-1/+1
2011-06-14usb: cancel async packets on unplugGerd Hoffmann1-1/+25
2011-06-12usb-uhci: convert to PCIDEviceInfo to initialize idsIsaku Yamahata1-29/+17
2011-05-26usb: add usb_handle_packetGerd Hoffmann1-1/+1
2011-05-26Bug #757654: UHCI fails to signal stall response patchJan Vesely1-0/+4
2011-05-04usb: move complete callback to port opsGerd Hoffmann1-4/+3
2011-05-04uhci: keep uhci state pointer in async packet struct.Gerd Hoffmann1-4/+8
2011-05-04uhci: switch to QTAILQGerd Hoffmann1-48/+15
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-3/+3
2011-01-12usb: zap pdev from usbportGerd Hoffmann1-1/+1
2011-01-11usb: keep track of physical port address.Gerd Hoffmann1-0/+1
2011-01-11usb: add speed mask to portsGerd Hoffmann1-1/+2
2011-01-11usb: uhci: remote wakeup support.Gerd Hoffmann1-2/+21
2011-01-11usb: rework attach/detach workflowGerd Hoffmann1-39/+30
2011-01-11usb: create USBPortOps, move attach there.Gerd Hoffmann1-1/+5
2010-12-11Record which USBDevice USBPort belongs too.Gleb Natapov1-1/+1
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata1-1/+0
2010-06-30usb-uhci: fix commit 8e65b7c04965c8355e4ce43211582b6b83054e3d for vmstateTeLeMan1-1/+2
2010-06-29MIPS: Initial support of VIA USB controller used by fulong mini pcHuacai Chen1-0/+28
2010-04-25usb: remove dead assignments, spotted by clang analyzerBlue Swirl1-4/+2
2010-04-04UHCI spurious interrut fixPaul Brook1-3/+4
2010-02-10audio streaming from usb devicesDavid S. Ahern1-12/+55
2010-02-07Do not use dprintfmalc1-20/+20
2009-12-23usb-uhci: symbolic names for pci registersMichael S. Tsirkin1-3/+4
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster1-4/+4
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela1-1/+2
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin1-0/+1
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata1-1/+1
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata1-1/+1
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa1-1/+0
2009-10-27usb-uhci: port to vmstateJuan Quintela1-45/+34
2009-10-27usb-uhci: Add num_ports_vmstate to UHCIStateJuan Quintela1-7/+7
2009-10-05switch usb bus to inplace allocation.Gerd Hoffmann1-3/+3
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-1/+1
2009-09-09qdev/usb: convert uhci.Gerd Hoffmann1-35/+43