summaryrefslogtreecommitdiffstats
path: root/hw/misc/imx31_ccm.c
Commit message (Expand)AuthorAgeFilesLines
* i.MX31: Fix bad printf format specifiersAlex Chen2020-12-101-7/+7
* Include migration/vmstate.h 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: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* i.MX: Add the CLK_IPG_HIGH clockJean-Christophe Dubois2016-03-161-0/+1
* i.MX: Remove CCM useless clock computation handling.Jean-Christophe Dubois2016-03-161-32/+0Star
* 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
* fpu: Replace uint32 typedef with uint32_tPeter Maydell2016-01-221-1/+1
* i.MX: move i.MX31 CCM object to register arrayJean-Christophe DUBOIS2016-01-111-103/+85Star
* i.MX: Split the CCM class into an abstract base class and a concrete classJean-Christophe Dubois2015-12-171-0/+392