mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
media: Move gc0310 sensor drivers to drivers/media/i2c/
The atomisp gc0310 sensor driver has now been fully converted to a standard v4l2 sensor driver. Move it to drivers/media/i2c/ to reflect this. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
parent
55ad04a652
commit
1e72afb514
6 changed files with 17 additions and 10 deletions
|
|
@ -10103,6 +10103,12 @@ S: Maintained
|
|||
F: Documentation/devicetree/bindings/media/i2c/galaxycore,gc0308.yaml
|
||||
F: drivers/media/i2c/gc0308.c
|
||||
|
||||
GALAXYCORE GC0310 CAMERA SENSOR DRIVER
|
||||
M: Hans de Goede <hansg@kernel.org>
|
||||
L: linux-media@vger.kernel.org
|
||||
S: Maintained
|
||||
F: drivers/media/i2c/gc0310.c
|
||||
|
||||
GALAXYCORE GC05a2 CAMERA SENSOR DRIVER
|
||||
M: Zhi Mao <zhi.mao@mediatek.com>
|
||||
L: linux-media@vger.kernel.org
|
||||
|
|
|
|||
|
|
@ -70,6 +70,16 @@ config VIDEO_GC0308
|
|||
To compile this driver as a module, choose M here: the
|
||||
module will be called gc0308.
|
||||
|
||||
config VIDEO_GC0310
|
||||
tristate "GalaxyCore GC0310 sensor support"
|
||||
select V4L2_CCI_I2C
|
||||
help
|
||||
This is a Video4Linux2 sensor-level driver for the Galaxycore
|
||||
GC0310 0.3MP sensor.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called gc0310.
|
||||
|
||||
config VIDEO_GC05A2
|
||||
tristate "GalaxyCore gc05a2 sensor support"
|
||||
select V4L2_CCI_I2C
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ obj-$(CONFIG_VIDEO_DW9768) += dw9768.o
|
|||
obj-$(CONFIG_VIDEO_DW9807_VCM) += dw9807-vcm.o
|
||||
obj-$(CONFIG_VIDEO_ET8EK8) += et8ek8/
|
||||
obj-$(CONFIG_VIDEO_GC0308) += gc0308.o
|
||||
obj-$(CONFIG_VIDEO_GC0310) += gc0310.o
|
||||
obj-$(CONFIG_VIDEO_GC05A2) += gc05a2.o
|
||||
obj-$(CONFIG_VIDEO_GC08A3) += gc08a3.o
|
||||
obj-$(CONFIG_VIDEO_GC2145) += gc2145.o
|
||||
|
|
|
|||
|
|
@ -26,12 +26,3 @@ config VIDEO_ATOMISP_GC2235
|
|||
GC2235 is a 2M raw sensor.
|
||||
|
||||
It currently only works with the atomisp driver.
|
||||
|
||||
config VIDEO_ATOMISP_GC0310
|
||||
tristate "GC0310 sensor support"
|
||||
depends on ACPI
|
||||
depends on I2C && VIDEO_DEV
|
||||
select V4L2_CCI_I2C
|
||||
help
|
||||
This is a Video4Linux2 sensor-level driver for the Galaxycore
|
||||
GC0310 0.3MP sensor.
|
||||
|
|
|
|||
|
|
@ -5,4 +5,3 @@
|
|||
|
||||
obj-$(CONFIG_VIDEO_ATOMISP_GC2235) += atomisp-gc2235.o
|
||||
obj-$(CONFIG_VIDEO_ATOMISP_OV2722) += atomisp-ov2722.o
|
||||
obj-$(CONFIG_VIDEO_ATOMISP_GC0310) += atomisp-gc0310.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue