media: allegro: move driver out of staging
The stateful encoder API was finalized. Nothing is blocking the driver from being moved out of staging. Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
ce814ad4bb
commit
d74d4e2359
@ -699,7 +699,7 @@ M: Michael Tretter <m.tretter@pengutronix.de>
|
||||
R: Pengutronix Kernel Team <kernel@pengutronix.de>
|
||||
L: linux-media@vger.kernel.org
|
||||
S: Maintained
|
||||
F: drivers/staging/media/allegro-dvt/
|
||||
F: drivers/media/platform/allegro-dvt/
|
||||
|
||||
ALLWINNER A10 CSI DRIVER
|
||||
M: Maxime Ripard <mripard@kernel.org>
|
||||
|
@ -199,6 +199,21 @@ menuconfig V4L_MEM2MEM_DRIVERS
|
||||
|
||||
if V4L_MEM2MEM_DRIVERS
|
||||
|
||||
config VIDEO_ALLEGRO_DVT
|
||||
tristate "Allegro DVT Video IP Core"
|
||||
depends on VIDEO_DEV && VIDEO_V4L2
|
||||
depends on ARCH_ZYNQMP || COMPILE_TEST
|
||||
select V4L2_MEM2MEM_DEV
|
||||
select VIDEOBUF2_DMA_CONTIG
|
||||
select REGMAP_MMIO
|
||||
help
|
||||
Support for the encoder video IP core by Allegro DVT. This core is
|
||||
found for example on the Xilinx ZynqMP SoC in the EV family and is
|
||||
called VCU in the reference manual.
|
||||
|
||||
To compile this driver as a module, choose M here: the module
|
||||
will be called allegro.
|
||||
|
||||
config VIDEO_CODA
|
||||
tristate "Chips&Media Coda multi-standard codec IP"
|
||||
depends on VIDEO_DEV && VIDEO_V4L2 && OF && (ARCH_MXC || COMPILE_TEST)
|
||||
|
@ -3,6 +3,7 @@
|
||||
# Makefile for the video capture/playback device drivers.
|
||||
#
|
||||
|
||||
obj-$(CONFIG_VIDEO_ALLEGRO_DVT) += allegro-dvt/
|
||||
obj-$(CONFIG_VIDEO_ASPEED) += aspeed-video.o
|
||||
obj-$(CONFIG_VIDEO_CADENCE) += cadence/
|
||||
obj-$(CONFIG_VIDEO_VIA_CAMERA) += via-camera.o
|
||||
|
@ -20,8 +20,6 @@ menuconfig STAGING_MEDIA
|
||||
if STAGING_MEDIA && MEDIA_SUPPORT
|
||||
|
||||
# Please keep them in alphabetic order
|
||||
source "drivers/staging/media/allegro-dvt/Kconfig"
|
||||
|
||||
source "drivers/staging/media/atomisp/Kconfig"
|
||||
|
||||
source "drivers/staging/media/hantro/Kconfig"
|
||||
|
@ -1,5 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
obj-$(CONFIG_VIDEO_ALLEGRO_DVT) += allegro-dvt/
|
||||
obj-$(CONFIG_INTEL_ATOMISP) += atomisp/
|
||||
obj-$(CONFIG_VIDEO_IMX_MEDIA) += imx/
|
||||
obj-$(CONFIG_VIDEO_MESON_VDEC) += meson/vdec/
|
||||
|
@ -1,16 +0,0 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
config VIDEO_ALLEGRO_DVT
|
||||
tristate "Allegro DVT Video IP Core"
|
||||
depends on VIDEO_DEV && VIDEO_V4L2
|
||||
depends on ARCH_ZYNQMP || COMPILE_TEST
|
||||
select V4L2_MEM2MEM_DEV
|
||||
select VIDEOBUF2_DMA_CONTIG
|
||||
select REGMAP
|
||||
select REGMAP_MMIO
|
||||
help
|
||||
Support for the encoder video IP core by Allegro DVT. This core is
|
||||
found for example on the Xilinx ZynqMP SoC in the EV family and is
|
||||
called VCU in the reference manual.
|
||||
|
||||
To compile this driver as a module, choose M here: the module
|
||||
will be called allegro.
|
@ -1,4 +0,0 @@
|
||||
TODO:
|
||||
|
||||
- This driver is waiting for the stateful encoder spec and corresponding
|
||||
v4l2-compliance tests to be finalized.
|
Loading…
Reference in New Issue
Block a user