media: i2c: add os03b10 sensor driver

Signed-off-by: Yiqing Zeng <zack.zeng@rock-chips.com>
Change-Id: I6fa4e4129a1ca5a2bab6f4354cd617b18628cffb
This commit is contained in:
Yiqing Zeng
2022-05-13 11:50:24 +08:00
committed by Tao Huang
parent 2261f3d0d0
commit 1a4a1dce06
3 changed files with 1448 additions and 0 deletions

View File

@@ -1221,6 +1221,15 @@ config VIDEO_OS02G10
This is a Video4Linux2 sensor driver for the OmniVision
OS02G10 camera.
config VIDEO_OS03B10
tristate "OmniVision OS03B10 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
select V4L2_FWNODE
help
This is a Video4Linux2 sensor driver for the OmniVision
OS03B10 camera.
config VIDEO_OS04A10
tristate "OmniVision OS04A10 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API

View File

@@ -70,6 +70,7 @@ obj-$(CONFIG_VIDEO_SONY_BTF_MPX) += sony-btf-mpx.o
obj-$(CONFIG_VIDEO_UPD64031A) += upd64031a.o
obj-$(CONFIG_VIDEO_UPD64083) += upd64083.o
obj-$(CONFIG_VIDEO_OS02G10) += os02g10.o
obj-$(CONFIG_VIDEO_OS03B10) += os03b10.o
obj-$(CONFIG_VIDEO_OS04A10) += os04a10.o
obj-$(CONFIG_VIDEO_OS05A20) += os05a20.o
obj-$(CONFIG_VIDEO_OS08A20) += os08a20.o

1438
drivers/media/i2c/os03b10.c Normal file

File diff suppressed because it is too large Load Diff