media: i2c: IMX296 camera sensor driver
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sun, 19 Dec 2021 22:09:48 +0000 (00:09 +0200)
committerPhil Elwell <8911409+pelwell@users.noreply.github.com>
Fri, 20 May 2022 15:12:36 +0000 (16:12 +0100)
commitc0f6b710f753a5558079fe337bccbe7cf99dc3a3
treeeb5d741ef3c19cbf6729e1e861bade97297a7330
parent08fa94b168ba5951d5a92849e582ed6d66ed03af
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.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
MAINTAINERS
drivers/media/i2c/Kconfig
drivers/media/i2c/Makefile
drivers/media/i2c/imx296.c [new file with mode: 0644]