[PATCH 4/6] coresight: Convert driver messages to dev_dbg

2018-07-11 Thread Suzuki K Poulose
Convert component enable/disable messages from dev_info to dev_dbg. When used with perf, the components in the paths are enabled/disabled during each schedule of the run, which can flood the dmesg with these messages. Moreover, they are only useful for debug purposes. So, convert such messages to

[PATCH 4/6] coresight: Convert driver messages to dev_dbg

2018-07-11 Thread Suzuki K Poulose
Convert component enable/disable messages from dev_info to dev_dbg. When used with perf, the components in the paths are enabled/disabled during each schedule of the run, which can flood the dmesg with these messages. Moreover, they are only useful for debug purposes. So, convert such messages to