media: i2c: add mis2031 sensor driver

Signed-off-by: Mingwei Yan <mingwei.yan@rock-chips.com>
Change-Id: Ief24f6240f85971aa1e65927127934b2c2e41e77
This commit is contained in:
Mingwei Yan
2023-11-16 15:58:19 +08:00
committed by 陈泽发
parent 094d8870cd
commit 7a09fd1675
3 changed files with 1662 additions and 0 deletions

View File

@@ -1851,6 +1851,16 @@ config VIDEO_VS6624
To compile this driver as a module, choose M here: the
module will be called vs6624.
config VIDEO_MIS2031
tristate "ImageDesign mis2031 sensor support"
depends on I2C && VIDEO_V4L2
select MEDIA_CONTROLLER
select VIDEO_V4L2_SUBDEV_API
select V4L2_FWNODE
help
This is a Video4Linux2 sensor driver for the ImageDesign
MIS2031 camera.
config VIDEO_MT9M001
tristate "mt9m001 support"
depends on I2C && VIDEO_V4L2

View File

@@ -116,6 +116,7 @@ obj-$(CONFIG_VIDEO_OV12D2Q) += ov12d2q.o
obj-$(CONFIG_VIDEO_OV13850) += ov13850.o
obj-$(CONFIG_VIDEO_OV13855) += ov13855.o
obj-$(CONFIG_VIDEO_OV13858) += ov13858.o
obj-$(CONFIG_VIDEO_MIS2031) += mis2031.o
obj-$(CONFIG_VIDEO_MT9M001) += mt9m001.o
obj-$(CONFIG_VIDEO_MT9M032) += mt9m032.o
obj-$(CONFIG_VIDEO_MT9M111) += mt9m111.o

1651
drivers/media/i2c/mis2031.c Normal file

File diff suppressed because it is too large Load Diff