msm: camera: utils: Add CAM_IO_ACCESS log category

Currently, CAM_UTIL debug logs when enabled, flood the logcat
with io read/write access logs, which are not necessary when
debugging clocks, interrupts and other parameters. Add separate
entry for IO access in debug util.

CRs-Fixed: 2743063
Change-Id: Id13393211bcc6fdc620aaffe8f8ab27a6b7c6986
Signed-off-by: Mukund Madhusudan Atre <matre@codeaurora.org>
This commit is contained in:
Mukund Madhusudan Atre
2020-07-28 18:37:28 -07:00
committed by Gerrit - the friendly Code Review server
parent e3c7dd3683
commit 397fcc6f55
3 changed files with 28 additions and 20 deletions

View File

@@ -206,6 +206,9 @@ const char *cam_get_module_name(unsigned int module_id)
case CAM_RES:
name = "CAM-RES";
break;
case CAM_IO_ACCESS:
name = "CAM-IO-ACCESS";
break;
default:
name = "CAM";
break;