summaryrefslogtreecommitdiffstats
path: root/hw/usb-uhci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori2012-02-151-48/+45
|\
| * usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann2012-02-101-6/+7
| * usb: USBPacket: add status, rename owner -> epGerd Hoffmann2012-02-101-2/+2
| * usb-uhci: switch to usb_find_device()Gerd Hoffmann2012-02-101-30/+15
| * usb: kill USB_MSG_RESETGerd Hoffmann2012-02-101-7/+3
| * usb-uhci: implement bandwidth managementGerd Hoffmann2012-02-101-7/+22
* | qom: Unify type registrationAndreas Färber2012-02-151-2/+3
|/
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-42/+54
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-63/+105
* qdev: prepare source tree for code conversionAnthony Liguori2012-01-271-48/+59
* usb: link packets to endpoints not devicesGerd Hoffmann2012-01-171-1/+2
* Remove unnecessary casts from PCI DMA code in usb-uhciDavid Gibson2011-12-121-10/+7
* usb-uhci: Use PCI DMA stub functionsDavid Gibson2011-11-011-11/+11
* 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
OpenPOWER on IntegriCloud