media: i2c: add gc2053 sensor driver

Signed-off-by: Frank Liu <frank.liu@rock-chips.com>
Change-Id: I171e535d362c3c4e8daa2adaa4e4ec58dfb322aa
This commit is contained in:
Frank Liu
2020-06-22 10:14:23 +08:00
committed by Tao Huang
parent c727de5059
commit 376d89f836
3 changed files with 1453 additions and 0 deletions

View File

@@ -1232,6 +1232,17 @@ config VIDEO_GC2035
To compile this driver as a module, choose M here: the
module will be called gc2035.
config VIDEO_GC2053
tristate "GalaxyCore GC2053 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
select V4L2_FWNODE
help
Support for the GalaxyCore GC2053 sensor.
To compile this driver as a module, choose M here: the
module will be called gc2053.
config VIDEO_GC2145
tristate "GalaxyCore GC2145 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API

View File

@@ -135,6 +135,7 @@ obj-$(CONFIG_VIDEO_GC0329) += gc0329.o
obj-$(CONFIG_VIDEO_GC032A) += gc032a.o
obj-$(CONFIG_VIDEO_GC0403) += gc0403.o
obj-$(CONFIG_VIDEO_GC2035) += gc2035.o
obj-$(CONFIG_VIDEO_GC2053) += gc2053.o
obj-$(CONFIG_VIDEO_GC2145) += gc2145.o
obj-$(CONFIG_VIDEO_GC2155) += gc2155.o
obj-$(CONFIG_VIDEO_GC2355) += gc2355.o

1441
drivers/media/i2c/gc2053.c Normal file

File diff suppressed because it is too large Load Diff