summaryrefslogtreecommitdiffstats
path: root/hw/usb-ehci.c
Commit message (Expand)AuthorAgeFilesLines
* pci: interrupt pin documentation updateMichael S. Tsirkin2011-09-191-1/+1
* usb: claim port at device initialization time.Gerd Hoffmann2011-09-071-11/+11
* usb-ehci: handle siTDsGerd Hoffmann2011-09-071-1/+42
* 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-1/+1
* ehci: convert to memory APIAvi Kivity2011-08-081-27/+9
* ehci: iovec support, remove bufferGerd Hoffmann2011-08-041-86/+63
* usb: use iovecs in USBPacketGerd Hoffmann2011-08-041-13/+8
* ehci doesn't support migrationGerd Hoffmann2011-07-201-0/+7
* ehci: add ich9 controller.Gerd Hoffmann2011-07-051-14/+29
* ehci: fix port count.Gerd Hoffmann2011-07-051-1/+1
* usb-ehci: Add support for registering companion controllersHans de Goede2011-07-051-30/+144
* usb-ehci: Fix handling of PED and PEDC port status bitsHans de Goede2011-07-051-13/+11
* usb-ehci: cleanup port reset handlingHans de Goede2011-07-051-6/+1
* usb-ehci: Connect Status bit is read only, don't allow changing it by the guestHans de Goede2011-07-051-2/+2
* usb-ehci: drop unused num-ports state memberHans de Goede2011-07-051-1/+0
* 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-1/+1
* usb: Move (initial) call of usb_port_location to usb_fill_portHans de Goede2011-07-051-1/+0
* ehci: switch to nanosecondsGerd Hoffmann2011-06-231-18/+11
* ehci: add freq + maxframes propertiesGerd Hoffmann2011-06-231-2/+12
* Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori2011-06-221-5/+4
|\
| * usb-ehci: move device/vendor/class id to qdevMichael S. Tsirkin2011-06-151-5/+4
* | usb: Use defines for serial bus release number register for EHCIBrad Hards2011-06-141-1/+1
* | usb-ehci: split trace calls to handle arg count limitsGerd Hoffmann2011-06-141-21/+27
* | usb-ehci: itd handling fixes.Gerd Hoffmann2011-06-141-36/+65
* | usb-ehci: drop EXECUTING checks.Gerd Hoffmann2011-06-141-30/+2
* | usb: cancel async packets on unplugGerd Hoffmann2011-06-141-1/+24
* | ehci: fix a number of unused-but-set-variable warnings (new with gcc-4.6)Hans de Goede2011-06-141-4/+1
* | usb-ehci: fix error handling.Gerd Hoffmann2011-06-141-10/+15
* | usb-ehci: fix offset writeback in ehci_buffer_rwGerd Hoffmann2011-06-141-2/+2
* | usb-ehci: multiqueue supportGerd Hoffmann2011-06-141-32/+139
* | usb-ehci: add queue data structGerd Hoffmann2011-06-141-229/+257
* | usb-ehci: trace buffer copyGerd Hoffmann2011-06-141-7/+1
* | usb-ehci: improve mmio tracingGerd Hoffmann2011-06-141-10/+6
* | usb-ehci: trace port stateGerd Hoffmann2011-06-141-6/+4
* | usb-ehci: trace state machine changesGerd Hoffmann2011-06-141-137/+170
* | usb-ehci: trace mmio and usbstsGerd Hoffmann2011-06-141-73/+83
|/
* usb: add ehci adapterGerd Hoffmann2011-05-261-0/+2037
OpenPOWER on IntegriCloud