Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92529142 authored by Gaurav Jindal's avatar Gaurav Jindal
Browse files

msm: camera: Add Page Read, DelayUSEC support in camera i2c



Add Page Read, writeDelayUSEC and Continuous Read support in
camera i2c operations.

Change-Id: I58e269477c8158dd1cc394925cb7a3d175546b0a
Signed-off-by: default avatarGaurav Jindal <quic_gjindal@quicinc.com>
parent 3e7bb833
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -260,6 +260,9 @@ enum msm_camera_i2c_operation {
	MSM_CAM_WRITE = 0,
	MSM_CAM_POLL,
	MSM_CAM_READ,
	MSM_CAM_READ_PAGE,
	MSM_CAM_WRITE_DELAYUSEC,
	MSM_CAM_READ_CONTINUOUS,
};

struct msm_sensor_i2c_sync_params {