media: i2c: add gc2355 driver for rkisp1

Change-Id: I500c7133fa98b5b98d074408d4f08c39f57f5c38
Signed-off-by: Wang Panzhenzhuan <randy.wang@rock-chips.com>
This commit is contained in:
Wang Panzhenzhuan
2018-12-10 15:55:16 +08:00
committed by Tao Huang
parent 444ca5e657
commit 642bed250f
3 changed files with 1137 additions and 0 deletions

View File

@@ -792,6 +792,16 @@ config VIDEO_GC2145
To compile this driver as a module, choose M here: the
module will be called gc2145.
config VIDEO_GC2355
tristate "GalaxyCore GC2355 sensor support"
depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
default y
help
Support for the GalaxyCore GC2355 sensor.
To compile this driver as a module, choose M here: the
module will be called gc2355.
config VIDEO_GC0329
tristate "GalaxyCore GC0329 sensor support"
depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API

View File

@@ -97,5 +97,6 @@ obj-$(CONFIG_VIDEO_GC0312) += gc0312.o
obj-$(CONFIG_VIDEO_GC2145) += gc2145.o
obj-$(CONFIG_VIDEO_GC0329) += gc0329.o
obj-$(CONFIG_VIDEO_GC2035) += gc2035.o
obj-$(CONFIG_VIDEO_GC2145) += gc2355.o
obj-$(CONFIG_VIDEO_VM149C) += vm149c.o

1126
drivers/media/i2c/gc2355.c Normal file

File diff suppressed because it is too large Load Diff