aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/imx6_ccm.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-13hw/misc: remove break after g_assert_not_reached()Pierrick Bouvier1-1/+0
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell1-1/+1
2024-04-25hw/misc/imx: Replace sprintf() by snprintf()Philippe Mathieu-Daudé1-2/+2
2023-12-30hw/misc: Constify VMStateRichard Henderson1-1/+1
2023-11-02hw/misc/imx6_ccm: Convert DPRINTF to trace eventsBernhard Beschow1-27/+14
2021-01-08hw/msic: imx6_ccm: Correct register value for silicon typeBin Meng1-1/+1
2021-01-08hw/misc: imx6_ccm: Update PMU_MISC0 reset valueBin Meng1-1/+1
2020-12-10i.MX6: Fix bad printf format specifiersAlex Chen1-10/+10
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2017-12-18Remove empty statementsLadi Prosek1-1/+1
2016-09-22imx: Use 'const char', not 'char const'Peter Maydell1-2/+2
2016-07-07i.MX: split the GPT timer implementation into per SOC definitionsJean-Christophe Dubois1-0/+6
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-03-16i.MX: Add i.MX6 CCM and ANALOG device.Jean-Christophe Dubois1-0/+774