summaryrefslogtreecommitdiffstats
path: root/hw/timer/exynos4210_pwm.c
Commit message (Expand)AuthorAgeFilesLines
* ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell2022-05-191-1/+1
* exynos4210_pwm: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin2021-01-081-0/+11
* exynos: Fix bad printf format specifiersAlex Chen2020-11-171-4/+4
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* hw/timer/exynos4210_pwm.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-151-5/+12
* ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell2019-10-151-1/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* 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-1/+1
* hw/arm/exynos: Convert fprintf to qemu_log_mask/error_reportKrzysztof Kozlowski2017-04-201-6/+7
* hw/ptimer: Introduce timer policy featureDmitry Osipenko2016-09-221-1/+1
* hw/timer: QOM'ify exynos4210_pwmxiaoqiang.zhao2016-02-181-7/+5Star
* arm: Clean up includesPeter Maydell2016-01-291-0/+1
* savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela2014-05-131-2/+0Star
* aio / timers: Untangle include filesAlex Bligh2013-08-221-0/+1
* exynos4210_pwm: QOM cast cleanupAndreas Färber2013-07-291-4/+8
* hw/t*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-2/+2
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* hw: move timer devices to hw/timer/, configure with default-configs/Paolo Bonzini2013-04-081-0/+422