media: i2c: add gc16b3c driver

Change-Id: I2785bf29b36d377e159fb9431cdedbcf9d456ad9
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
This commit is contained in:
Zefa Chen
2025-02-27 18:50:09 +08:00
parent 4a3914c3a6
commit 8e4a7e85a7
3 changed files with 1885 additions and 0 deletions

View File

@@ -211,6 +211,19 @@ config VIDEO_GC1084
To compile this driver as a module, choose M here: the
module will be called gc1084.
config VIDEO_GC16B3C
tristate "GalaxyCore GC16B3C 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 GC16B3C sensor.
To compile this driver as a module, choose M here: the
module will be called gc16B3C.
config VIDEO_GC2035
tristate "GalaxyCore GC2035 sensor support"
depends on I2C && VIDEO_DEV

View File

@@ -55,6 +55,7 @@ obj-$(CONFIG_VIDEO_GC0403) += gc0403.o
obj-$(CONFIG_VIDEO_GC05A2) += gc05a2.o
obj-$(CONFIG_VIDEO_GC08A3) += gc08a3.o
obj-$(CONFIG_VIDEO_GC1084) += gc1084.o
obj-$(CONFIG_VIDEO_GC16B3C) += gc16b3c.o
obj-$(CONFIG_VIDEO_GC2035) += gc2035.o
obj-$(CONFIG_VIDEO_GC2053) += gc2053.o
obj-$(CONFIG_VIDEO_GC2093) += gc2093.o

1871
drivers/media/i2c/gc16b3c.c Normal file

File diff suppressed because it is too large Load Diff