]> asedeno.scripts.mit.edu Git - linux.git/commit
media: ov13858: Avoid possible null first frame
authorChiranjeevi Rapolu <chiranjeevi.rapolu@intel.com>
Thu, 25 Jan 2018 04:34:39 +0000 (23:34 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 23 Feb 2018 07:49:50 +0000 (02:49 -0500)
commitd365bc92475205312c0064e92398ead059156bd9
treea2652de83627edb0f174b2deb8253b74084a7891
parentc723001f3b5951bd017b2a24360ad188f488e994
media: ov13858: Avoid possible null first frame

Previously, the sensor, with default settings, was outputting SOF without
data. This results in frame sync error on the receiver side.

Now, configure the sensor to output SOF with MIPI data for all frames. This
avoids possible null first frame on the bus.

Signed-off-by: Chiranjeevi Rapolu <chiranjeevi.rapolu@intel.com>
Signed-off-by: Tianshu Qiu <tian.shu.qiu@intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/i2c/ov13858.c