]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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>
Sat, 21 Aug 2021 07:08:01 +0000 (09:08 +0200)
commit67622262d1eeaa8b87b6292969cc03a4ab44d19f
treeb4853e2513942e13cc30d141c0217fb79a9db497
parentf22e7744424d5797c2e3620b47320d33f9cc0b1a
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]