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>
 
 
 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)
 
 # 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
 
 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"
 
 # 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/
 
+++ /dev/null
-# 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.
 
+++ /dev/null
-TODO:
-
-- This driver is waiting for the stateful encoder spec and corresponding
-  v4l2-compliance tests to be finalized.