aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/hcd-ehci.h
AgeCommit message (Expand)Author
2020-10-27hw/arm/npcm7xx: Add EHCI and OHCI controllersHavard Skinnemoen
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-03-12hw/arm/allwinner-h3: add USB host controllerNiek Linnenbank
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-01-30hw/usb: Fix LGPL information in the file headersThomas Huth
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini
2019-01-08hw/usb: Add generic sys-bus EHCI controllerHongbo Zhang
2017-09-27ehci: Add ppc4xx-ehci for the USB 2.0 controller in embedded PPC SoCsBALATON Zoltan
2017-06-13ehci: stop recursive calls to ehci_work_bhGerd Hoffmann
2017-02-21usb: ehci: fix memory leak in ehciLi Qiang
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster
2015-03-20ehci: fix segfault when hot-unplugging ehci controllerGonglei
2014-09-23usb: tag standalone ehci as hotpluggableGerd Hoffmann
2014-08-29usb-ehci: add ehci unrealize funcitonGonglei
2014-08-29usb-ehci: add vmstate properity for EHCIStateGonglei
2013-12-02trace: Remove trace.h from hw/usb/hcd-ehci.h (less dependencies)Stefan Weil
2013-09-10ehci: save device pointer in EHCIStateGerd Hoffmann
2013-06-24usb/hcd-ehci: Add Faraday FUSBH200 supportKuo-Jung Su
2013-06-24usb/hcd-ehci: Replace PORTSC macros with variablesKuo-Jung Su
2013-06-24usb/hcd-ehci: Add Tegra2 SysBus EHCI deviceAndreas Färber
2013-06-24usb/hcd-ehci: Split off instance_init from realizeAndreas Färber
2013-06-24usb/hcd-ehci-sysbus: Convert to QOM realizeAndreas Färber
2013-06-20dma: eliminate DMAContextPaolo Bonzini
2013-01-07usb/ehci: Add SysBus EHCI device for Exynos4210Andreas Färber
2013-01-07usb/ehci: Move capsbase and opregbase into SysBus EHCI classAndreas Färber
2013-01-07usb/ehci: Clean up SysBus and PCI EHCI splitAndreas Färber
2013-01-07ehci: Verify a queue's ep direction does not changeHans de Goede
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-19janitor: add guards to headersPaolo Bonzini
2012-12-04ehci: Lower timer freq when the periodic schedule is idleHans de Goede
2012-11-08ehci: Add support for packets with both data and an error statusHans de Goede
2012-11-01usb/ehci: split into multiple source filesGerd Hoffmann