summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-08-23 02:58:22 +0200
committerMauro Carvalho Chehab <mchehab@kernel.org>2023-02-06 08:41:36 +0100
commitcb33db2b6ccfe3ccc13347755ab3ef38691d59c3 (patch)
treec107fd30ba0a4a0bc3b536f8892e36466df77ea2 /MAINTAINERS
parentmedia: dt-bindings: media: i2c: Add IMX296 CMOS sensor binding (diff)
downloadlinux-cb33db2b6ccfe3ccc13347755ab3ef38691d59c3.tar.xz
linux-cb33db2b6ccfe3ccc13347755ab3ef38691d59c3.zip
media: i2c: IMX296 camera sensor driver
The IMX296LLR is a monochrome 1.60MP CMOS sensor from Sony. The driver supports cropping and binning (but not both at the same time due to hardware limitations) and exposure, gain, vertical blanking and test pattern controls. Preliminary support is also included for the color IMX296LQR sensor. [Sakari Ailus: Make driver's remove function return void] Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 8a2f019d1239..f1c9aa89f6a4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19460,6 +19460,7 @@ L: linux-media@vger.kernel.org
S: Maintained
T: git git://linuxtv.org/media_tree.git
F: Documentation/devicetree/bindings/media/i2c/sony,imx296.yaml
+F: drivers/media/i2c/imx296.c
SONY IMX319 SENSOR DRIVER
M: Bingbu Cao <bingbu.cao@intel.com>