media: i2c: add gc32e1 driver

Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
Change-Id: I39717f9956da197099ebc78ecb1181784c5beb44
This commit is contained in:
Zefa Chen
2024-12-20 10:48:48 +08:00
parent 8e4a7e85a7
commit 032de5f2b3
3 changed files with 2457 additions and 0 deletions

View File

@@ -341,6 +341,19 @@ config VIDEO_GC3003
To compile this driver as a module, choose M here: the
module will be called gc3003.
config VIDEO_GC32E1
tristate "GalaxyCore GC32E1 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 GC32E1 sensor.
To compile this driver as a module, choose M here: the
module will be called GC32E1.
config VIDEO_GC4023
tristate "GalaxyCore GC4023 sensor support"
depends on I2C && VIDEO_DEV

View File

@@ -65,6 +65,7 @@ obj-$(CONFIG_VIDEO_GC2355) += gc2355.o
obj-$(CONFIG_VIDEO_GC2375H) += gc2375h.o
obj-$(CONFIG_VIDEO_GC2385) += gc2385.o
obj-$(CONFIG_VIDEO_GC3003) += gc3003.o
obj-$(CONFIG_VIDEO_GC32E1) += gc32e1.o
obj-$(CONFIG_VIDEO_GC4023) += gc4023.o
obj-$(CONFIG_VIDEO_GC4653) += gc4653.o
obj-$(CONFIG_VIDEO_GC4663) += gc4663.o

2443
drivers/media/i2c/gc32e1.c Normal file

File diff suppressed because it is too large Load Diff