summaryrefslogtreecommitdiff
path: root/hw/timer/imx_gpt.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-03-16i.MX: Add the CLK_IPG_HIGH clockJean-Christophe Dubois1-8/+8
2016-03-16i.MX: Rename CCM NOCLK to CLK_NONE for naming consistency.Jean-Christophe Dubois1-5/+5
2016-03-16i.MX: Allow GPT timer to rollover.Jean-Christophe Dubois1-12/+15
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-8/+8
2015-10-27i.MX: Standardize i.MX GPT debugJean-Christophe Dubois1-33/+23
2015-09-07i.MX: KZM: use standalone i.MX31 SOC supportJean-Christophe Dubois1-11/+0
2015-08-13i.MX: Fix Coding style for GPT emulatorJean-Christophe Dubois1-3/+3
2015-08-13i.MX: Split GPT emulator in a header file and a source fileJean-Christophe Dubois1-76/+3
2014-08-09hw/timer/imx_*: fix TIMER_MAX clash with system symbolMichael Tokarev1-16/+16
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-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-25i.MX: Rework functions/types name and use new style initializationJean-Christophe DUBOIS1-87/+84
2013-06-25i.MX: Implement a more complete version of the GPT timer.Jean-Christophe DUBOIS1-174/+269
2013-06-03i.MX: split GPT and EPIT timer implementationJean-Christophe DUBOIS1-0/+465