media: i2c: add gc1084 support

Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
Change-Id: Idecacd6d217659a908de09517d10db02dd438478
This commit is contained in:
Lin Jinhan
2022-10-11 17:50:41 +08:00
parent 68f953fab3
commit 84d08ffd32
3 changed files with 1287 additions and 0 deletions

View File

@@ -920,6 +920,17 @@ config VIDEO_GC08A3
To compile this driver as a module, choose M here: the
module will be called gc08a3.
config VIDEO_GC1084
tristate "GalaxyCore GC1084 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
select V4L2_FWNODE
help
Support for the GalaxyCore GC1084 sensor.
To compile this driver as a module, choose M here: the
module will be called gc1084.
config VIDEO_GC2053
tristate "GalaxyCore GC2053 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API

View File

@@ -173,6 +173,7 @@ obj-$(CONFIG_VIDEO_RK628) += rk628/
obj-$(CONFIG_VIDEO_AR0230) += ar0230.o
obj-$(CONFIG_VIDEO_GC02M2) += gc02m2.o
obj-$(CONFIG_VIDEO_GC08A3) += gc08a3.o
obj-$(CONFIG_VIDEO_GC1084) += gc1084.o
obj-$(CONFIG_VIDEO_GC2053) += gc2053.o
obj-$(CONFIG_VIDEO_GC2093) += gc2093.o
obj-$(CONFIG_VIDEO_GC2145) += gc2145.o

1275
drivers/media/i2c/gc1084.c Normal file

File diff suppressed because it is too large Load Diff