media: i2c: add gc5025 driver

Change-Id: I7565fbce1abb3f598c91eebb888eb383e27bd08e
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
This commit is contained in:
Zefa Chen
2019-03-29 11:11:05 +08:00
committed by Tao Huang
parent 304ba59de2
commit d774ae6da4
3 changed files with 1891 additions and 0 deletions

View File

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

View File

@@ -105,6 +105,7 @@ obj-$(CONFIG_VIDEO_GC0329) += gc0329.o
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_SC031GS) += sc031gs.o
obj-$(CONFIG_VIDEO_PREISP_DUMMY_SENSOR) += preisp-dummy.o

1879
drivers/media/i2c/gc5025.c Normal file

File diff suppressed because it is too large Load Diff