summaryrefslogtreecommitdiffstats
path: root/hw/usb-uhci.c
Commit message (Expand)AuthorAgeFilesLines
* usb: fix port resetGerd Hoffmann2011-10-131-1/+1
* pci: interrupt pin documentation updateMichael S. Tsirkin2011-09-191-1/+1
* usb: claim port at device initialization time.Gerd Hoffmann2011-09-071-5/+6
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-081-2/+1
* uhci: convert to memory APIAvi Kivity2011-08-081-14/+28
* uhci: remove bufferGerd Hoffmann2011-08-041-8/+7
* usb: use iovecs in USBPacketGerd Hoffmann2011-08-041-21/+17
* usb-uhci: fix irq handling on error.Gerd Hoffmann2011-07-221-0/+6
* uhci: add ich9 controllersGerd Hoffmann2011-07-051-15/+39
* usb-uhci: Add support for being a companion controllerHans de Goede2011-07-051-5/+36
* usb: Replace device_destroy bus op with a child_detach port opHans de Goede2011-07-051-8/+10
* usb: Make port wakeup and complete ops take a USBPort instead of a DeviceHans de Goede2011-07-051-6/+5
* usb: Move (initial) call of usb_port_location to usb_fill_portHans de Goede2011-07-051-1/+0
* Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori2011-06-221-29/+17
|\
| * Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin2011-06-151-57/+31
| |\
| * | usb-uhci: convert to PCIDEviceInfo to initialize idsIsaku Yamahata2011-06-121-29/+17
* | | usb-uhci: fix expire time initialization.Gerd Hoffmann2011-06-141-2/+2
* | | usb: Use defines for serial bus release number register for UHCIBrad Hards2011-06-141-1/+1
* | | usb: cancel async packets on unplugGerd Hoffmann2011-06-141-1/+25
| |/ |/|
* | usb: add usb_handle_packetGerd Hoffmann2011-05-261-1/+1
* | Bug #757654: UHCI fails to signal stall response patchJan Vesely2011-05-261-0/+4
* | usb: move complete callback to port opsGerd Hoffmann2011-05-041-4/+3
* | uhci: keep uhci state pointer in async packet struct.Gerd Hoffmann2011-05-041-4/+8
* | uhci: switch to QTAILQGerd Hoffmann2011-05-041-48/+15
|/
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-3/+3
* usb: zap pdev from usbportGerd Hoffmann2011-01-121-1/+1
* usb: keep track of physical port address.Gerd Hoffmann2011-01-111-0/+1
* usb: add speed mask to portsGerd Hoffmann2011-01-111-1/+2
* usb: uhci: remote wakeup support.Gerd Hoffmann2011-01-111-2/+21
* usb: rework attach/detach workflowGerd Hoffmann2011-01-111-39/+30
* usb: create USBPortOps, move attach there.Gerd Hoffmann2011-01-111-1/+5
* Record which USBDevice USBPort belongs too.Gleb Natapov2010-12-111-1/+1
* pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata2010-07-111-1/+0
* usb-uhci: fix commit 8e65b7c04965c8355e4ce43211582b6b83054e3d for vmstateTeLeMan2010-06-301-1/+2
* MIPS: Initial support of VIA USB controller used by fulong mini pcHuacai Chen2010-06-291-0/+28
* usb: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-4/+2
* UHCI spurious interrut fixPaul Brook2010-04-041-3/+4
* audio streaming from usb devicesDavid S. Ahern2010-02-101-12/+55
* Do not use dprintfmalc2010-02-071-20/+20
* usb-uhci: symbolic names for pci registersMichael S. Tsirkin2009-12-231-3/+4
* qdev: Replace device names containing whitespaceMarkus Armbruster2009-12-121-4/+4
* savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela2009-12-031-1/+2
* pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin2009-12-011-0/+1
* pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2009-11-091-1/+1
* pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata2009-11-091-1/+1
* v3: don't call reset functions on cpu initializationGlauber Costa2009-11-071-1/+0
* usb-uhci: port to vmstateJuan Quintela2009-10-271-45/+34
* usb-uhci: Add num_ports_vmstate to UHCIStateJuan Quintela2009-10-271-7/+7
* switch usb bus to inplace allocation.Gerd Hoffmann2009-10-051-3/+3
OpenPOWER on IntegriCloud