aboutsummaryrefslogtreecommitdiff
path: root/hw/usb-uhci.c
AgeCommit message (Expand)Author
2011-10-13usb: fix port resetGerd Hoffmann
2011-09-19pci: interrupt pin documentation updateMichael S. Tsirkin
2011-09-07usb: claim port at device initialization time.Gerd Hoffmann
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity
2011-08-08uhci: convert to memory APIAvi Kivity
2011-08-04uhci: remove bufferGerd Hoffmann
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann
2011-07-22usb-uhci: fix irq handling on error.Gerd Hoffmann
2011-07-05uhci: add ich9 controllersGerd Hoffmann
2011-07-05usb-uhci: Add support for being a companion controllerHans de Goede
2011-07-05usb: Replace device_destroy bus op with a child_detach port opHans de Goede
2011-07-05usb: Make port wakeup and complete ops take a USBPort instead of a DeviceHans de Goede
2011-07-05usb: Move (initial) call of usb_port_location to usb_fill_portHans de Goede
2011-06-22Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin
2011-06-14usb-uhci: fix expire time initialization.Gerd Hoffmann
2011-06-14usb: Use defines for serial bus release number register for UHCIBrad Hards
2011-06-14usb: cancel async packets on unplugGerd Hoffmann
2011-06-12usb-uhci: convert to PCIDEviceInfo to initialize idsIsaku Yamahata
2011-05-26usb: add usb_handle_packetGerd Hoffmann
2011-05-26Bug #757654: UHCI fails to signal stall response patchJan Vesely
2011-05-04usb: move complete callback to port opsGerd Hoffmann
2011-05-04uhci: keep uhci state pointer in async packet struct.Gerd Hoffmann
2011-05-04uhci: switch to QTAILQGerd Hoffmann
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-01-12usb: zap pdev from usbportGerd Hoffmann
2011-01-11usb: keep track of physical port address.Gerd Hoffmann
2011-01-11usb: add speed mask to portsGerd Hoffmann
2011-01-11usb: uhci: remote wakeup support.Gerd Hoffmann
2011-01-11usb: rework attach/detach workflowGerd Hoffmann
2011-01-11usb: create USBPortOps, move attach there.Gerd Hoffmann
2010-12-11Record which USBDevice USBPort belongs too.Gleb Natapov
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata
2010-06-30usb-uhci: fix commit 8e65b7c04965c8355e4ce43211582b6b83054e3d for vmstateTeLeMan
2010-06-29MIPS: Initial support of VIA USB controller used by fulong mini pcHuacai Chen
2010-04-25usb: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-04UHCI spurious interrut fixPaul Brook
2010-02-10audio streaming from usb devicesDavid S. Ahern
2010-02-07Do not use dprintfmalc
2009-12-23usb-uhci: symbolic names for pci registersMichael S. Tsirkin
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa
2009-10-27usb-uhci: port to vmstateJuan Quintela
2009-10-27usb-uhci: Add num_ports_vmstate to UHCIStateJuan Quintela
2009-10-05switch usb bus to inplace allocation.Gerd Hoffmann