summaryrefslogtreecommitdiffstats
path: root/hw/usb-ohci.c
Commit message (Expand)AuthorAgeFilesLines
* usb: the big renameGerd Hoffmann2012-03-131-1898/+0
* usb: add USB_RET_IOERRORHans de Goede2012-03-071-0/+2
* Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori2012-02-151-40/+41
|\
| * usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann2012-02-101-8/+8
| * usb: USBPacket: add status, rename owner -> epGerd Hoffmann2012-02-101-2/+2
| * usb-ohci: switch to usb_find_device()Gerd Hoffmann2012-02-101-36/+37
| * usb: kill USB_MSG_RESETGerd Hoffmann2012-02-101-2/+2
* | qom: Unify type registrationAndreas Färber2012-02-151-2/+3
|/
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-18/+24
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-6/+13
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-14/+23
* qdev: don't access name through infoAnthony Liguori2012-01-271-1/+1
* qdev: move qdev->info to classAnthony Liguori2012-01-271-1/+1
* usb: link packets to endpoints not devicesGerd Hoffmann2012-01-171-1/+3
* usb-ohci: td.cbp incorrectly updated near page endAndriy Gapon2012-01-061-3/+3
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-1/+1
* hw/usb-ohci: Honour endpoint maximum packet sizePeter Maydell2011-10-131-10/+27
* hw/usb-ohci: Fix OHCI_TD_T1 bit position definitionPeter Maydell2011-10-131-1/+1
* usb: fix port resetGerd Hoffmann2011-10-131-1/+1
* 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
OpenPOWER on IntegriCloud