summaryrefslogtreecommitdiffstats
path: root/hw/timer/imx_epit.c
Commit message (Expand)AuthorAgeFilesLines
* target/imx: reload cmp timer outside of the reload ptimer transactionAxel Heider2022-10-271-2/+7
* ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell2022-05-191-2/+2
* hw/timer/imx_epit: Avoid assertion when CR.SWR is writtenPeter Maydell2020-08-031-3/+10
* hw/timer/imx_epit.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-151-5/+27
* ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell2019-10-151-2/+2
* 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-0/+1
* imx: Use 'const char', not 'char const'Peter Maydell2016-09-221-1/+1
* hw/ptimer: Introduce timer policy featureDmitry Osipenko2016-09-221-2/+2
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* i.MX: Add the CLK_IPG_HIGH clockJean-Christophe Dubois2016-03-161-4/+4
* i.MX: Rename CCM NOCLK to CLK_NONE for naming consistency.Jean-Christophe Dubois2016-03-161-1/+1
* arm: Clean up includesPeter Maydell2016-01-291-0/+1
* i.MX: rename i.MX CCM get_clock() function and CLK ID enum namesJean-Christophe Dubois2015-12-171-11/+9Star
* i.MX: Standardize i.MX EPIT debugJean-Christophe Dubois2015-10-271-28/+20Star
* i.MX: KZM: use standalone i.MX31 SOC supportJean-Christophe Dubois2015-09-071-11/+0Star
* i.MX: Fix Coding style for EPIT emulatorJean-Christophe Dubois2015-08-131-6/+6
* i.MX: Split EPIT emulator in a header file and a source fileJean-Christophe Dubois2015-08-131-49/+3Star
* hw/timer/imx_*: fix TIMER_MAX clash with system symbolMichael Tokarev2014-08-081-8/+8
* savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela2014-05-131-2/+1Star
* aio / timers: Untangle include filesAlex Bligh2013-08-221-0/+1
* hw/timer/imx_epit: Simplify and fix imx_epit implementationPeter Chubb2013-08-201-58/+36Star
* hw: Avoid use of QOM type name macros in VMStateDescriptionsPeter Maydell2013-07-231-1/+1
* hw/t*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* i.MX: Improve EPIT timer code.Jean-Christophe DUBOIS2013-06-031-104/+132
* i.MX: split GPT and EPIT timer implementationJean-Christophe DUBOIS2013-06-031-0/+404