summary refs log tree commit diff stats
path: root/hw/intc/omap_intc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/arm: Replace TABs for spaces in OMAP board and device codeSantiago Monserrat Campanello2025-05-141-77/+77
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-1/+0
* hw/intc: Constify all PropertyRichard Henderson2024-12-151-1/+1
* hw/intc/omap_intc: Remove now-unnecessary abstract base classPeter Maydell2024-10-151-9/+2
* hw/intc: Remove omap2-intc devicePeter Maydell2024-10-011-276/+0
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-2/+2
* hw/other: spelling fixesMichael Tokarev2023-09-211-1/+1
* hw/intc/omap_intc: Use CamelCase for TYPE_OMAP_INTC type namePhilippe Mathieu-Daudé2023-01-121-19/+19
* hw/arm/omap: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé2023-01-121-6/+6
* omap_intc: Use typedef name for instance_sizeEduardo Habkost2020-09-091-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-2/+2
* omap-intc: remove PROP_PTRMarc-André Lureau2020-01-071-7/+10
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-221-1/+1
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-2/+2
* hw/intc: QOM'ify omap_intc.cxiaoqiang zhao2016-05-121-26/+38
* hw/intc: Clean up includesPeter Maydell2016-01-291-0/+1
* omap: Don't use hw_error() in device init() methodsMarkus Armbruster2016-01-131-3/+7
* omap_intc: convert ffs(3) to ctz32() in omap_inth_sir_update()Paolo Bonzini2015-04-281-4/+5
* hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster2013-12-241-0/+4
* omap_intc: QOM'ify omap-intc and omap2-intcAndreas Färber2013-07-291-22/+35
* hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-2/+2
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2
* hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini2013-04-081-0/+649