Commit dacca5f0 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab

media: media/test_drivers: rename to test-drivers

We never use _ in directory names in the media subsystem, so
rename to test-drivers instead for consistency.

Also update MAINTAINERS with the new path.
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 143f8adf
......@@ -9,7 +9,7 @@ Source code documentation
vimc-streamer
~~~~~~~~~~~~~
.. kernel-doc:: drivers/media/test_drivers/vimc/vimc-streamer.h
.. kernel-doc:: drivers/media/test-drivers/vimc/vimc-streamer.h
:internal:
.. kernel-doc:: drivers/media/test_drivers/vimc/vimc-streamer.c
.. kernel-doc:: drivers/media/test-drivers/vimc/vimc-streamer.c
......@@ -17803,7 +17803,7 @@ L: linux-media@vger.kernel.org
S: Maintained
W: https://linuxtv.org
T: git git://linuxtv.org/media_tree.git
F: drivers/media/platform/vicodec/*
F: drivers/media/test-drivers/vicodec/*
VIDEO I2C POLLING DRIVER
M: Matt Ranostay <matt.ranostay@konsulko.com>
......@@ -17834,7 +17834,7 @@ L: linux-media@vger.kernel.org
S: Maintained
W: https://linuxtv.org
T: git git://linuxtv.org/media_tree.git
F: drivers/media/test_drivers/vimc/*
F: drivers/media/test-drivers/vimc/*
VIRT LIB
M: Alex Williamson <alex.williamson@redhat.com>
......@@ -18001,7 +18001,7 @@ L: linux-media@vger.kernel.org
S: Maintained
W: https://linuxtv.org
T: git git://linuxtv.org/media_tree.git
F: drivers/media/platform/vivid/*
F: drivers/media/test-drivers/vivid/*
VLYNQ BUS
M: Florian Fainelli <f.fainelli@gmail.com>
......
......@@ -230,7 +230,7 @@ source "drivers/media/mmc/Kconfig"
endif
if MEDIA_TEST_SUPPORT
source "drivers/media/test_drivers/Kconfig"
source "drivers/media/test-drivers/Kconfig"
endif
source "drivers/media/firewire/Kconfig"
......
......@@ -29,6 +29,6 @@ obj-$(CONFIG_CEC_CORE) += cec/
# Finally, merge the drivers that require the core
#
obj-y += common/ platform/ pci/ usb/ mmc/ firewire/ spi/ test_drivers/
obj-y += common/ platform/ pci/ usb/ mmc/ firewire/ spi/ test-drivers/
obj-$(CONFIG_VIDEO_DEV) += radio/
......@@ -6,9 +6,9 @@ menuconfig V4L_TEST_DRIVERS
if V4L_TEST_DRIVERS
source "drivers/media/test_drivers/vimc/Kconfig"
source "drivers/media/test-drivers/vimc/Kconfig"
source "drivers/media/test_drivers/vivid/Kconfig"
source "drivers/media/test-drivers/vivid/Kconfig"
config VIDEO_VIM2M
tristate "Virtual Memory-to-Memory Driver"
......@@ -21,6 +21,6 @@ config VIDEO_VIM2M
This is a virtual test device for the memory-to-memory driver
framework.
source "drivers/media/test_drivers/vicodec/Kconfig"
source "drivers/media/test-drivers/vicodec/Kconfig"
endif #V4L_TEST_DRIVERS
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment