Skip to content

Commit

Permalink
media: media/test_drivers: rename to test-drivers
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
Hans Verkuil authored and mchehab committed Apr 16, 2020
1 parent 143f8ad commit dacca5f
Show file tree
Hide file tree
Showing 69 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Documentation/driver-api/media/drivers/vimc-devel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -17803,7 +17803,7 @@ L: [email protected]
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 <[email protected]>
Expand Down Expand Up @@ -17834,7 +17834,7 @@ L: [email protected]
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 <[email protected]>
Expand Down Expand Up @@ -18001,7 +18001,7 @@ L: [email protected]
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 <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit dacca5f

Please sign in to comment.