media: i2c: add support os04e10 sensor driver for v6.1

Signed-off-by: LongChang Ma <chad.ma@rock-chips.com>
Change-Id: I94c770909e6def65c9a5257daceeb838cb9d9621
This commit is contained in:
LongChang Ma
2025-05-23 08:41:24 +08:00
committed by Tao Huang
parent 992ff35c2d
commit 0876851019
3 changed files with 2403 additions and 0 deletions

View File

@@ -1131,6 +1131,17 @@ config VIDEO_OS04D10
This is a Video4Linux2 sensor driver for the OmniVision
OS04D10 camera.
config VIDEO_OS04E10
tristate "OmniVision OS04E10 sensor support"
depends on I2C && VIDEO_DEV
depends on MEDIA_CAMERA_SUPPORT
select MEDIA_CONTROLLER
select VIDEO_V4L2_SUBDEV_API
select V4L2_FWNODE
help
This is a Video4Linux2 sensor driver for the OmniVision
OS04E10 camera.
config VIDEO_OS05A20
tristate "OmniVision OS05A20 sensor support"
depends on I2C && VIDEO_DEV

View File

@@ -159,6 +159,7 @@ obj-$(CONFIG_VIDEO_OS02K10) += os02k10.o
obj-$(CONFIG_VIDEO_OS03B10) += os03b10.o
obj-$(CONFIG_VIDEO_OS04A10) += os04a10.o
obj-$(CONFIG_VIDEO_OS04D10) += os04d10.o
obj-$(CONFIG_VIDEO_OS04E10) += os04e10.o
obj-$(CONFIG_VIDEO_OS05A20) += os05a20.o
obj-$(CONFIG_VIDEO_OS05L10) += os05l10.o
obj-$(CONFIG_VIDEO_OS08A20) += os08a20.o

2391
drivers/media/i2c/os04e10.c Normal file

File diff suppressed because it is too large Load Diff