media: i2c: add sensor gc5035

Change-Id: I5baa609d0028d7cbcfc26334d68ace1db741e340
Signed-off-by: Wang Panzhenzhuan <randy.wang@rock-chips.com>
This commit is contained in:
Wang Panzhenzhuan
2019-08-22 20:58:08 +08:00
committed by Tao Huang
parent 6c2bbfb0bd
commit 603aabc5f6
3 changed files with 1613 additions and 0 deletions

View File

@@ -924,6 +924,17 @@ config VIDEO_GC5025
To compile this driver as a module, choose M here: the
module will be called gc5025.
config VIDEO_GC5035
tristate "GalaxyCore GC5035 sensor support"
depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER
depends on MEDIA_CAMERA_SUPPORT
select V4L2_FWNODE
help
Support for the GalaxyCore GC5035 sensor.
To compile this driver as a module, choose M here: the
module will be called gc5035.
config VIDEO_GC8034
tristate "GalaxyCore GC8034 sensor support"
depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER

View File

@@ -112,6 +112,7 @@ obj-$(CONFIG_VIDEO_GC2035) += gc2035.o
obj-$(CONFIG_VIDEO_GC2355) += gc2355.o
obj-$(CONFIG_VIDEO_GC2385) += gc2385.o
obj-$(CONFIG_VIDEO_GC5025) += gc5025.o
obj-$(CONFIG_VIDEO_GC5035) += gc5035.o
obj-$(CONFIG_VIDEO_GC8034) += gc8034.o
obj-$(CONFIG_VIDEO_SC031GS) += sc031gs.o
obj-$(CONFIG_VIDEO_SC132GS) += sc132gs.o

1601
drivers/media/i2c/gc5035.c Normal file

File diff suppressed because it is too large Load Diff