msm: camera: utils: Add support bypass clock/regulator/icc wrapper

Sometimes need to avoid access clock/regulator/icc api, this change
add support bypass clock/regulator/icc wrapper through enable
some debugfs parameters and devicetree.

CRs-Fixed: 3445248
Change-Id: I0546975bf063625b39b771c776813e7dbff84e06
Signed-off-by: zhuo <quic_zhuo@quicinc.com>
This commit is contained in:
zhuo
2023-03-09 16:05:19 +08:00
committed by Camera Software Integration
parent 27216cc09b
commit a6ef23e7e5
13 changed files with 446 additions and 71 deletions

View File

@@ -25,6 +25,9 @@ module_param(debug_priority, uint, 0644);
uint debug_drv;
module_param(debug_drv, uint, 0644);
uint debug_bypass_drivers;
module_param(debug_bypass_drivers, uint, 0644);
struct camera_debug_settings cam_debug;
struct dentry *cam_debugfs_root;