media: i2c: add gc2035 sensor

Change-Id: I228045130c9050e0e0b39001690763ab851e0539
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
Cai YiWei 2018-09-07 15:58:15 +08:00 committed by Tao Huang
parent fdabce9ecc
commit 870a5ee216
3 changed files with 1493 additions and 0 deletions

View File

@ -749,6 +749,15 @@ config VIDEO_GC0329
To compile this driver as a module, choose M here: the
module will be called gc0329.
config VIDEO_GC2035
tristate "GalaxyCore GC2035 sensor support"
depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
help
Support for the GalaxyCore GC2035 sensor.
To compile this driver as a module, choose M here: the
module will be called gc2035.
comment "Flash devices"
config VIDEO_ADP1653

View File

@ -91,3 +91,4 @@ obj-$(CONFIG_VIDEO_GC2155) += gc2155.o
obj-$(CONFIG_VIDEO_GC0312) += gc0312.o
obj-$(CONFIG_VIDEO_GC2145) += gc2145.o
obj-$(CONFIG_VIDEO_GC0329) += gc0329.o
obj-$(CONFIG_VIDEO_GC2035) += gc2035.o

1483
drivers/media/i2c/gc2035.c Normal file

File diff suppressed because it is too large Load Diff