msm: camera: custom: Add support for custom HW

This change provides a template to add any custom HW
block.

CRs-Fixed: 2515662
Change-Id: Ie707c27950a330658cdaa4b64b7e304f4d62a5b2
Signed-off-by: Karthik Anantha Ram <kartanan@codeaurora.org>
This commit is contained in:
Karthik Anantha Ram
2019-08-26 16:28:49 -07:00
committed by Gerrit - the friendly Code Review server
parent 02f7646413
commit 9c771385d3
25 changed files with 4297 additions and 1 deletions

View File

@@ -38,6 +38,7 @@
/* CAM_PERF: Used for performance (clock, BW etc) logs */
#define CAM_PERF (1 << 25)
#define CAM_CUSTOM (1 << 26)
#define STR_BUFFER_MAX_LENGTH 1024