media: i2c: add gc8034 driver

Change-Id: I6380d1e2629efa60b5474198faf89e322f4aa2dc
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
This commit is contained in:
Zefa Chen
2019-04-01 19:24:58 +08:00
committed by Tao Huang
parent 292f718976
commit 1bf75bcd61
3 changed files with 2129 additions and 0 deletions

View File

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

View File

@@ -106,6 +106,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_GC8034) += gc8034.o
obj-$(CONFIG_VIDEO_SC031GS) += sc031gs.o
obj-$(CONFIG_VIDEO_PREISP_DUMMY_SENSOR) += preisp-dummy.o

2117
drivers/media/i2c/gc8034.c Normal file

File diff suppressed because it is too large Load Diff