forked from Minki/linux
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: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
143f8adfd5
commit
dacca5f0fa
@ -9,7 +9,7 @@ Source code documentation
|
|||||||
vimc-streamer
|
vimc-streamer
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
.. kernel-doc:: drivers/media/test_drivers/vimc/vimc-streamer.h
|
.. kernel-doc:: drivers/media/test-drivers/vimc/vimc-streamer.h
|
||||||
:internal:
|
: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
|
S: Maintained
|
||||||
W: https://linuxtv.org
|
W: https://linuxtv.org
|
||||||
T: git git://linuxtv.org/media_tree.git
|
T: git git://linuxtv.org/media_tree.git
|
||||||
F: drivers/media/platform/vicodec/*
|
F: drivers/media/test-drivers/vicodec/*
|
||||||
|
|
||||||
VIDEO I2C POLLING DRIVER
|
VIDEO I2C POLLING DRIVER
|
||||||
M: Matt Ranostay <matt.ranostay@konsulko.com>
|
M: Matt Ranostay <matt.ranostay@konsulko.com>
|
||||||
@ -17834,7 +17834,7 @@ L: linux-media@vger.kernel.org
|
|||||||
S: Maintained
|
S: Maintained
|
||||||
W: https://linuxtv.org
|
W: https://linuxtv.org
|
||||||
T: git git://linuxtv.org/media_tree.git
|
T: git git://linuxtv.org/media_tree.git
|
||||||
F: drivers/media/test_drivers/vimc/*
|
F: drivers/media/test-drivers/vimc/*
|
||||||
|
|
||||||
VIRT LIB
|
VIRT LIB
|
||||||
M: Alex Williamson <alex.williamson@redhat.com>
|
M: Alex Williamson <alex.williamson@redhat.com>
|
||||||
@ -18001,7 +18001,7 @@ L: linux-media@vger.kernel.org
|
|||||||
S: Maintained
|
S: Maintained
|
||||||
W: https://linuxtv.org
|
W: https://linuxtv.org
|
||||||
T: git git://linuxtv.org/media_tree.git
|
T: git git://linuxtv.org/media_tree.git
|
||||||
F: drivers/media/platform/vivid/*
|
F: drivers/media/test-drivers/vivid/*
|
||||||
|
|
||||||
VLYNQ BUS
|
VLYNQ BUS
|
||||||
M: Florian Fainelli <f.fainelli@gmail.com>
|
M: Florian Fainelli <f.fainelli@gmail.com>
|
||||||
|
@ -230,7 +230,7 @@ source "drivers/media/mmc/Kconfig"
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if MEDIA_TEST_SUPPORT
|
if MEDIA_TEST_SUPPORT
|
||||||
source "drivers/media/test_drivers/Kconfig"
|
source "drivers/media/test-drivers/Kconfig"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
source "drivers/media/firewire/Kconfig"
|
source "drivers/media/firewire/Kconfig"
|
||||||
|
@ -29,6 +29,6 @@ obj-$(CONFIG_CEC_CORE) += cec/
|
|||||||
# Finally, merge the drivers that require the core
|
# 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/
|
obj-$(CONFIG_VIDEO_DEV) += radio/
|
||||||
|
|
||||||
|
@ -6,9 +6,9 @@ menuconfig V4L_TEST_DRIVERS
|
|||||||
|
|
||||||
if 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
|
config VIDEO_VIM2M
|
||||||
tristate "Virtual Memory-to-Memory Driver"
|
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
|
This is a virtual test device for the memory-to-memory driver
|
||||||
framework.
|
framework.
|
||||||
|
|
||||||
source "drivers/media/test_drivers/vicodec/Kconfig"
|
source "drivers/media/test-drivers/vicodec/Kconfig"
|
||||||
|
|
||||||
endif #V4L_TEST_DRIVERS
|
endif #V4L_TEST_DRIVERS
|
Loading…
Reference in New Issue
Block a user