aboutsummaryrefslogtreecommitdiff
path: root/hw/timer/imx_epit.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-03hw/timer/imx_epit: Avoid assertion when CR.SWR is writtenPeter Maydell1-3/+10
2019-10-15hw/timer/imx_epit.c: Switch to transaction-based ptimer APIPeter Maydell1-5/+27
2019-10-15ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell1-2/+2
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2016-09-22imx: Use 'const char', not 'char const'Peter Maydell1-1/+1
2016-09-22hw/ptimer: Introduce timer policy featureDmitry Osipenko1-2/+2
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-03-16i.MX: Add the CLK_IPG_HIGH clockJean-Christophe Dubois1-4/+4
2016-03-16i.MX: Rename CCM NOCLK to CLK_NONE for naming consistency.Jean-Christophe Dubois1-1/+1
2016-01-29arm: Clean up includesPeter Maydell1-0/+1
2015-12-17i.MX: rename i.MX CCM get_clock() function and CLK ID enum namesJean-Christophe Dubois1-11/+9
2015-10-27i.MX: Standardize i.MX EPIT debugJean-Christophe Dubois1-28/+20
2015-09-07i.MX: KZM: use standalone i.MX31 SOC supportJean-Christophe Dubois1-11/+0
2015-08-13i.MX: Fix Coding style for EPIT emulatorJean-Christophe Dubois1-6/+6
2015-08-13i.MX: Split EPIT emulator in a header file and a source fileJean-Christophe Dubois1-49/+3
2014-08-09hw/timer/imx_*: fix TIMER_MAX clash with system symbolMichael Tokarev1-8/+8
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela1-2/+1
2013-08-22aio / timers: Untangle include filesAlex Bligh1-0/+1
2013-08-20hw/timer/imx_epit: Simplify and fix imx_epit implementationPeter Chubb1-58/+36
2013-07-23hw: Avoid use of QOM type name macros in VMStateDescriptionsPeter Maydell1-1/+1
2013-07-04hw/t*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-06-03i.MX: Improve EPIT timer code.Jean-Christophe DUBOIS1-104/+132
2013-06-03i.MX: split GPT and EPIT timer implementationJean-Christophe DUBOIS1-0/+404