media: Add sensor driver support for the ov13b10 camera.
authorArec Kao <arec.kao@intel.com>
Tue, 17 Aug 2021 04:46:07 +0000 (06:46 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 30 Sep 2021 08:07:45 +0000 (10:07 +0200)
commit7ee85054682299babdb32f597b11daeec2d3e9d9
treef6d1d2e776d7adb9cc6bc0ff1dd8ac9a379642ac
parentd170b0ea1760989fe8ac053bef83e61f3bf87992
media: Add sensor driver support for the ov13b10 camera.

This driver supports following features:

- phase detection auto focus (PDAF)
- manual exposure and analog/digital gain control
- vblank/hblank control
- test pattern
- image vertical flip and horizontal mirror control
- 4208x3120 at 30FPS
- 2080x1170 at 60FPS

Signed-off-by: Arec Kao <arec.kao@intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
MAINTAINERS
drivers/media/i2c/Kconfig
drivers/media/i2c/Makefile
drivers/media/i2c/ov13b10.c [new file with mode: 0644]