media: i2c: add gc1054 sensor driver

Signed-off-by: Su Yuefu <yuefu.su@rock-chips.com>
Change-Id: I78599fac1db0b057a50f61c7edfcdfb2dc440db6
This commit is contained in:
Su Yuefu
2021-10-28 22:05:38 +08:00
committed by Tao Huang
parent 533467b6e7
commit 41bb7b4852
3 changed files with 1362 additions and 0 deletions

View File

@@ -1541,6 +1541,17 @@ config VIDEO_GC0403
To compile this driver as a module, choose M here: the
module will be called gc0403.
config VIDEO_GC1054
tristate "GalaxyCore GC1054 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
select V4L2_FWNODE
help
Support for the GalaxyCore GC1054 sensor.
To compile this driver as a module, choose M here: the
module will be called gc1054.
config VIDEO_GC2035
tristate "GalaxyCore GC2035 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API

View File

@@ -170,6 +170,7 @@ obj-$(CONFIG_VIDEO_GC0312) += gc0312.o
obj-$(CONFIG_VIDEO_GC0329) += gc0329.o
obj-$(CONFIG_VIDEO_GC032A) += gc032a.o
obj-$(CONFIG_VIDEO_GC0403) += gc0403.o
obj-$(CONFIG_VIDEO_GC1054) += gc1054.o
obj-$(CONFIG_VIDEO_GC2035) += gc2035.o
obj-$(CONFIG_VIDEO_GC2053) += gc2053.o
obj-$(CONFIG_VIDEO_GC2093) += gc2093.o

1350
drivers/media/i2c/gc1054.c Normal file

File diff suppressed because it is too large Load Diff