This series replaces DPRINTF macros with trace events for imx_ccm, imx25_ccm and imx31_ccm.
v2 changes(based on feedback from v1 reviewer):
- Added missing Signed-off-by tags.
- Fixed code style space issue in imx_ccm.
- Dropped unnecessary uint32_t cast in imx25_ccm.
jack wang (3):
hw/misc/imx_ccm: Replace DPRINTF with trace events
hw/misc/imx25_ccm: Replace DPRINTF with trace events
hw/misc/imx31_ccm: Replace DPRINTF with trace events
hw/misc/imx25_ccm.c | 36 +++++++++++-------------------------
hw/misc/imx31_ccm.c | 33 ++++++++++-----------------------
hw/misc/imx_ccm.c | 18 +++---------------
hw/misc/trace-events | 23 +++++++++++++++++++++++
4 files changed, 47 insertions(+), 63 deletions(-)
--
2.53.0