media: i2c: support sc5239 sensor driver

support linear/hdr 2560*1920@15fps mode

Signed-off-by: Yiqing Zeng <zack.zeng@rock-chips.com>
Change-Id: I5ba1c881d009ee2348fe7e982e5fc531d2cbbb31
This commit is contained in:
Yiqing Zeng
2021-07-29 11:15:47 +08:00
committed by Tao Huang
parent 3491315711
commit a7a66fc7a7
3 changed files with 1566 additions and 0 deletions

View File

@@ -1837,6 +1837,17 @@ config VIDEO_SC500AI
To compile this driver as a module, choose M here: the
module will be called SC500AI.
config VIDEO_SC5239
tristate "SmartSens SC5239 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
select V4L2_FWNODE
help
Support for the SmartSens SC5239 sensor.
To compile this driver as a module, choose M here: the
module will be called SC5239.
config VIDEO_SC8220
tristate "SmartSens SC8220 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API

View File

@@ -197,6 +197,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_SC5239) += sc5239.o
obj-$(CONFIG_VIDEO_SC8220) += sc8220.o
obj-$(CONFIG_VIDEO_SP250A) += sp250a.o
obj-$(CONFIG_VIDEO_HYNIX_HI556) += hynix_hi556.o

1554
drivers/media/i2c/sc5239.c Normal file

File diff suppressed because it is too large Load Diff