aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorDaniel Scally <djrscally@gmail.com>2021-11-23 00:56:12 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-11-30 10:50:51 +0100
commit89aef879cb537061f7a0948210fc00c5f1b5dfb4 (patch)
tree322a60b96e5a860d383129338b5dc9d4a82f315f /MAINTAINERS
parentmedia: ipu3-cio2: Toggle sensor streaming in pm runtime ops (diff)
downloadlinux-dev-89aef879cb537061f7a0948210fc00c5f1b5dfb4.tar.xz
linux-dev-89aef879cb537061f7a0948210fc00c5f1b5dfb4.zip
media: i2c: Add support for ov5693 sensor
The OV5693 is a 5 Mpx CMOS image sensor, connected via MIPI CSI-2. The chip is capable of a single lane configuration, but currently only two lanes are supported. Most of the sensor's features are supported, with the main exception being the lens correction algorithm. The driver provides all mandatory, optional and recommended V4L2 controls for maximum compatibility with libcamera. [mchehab: fixed a coding style warning] Signed-off-by: Daniel Scally <djrscally@gmail.com> Tested-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com> Reviewed-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to '')
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 8eea24d54624..c869091df7f9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14107,6 +14107,13 @@ S: Maintained
T: git git://linuxtv.org/media_tree.git
F: drivers/media/i2c/ov5675.c
+OMNIVISION OV5693 SENSOR DRIVER
+M: Daniel Scally <djrscally@gmail.com>
+L: linux-media@vger.kernel.org
+S: Maintained
+T: git git://linuxtv.org/media_tree.git
+F: drivers/media/i2c/ov5693.c
+
OMNIVISION OV5695 SENSOR DRIVER
M: Shunqian Zheng <zhengsq@rock-chips.com>
L: linux-media@vger.kernel.org