OSDN Git Service

media: i2c: Add support for the OV5648 image sensor
authorPaul Kocialkowski <paul.kocialkowski@bootlin.com>
Thu, 31 Dec 2020 14:23:57 +0000 (15:23 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 12 Jan 2021 16:12:03 +0000 (17:12 +0100)
commite43ccb0a045f34838b786e8021dc4838b4af5c38
tree30fd8407dcda16d6b588ecd636940da6576f1ea9
parent29a202fa7accd6b1ca617b765d02068e77a71731
media: i2c: Add support for the OV5648 image sensor

The OV5648 is a 5 Mpx CMOS image sensor, connected via MIPI CSI-2
in a one or two lane configuration.

Most of the features of the hardware are supported, including:
- Auto and manual exposition/gain
- Auto and manual white balance
- Horizontal and vertical flip
- Test patterns

But the following are still missing:
- Debanding, based on power source frequency;
- Exposition setting correlated to time units.

Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/i2c/Kconfig
drivers/media/i2c/Makefile
drivers/media/i2c/ov5648.c [new file with mode: 0644]