media: i2c: IMX296 camera sensor driver
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 23 Aug 2022 00:58:22 +0000 (02:58 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Mon, 6 Feb 2023 07:41:36 +0000 (08:41 +0100)
commitcb33db2b6ccfe3ccc13347755ab3ef38691d59c3
treec107fd30ba0a4a0bc3b536f8892e36466df77ea2
parentd680dc5805745e68e3c8d769f40685707ca7fe4f
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>
MAINTAINERS
drivers/media/i2c/Kconfig
drivers/media/i2c/Makefile
drivers/media/i2c/imx296.c [new file with mode: 0644]