aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/imx31_ccm.c
AgeCommit message (Expand)Author
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell
2024-04-25hw/misc/imx: Replace sprintf() by snprintf()Philippe Mathieu-Daudé
2023-12-30hw/misc: Constify VMStateRichard Henderson
2020-12-10i.MX31: Fix bad printf format specifiersAlex Chen
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2016-09-22imx: Use 'const char', not 'char const'Peter Maydell
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-03-16i.MX: Add the CLK_IPG_HIGH clockJean-Christophe Dubois
2016-03-16i.MX: Remove CCM useless clock computation handling.Jean-Christophe Dubois
2016-03-16i.MX: Rename CCM NOCLK to CLK_NONE for naming consistency.Jean-Christophe Dubois
2016-01-29arm: Clean up includesPeter Maydell
2016-01-22fpu: Replace uint32 typedef with uint32_tPeter Maydell
2016-01-11i.MX: move i.MX31 CCM object to register arrayJean-Christophe DUBOIS
2015-12-17i.MX: Split the CCM class into an abstract base class and a concrete classJean-Christophe Dubois