media: i2c: add sc635hai sensor driver for kernel 6.1

Signed-off-by: LongChang Ma <chad.ma@rock-chips.com>
Change-Id: I985635745dad3cc55edd77054f0cdc63394d5fba
This commit is contained in:
LongChang Ma
2025-03-20 19:09:40 +08:00
committed by Tao Huang
parent 667f793992
commit 604d7e4904
3 changed files with 2986 additions and 0 deletions

View File

@@ -2078,6 +2078,16 @@ config VIDEO_SC5336
This is a Video4Linux2 sensor driver for the SmartSens
SC5336 camera.
config VIDEO_SC635HAI
tristate "SmartSens SC635HAI sensor support"
depends on I2C && VIDEO_DEV
select MEDIA_CONTROLLER
select VIDEO_V4L2_SUBDEV_API
select V4L2_FWNODE
help
This is a Video4Linux2 sensor driver for the SmartSens
SC635HAI camera.
config VIDEO_SC830AI
tristate "SmartSens SC830AI sensor support"
depends on I2C && VIDEO_DEV

View File

@@ -256,6 +256,7 @@ obj-$(CONFIG_VIDEO_SC500AI) += sc500ai.o
obj-$(CONFIG_VIDEO_SC501AI) += sc501ai.o
obj-$(CONFIG_VIDEO_SC530AI) += sc530ai.o
obj-$(CONFIG_VIDEO_SC5336) += sc5336.o
obj-$(CONFIG_VIDEO_SC635HAI) += sc635hai.o
obj-$(CONFIG_VIDEO_SC830AI) += sc830ai.o
obj-$(CONFIG_VIDEO_SC831AI) += sc831ai.o
obj-$(CONFIG_VIDEO_SC850SL) += sc850sl.o

2975
drivers/media/i2c/sc635hai.c Normal file

File diff suppressed because it is too large Load Diff