summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2023-09-20 19:11:54 +0200
committerHans Verkuil <hverkuil-cisco@xs4all.nl>2023-10-07 10:55:46 +0200
commit24d756e914fc3418bad7897b0657aefa9ef848e8 (patch)
tree27d4491d81b3c9c3592f893be7ab6535901d35ed /MAINTAINERS
parentmedia: dt-bindings: media: i2c: Add MT9M114 camera sensor binding (diff)
downloadlinux-24d756e914fc3418bad7897b0657aefa9ef848e8.tar.xz
linux-24d756e914fc3418bad7897b0657aefa9ef848e8.zip
media: i2c: Add driver for onsemi MT9M114 camera sensor
The MT9M114 is a CMOS camera sensor that combines a 1296x976 pixel array with a 10-bit dynamic range together with an internal ISP. The driver exposes two subdevs, one for the pixel array and one for the ISP (named IFP for Image Flow Processor). Major supported features are - Full configuration of analog crop and binning in the pixel array - Full configuration of scaling in the ISP - Automatic exposure and white balance - Manual exposure and analog gain - Horizontal and vertical flip Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index c55e13029e2d..83a0c7f3826b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14564,6 +14564,7 @@ L: linux-media@vger.kernel.org
S: Maintained
T: git git://linuxtv.org/media_tree.git
F: Documentation/devicetree/bindings/media/i2c/onnn,mt9m114.yaml
+F: drivers/media/i2c/mt9m114.c
MT9P031 APTINA CAMERA SENSOR
M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>