summaryrefslogtreecommitdiffstats
path: root/hw/timer/imx_gpt.c
Commit message (Expand)AuthorAgeFilesLines
* ARM i.MX timers: fix reset handlingKurban Mallachiev2017-02-281-8/+25
* imx: Use 'const char', not 'char const'Peter Maydell2016-09-221-1/+1
* hw/ptimer: Introduce timer policy featureDmitry Osipenko2016-09-221-1/+1
* i.MX: split the GPT timer implementation into per SOC definitionsJean-Christophe Dubois2016-07-071-6/+63
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* i.MX: Add the CLK_IPG_HIGH clockJean-Christophe Dubois2016-03-161-8/+8
* i.MX: Rename CCM NOCLK to CLK_NONE for naming consistency.Jean-Christophe Dubois2016-03-161-5/+5
* i.MX: Allow GPT timer to rollover.Jean-Christophe Dubois2016-03-161-12/+15
* 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-8/+8
* i.MX: Standardize i.MX GPT debugJean-Christophe Dubois2015-10-271-33/+23Star
* i.MX: KZM: use standalone i.MX31 SOC supportJean-Christophe Dubois2015-09-071-11/+0Star
* i.MX: Fix Coding style for GPT emulatorJean-Christophe Dubois2015-08-131-3/+3
* i.MX: Split GPT emulator in a header file and a source fileJean-Christophe Dubois2015-08-131-76/+3Star
* hw/timer/imx_*: fix TIMER_MAX clash with system symbolMichael Tokarev2014-08-081-16/+16
* 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: 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: Rework functions/types name and use new style initializationJean-Christophe DUBOIS2013-06-251-87/+84Star
* i.MX: Implement a more complete version of the GPT timer.Jean-Christophe DUBOIS2013-06-251-174/+269
* i.MX: split GPT and EPIT timer implementationJean-Christophe DUBOIS2013-06-031-0/+465