media: i2c: add camera driver sp250a

Signed-off-by: Wang Panzhenzhuan <randy.wang@rock-chips.com>
Change-Id: Iab7d4759ede2c18031a5c703c5cffb5668b7851f
This commit is contained in:
Wang Panzhenzhuan
2021-04-08 10:21:57 +08:00
committed by Tao Huang
parent 6ccee89854
commit 95975772aa
3 changed files with 1199 additions and 0 deletions

View File

@@ -1721,6 +1721,17 @@ config VIDEO_SC500AI
To compile this driver as a module, choose M here: the
module will be called SC500AI.
config VIDEO_SP250A
tristate "Superpix SP250A sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
select V4L2_FWNODE
help
Support for the SmartSens SP250A sensor.
To compile this driver as a module, choose M here: the
module will be called SP250A.
comment "Flash devices"
config VIDEO_ADP1653

View File

@@ -185,6 +185,7 @@ obj-$(CONFIG_VIDEO_SC401AI) += sc401ai.o
obj-$(CONFIG_VIDEO_SC4238) += sc4238.o
obj-$(CONFIG_VIDEO_SC430CS) += sc430cs.o
obj-$(CONFIG_VIDEO_SC500AI) += sc500ai.o
obj-$(CONFIG_VIDEO_SP250A) += sp250a.o
obj-$(CONFIG_VIDEO_PREISP_DUMMY_SENSOR) += preisp-dummy.o

1187
drivers/media/i2c/sp250a.c Normal file

File diff suppressed because it is too large Load Diff