summaryrefslogtreecommitdiffstats
path: root/hw/usb-ohci.c
Commit message (Expand)AuthorAgeFilesLines
* pci: interrupt pin documentation updateMichael S. Tsirkin2011-09-191-2/+1
* usb: claim port at device initialization time.Gerd Hoffmann2011-09-071-2/+2
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-081-1/+1
* usb: use iovecs in USBPacketGerd Hoffmann2011-08-041-12/+11
* usb-ohci: convert to MemoryRegionAvi Kivity2011-07-291-25/+17
* usb-ohci: raise interrupt on attachGerd Hoffmann2011-07-081-1/+7
* usb-ohci: Add support for being a companion controllerHans de Goede2011-07-051-12/+40
* usb: Replace device_destroy bus op with a child_detach port opHans de Goede2011-07-051-4/+12
* usb: Make port wakeup and complete ops take a USBPort instead of a DeviceHans de Goede2011-07-051-7/+5
* usb: Move (initial) call of usb_port_location to usb_fill_portHans de Goede2011-07-051-1/+0
* hw/usb-ohci.c: Fix handling of remote wakeup corner casesPeter Maydell2011-06-231-3/+14
* Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori2011-06-221-4/+3
|\
| * Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin2011-06-151-8/+5
| |\
| * | hw/usb-ohci.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-4/+3
* | | hw/usb-ohci.c: Implement remote wakeupPeter Maydell2011-06-141-0/+17
* | | hw/usb-ohci.c: Ignore writes to HcPeriodCurrentED registerPeter Maydell2011-06-141-0/+4
* | | usb: cancel async packets on unplugGerd Hoffmann2011-06-141-1/+15
| |/ |/|
* | usb: add usb_handle_packetGerd Hoffmann2011-05-261-2/+2
* | Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori2011-05-051-9/+1
|\ \ | |/
| * Merge remote branch 'origin/master' into pciMichael S. Tsirkin2011-05-051-8/+6
| |\
| * | usb-ohci: convert to pci_register_bar_simple()Avi Kivity2011-04-071-9/+1
* | | usb: move complete callback to port opsGerd Hoffmann2011-05-041-5/+2
* | | ohci: get ohci state via container_of()Gerd Hoffmann2011-05-041-1/+1
| |/ |/|
* | Replace cpu_physical_memory_rw were possibleStefan Weil2011-04-121-8/+6
|/
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-4/+4
* 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: rework attach/detach workflowGerd Hoffmann2011-01-111-42/+38
* usb: create USBPortOps, move attach there.Gerd Hoffmann2011-01-111-1/+5
* Record which USBDevice USBPort belongs too.Gleb Natapov2010-12-111-1/+1
* usb_ohci: Always use little endianAlexander Graf2010-12-111-8/+1
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* pci: Replace unneeded type casts in calls of pci_register_barStefan Weil2010-11-221-1/+1
* OHCI address decoding fixPaul Brook2010-06-131-0/+4
* usb: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-0/+16
* Fix harmless if statements with empty body, spotted by clangBlue Swirl2010-04-181-4/+6
* OHCI qdev conversionPaul Brook2010-04-051-36/+33
* Revert "Compile usb-ohci only once"Paul Brook2010-04-041-60/+26
* usb: class specific interface requestsMax Reitz2010-03-311-1/+1
* Compile usb-ohci only onceBlue Swirl2010-03-211-26/+60
* Do not use dprintfmalc2010-02-071-32/+32
* usb-ohci: symbolic names for pci registersMichael S. Tsirkin2009-12-231-2/+4
* qdev: Replace device names containing whitespaceMarkus Armbruster2009-12-121-3/+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
* switch usb bus to inplace allocation.Gerd Hoffmann2009-10-051-3/+3
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-4/+4
OpenPOWER on IntegriCloud