summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMikhail Rudenko <mike.rudenko@gmail.com>2022-10-22 19:20:07 +0300
committerSakari Ailus <sakari.ailus@linux.intel.com>2022-10-25 14:38:31 +0300
commit32a437db49aae789eb4c53450b7deedc43e397ae (patch)
tree8b8d21569a61c17b982db82275c721f47eb019c3 /MAINTAINERS
parent6cbd33e75ec829a2c95ba1f4403c804cf1d85c06 (diff)
downloadlinux-stable-32a437db49aae789eb4c53450b7deedc43e397ae.tar.gz
linux-stable-32a437db49aae789eb4c53450b7deedc43e397ae.tar.bz2
linux-stable-32a437db49aae789eb4c53450b7deedc43e397ae.zip
media: i2c: add support for OV4689
Add a V4L2 sub-device driver for OmniVision OV4689 image sensor. This is a 4 Mpx image sensor using the I2C bus for control and the CSI-2 bus for data. This driver supports following features: - manual exposure and analog gain control support - test pattern support - media controller support - runtime PM support - support following resolutions: + 2688x1520 at 30 fps The driver provides all mandatory V4L2 controls for compatibility with libcamera. The sensor supports 1/2/4-lane CSI-2 modes, but the driver implements 4 lane mode only at this moment. Signed-off-by: Mikhail Rudenko <mike.rudenko@gmail.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index c736744888c9..518326835156 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15227,6 +15227,7 @@ L: linux-media@vger.kernel.org
S: Maintained
T: git git://linuxtv.org/media_tree.git
F: Documentation/devicetree/bindings/media/i2c/ovti,ov4689.yaml
+F: drivers/media/i2c/ov5647.c
OMNIVISION OV5640 SENSOR DRIVER
M: Steve Longerbeam <slongerbeam@gmail.com>