media: i2c: add gc8613 sensor driver

Signed-off-by: LongChang Ma <chad.ma@rock-chips.com>
Change-Id: I4c28742fc59b148389b381e81b5c1cc9f5612461
This commit is contained in:
LongChang Ma
2024-12-03 18:36:46 +08:00
committed by Tao Huang
parent f48bd3826c
commit 556873febd
3 changed files with 3091 additions and 0 deletions

View File

@@ -458,6 +458,19 @@ config VIDEO_GC8034
To compile this driver as a module, choose M here: the
module will be called gc8034.
config VIDEO_GC8613
tristate "GalaxyCore GC8613 sensor support"
depends on I2C && VIDEO_DEV
depends on MEDIA_CAMERA_SUPPORT
select MEDIA_CONTROLLER
select VIDEO_V4L2_SUBDEV_API
select V4L2_FWNODE
help
Support for the GalaxyCore GC8613 sensor.
To compile this driver as a module, choose M here: the
module will be called GC8613.
config VIDEO_HI556
tristate "Hynix Hi-556 sensor support"
depends on I2C && VIDEO_DEV

View File

@@ -74,6 +74,7 @@ obj-$(CONFIG_VIDEO_GC5024) += gc5024.o
obj-$(CONFIG_VIDEO_GC5025) += gc5025.o
obj-$(CONFIG_VIDEO_GC5035) += gc5035.o
obj-$(CONFIG_VIDEO_GC8034) += gc8034.o
obj-$(CONFIG_VIDEO_GC8613) += gc8613.o
obj-$(CONFIG_VIDEO_HI556) += hi556.o
obj-$(CONFIG_VIDEO_HI846) += hi846.o
obj-$(CONFIG_VIDEO_HI847) += hi847.o

3077
drivers/media/i2c/gc8613.c Normal file

File diff suppressed because it is too large Load Diff