Merge commit '28a7162d4726172747c41b2ec3b4c1b56434c41a'

* commit '28a7162d4726172747c41b2ec3b4c1b56434c41a':
  media: i2c: add sc831ai sensor driver

Change-Id: Iea914834d1e7a82b5b2b51f92e12d24118b7000d
This commit is contained in:
Tao Huang
2024-01-31 21:15:31 +08:00
3 changed files with 1874 additions and 0 deletions

View File

@@ -1972,6 +1972,16 @@ config VIDEO_SC830AI
This is a Video4Linux2 sensor driver for the SmartSens
SC830AI camera.
config VIDEO_SC831AI
tristate "SmartSens SC831AI 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
SC831AI camera.
config VIDEO_SC850SL
tristate "SmartSens SC850SL sensor support"
depends on I2C && VIDEO_DEV

View File

@@ -246,6 +246,7 @@ obj-$(CONFIG_VIDEO_SC501AI) += sc501ai.o
obj-$(CONFIG_VIDEO_SC530AI) += sc530ai.o
obj-$(CONFIG_VIDEO_SC5336) += sc5336.o
obj-$(CONFIG_VIDEO_SC830AI) += sc830ai.o
obj-$(CONFIG_VIDEO_SC831AI) += sc831ai.o
obj-$(CONFIG_VIDEO_SC850SL) += sc850sl.o
obj-$(CONFIG_VIDEO_SENSOR_ADAPTER) += sensor_adapter.o
obj-$(CONFIG_VIDEO_SGM3784) += sgm3784.o

1863
drivers/media/i2c/sc831ai.c Normal file

File diff suppressed because it is too large Load Diff