media: i2c: add gc032a sensor driver

Signed-off-by: Wang Panzhenzhuan <randy.wang@rock-chips.com>
Change-Id: Idb24a891f8ef9a3987a153844d0d8c641b0c1134
This commit is contained in:
Wang Panzhenzhuan
2020-06-18 16:42:58 +08:00
committed by Tao Huang
parent e634183e78
commit 5da20c9b79
3 changed files with 1273 additions and 0 deletions

View File

@@ -1190,6 +1190,17 @@ config VIDEO_GC0329
To compile this driver as a module, choose M here: the
module will be called gc0329.
config VIDEO_GC032A
tristate "GalaxyCore GC032A sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
select V4L2_FWNODE
help
Support for the GalaxyCore GC032A sensor.
To compile this driver as a module, choose M here: the
module will be called gc032a.
config VIDEO_GC0403
tristate "GalaxyCore GC0403 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API

View File

@@ -131,6 +131,7 @@ obj-$(CONFIG_VIDEO_IMX327) += imx327.o
obj-$(CONFIG_VIDEO_IMX347) += imx347.o
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_GC2035) += gc2035.o
obj-$(CONFIG_VIDEO_GC2145) += gc2145.o

1261
drivers/media/i2c/gc032a.c Normal file

File diff suppressed because it is too large Load Diff