media: i2c: add gc4663 driver

Signed-off-by: Zhenke Fan <fanzy.fan@rock-chips.com>
Change-Id: I27ed48edc0773fd5fb0c6c9c8c80d5c43957521f
This commit is contained in:
Zhenke Fan
2020-10-14 15:56:15 +08:00
committed by Tao Huang
parent cee4c3d6b8
commit 78e78be266
3 changed files with 1946 additions and 0 deletions

View File

@@ -1427,6 +1427,17 @@ config VIDEO_GC2385
To compile this driver as a module, choose M here: the
module will be called gc2385.
config VIDEO_GC4663
tristate "GalaxyCore GC4663 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
select V4L2_FWNODE
help
Support for the GalaxyCore GC4663 sensor.
To compile this driver as a module, choose M here: the
module will be called gc4663.
config VIDEO_GC4C33
tristate "GalaxyCore GC4C33 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API

View File

@@ -155,6 +155,7 @@ obj-$(CONFIG_VIDEO_GC2155) += gc2155.o
obj-$(CONFIG_VIDEO_GC2355) += gc2355.o
obj-$(CONFIG_VIDEO_GC2375H) += gc2375h.o
obj-$(CONFIG_VIDEO_GC2385) += gc2385.o
obj-$(CONFIG_VIDEO_GC4663) += gc4663.o
obj-$(CONFIG_VIDEO_GC4C33) += gc4c33.o
obj-$(CONFIG_VIDEO_GC5024) += gc5024.o
obj-$(CONFIG_VIDEO_GC5025) += gc5025.o

1934
drivers/media/i2c/gc4663.c Normal file

File diff suppressed because it is too large Load Diff