OSDN Git Service

media: i2c: Add ov2740 image sensor driver
authorBingbu Cao <bingbu.cao@intel.com>
Mon, 11 May 2020 13:41:14 +0000 (15:41 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 25 May 2020 13:43:14 +0000 (15:43 +0200)
commit866edc895171f1256aad3e81dce193447955c202
tree4528f6534a3c9e07fc591780d81ccdaa3643f84a
parent96b5b11aeb6ac859d4a8603a82a35d9250ea460d
media: i2c: Add ov2740 image sensor driver

OminiVision ov2740 is a 2 megapixels RAW RGB image sensor which can
deliver 1920x1080@60fps frames. This driver add the support of
vertical blanking, exposure, test pattern, digital and analog gain
control for sensor.

Signed-off-by: Bingbu Cao <bingbu.cao@intel.com>
Signed-off-by: Shawn Tu <shawnx.tu@intel.com>
Signed-off-by: Qiu, Tianshu <tian.shu.qiu@intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
MAINTAINERS
drivers/media/i2c/Kconfig
drivers/media/i2c/Makefile
drivers/media/i2c/ov2740.c [new file with mode: 0644]