* [PATCH] MAINTAINERS: adjust entries to moving CEC platform drivers
@ 2020-04-18 9:36 Lukas Bulwahn
0 siblings, 0 replies; only message in thread
From: Lukas Bulwahn @ 2020-04-18 9:36 UTC (permalink / raw)
To: Mauro Carvalho Chehab, Hans Verkuil
Cc: Benson Leung, Enric Balletbo i Serra, Guenter Roeck, Kevin Hilman,
Kukjin Kim, Krzysztof Kozlowski, Maxime Coquelin,
Alexandre Torgue, Thierry Reding, Jonathan Hunter, Neil Armstrong,
Marek Szyprowski, Ettore Chimenti, Benjamin Gaignard,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA,
linux-stm32-XDFAJ8BFU24N7RejjzZ/Li2xQDfSxrLKVpNB7YpNyf8,
linux-tegra
Commit 4be5e8648b0c ("media: move CEC platform drivers to a separate
directory") moved various files into a new directory structure, but did
not adjust the entries in MAINTAINERS.
Since then, ./scripts/get_maintainer.pl --self-test=patterns complains:
warning: no file matches F: drivers/media/platform/s5p-cec/
warning: no file matches F: drivers/media/platform/tegra-cec/
warning: no file matches F: drivers/media/platform/cec-gpio/
warning: no file matches F: drivers/media/platform/meson/ao-cec-g12a.c
warning: no file matches F: drivers/media/platform/meson/ao-cec.c
warning: no file matches F: drivers/media/platform/seco-cec/seco-cec.c
warning: no file matches F: drivers/media/platform/seco-cec/seco-cec.h
warning: no file matches F: drivers/media/platform/sti/cec/
Update the MAINTAINERS entries to the new file locations.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
Mauro, please pick this non-urgent minor clean-up patch on top of the
CEC platform driver moves.
applies cleanly on next-20200417
MAINTAINERS | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 3083282134de..a708773e1af7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2373,7 +2373,7 @@ L: linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org (moderated for non-subscribers)
L: linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
S: Maintained
F: Documentation/devicetree/bindings/media/s5p-cec.txt
-F: drivers/media/platform/s5p-cec/
+F: drivers/media/cec/platform/s5p/
ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
M: Andrzej Pietrasiewicz <andrzejtp2010-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@@ -2518,7 +2518,7 @@ L: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
L: linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
S: Maintained
F: Documentation/devicetree/bindings/media/tegra-cec.txt
-F: drivers/media/platform/tegra-cec/
+F: drivers/media/cec/platform/tegra/
ARM/TETON BGA MACHINE SUPPORT
M: "Mark F. Brown" <mark.brown314-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@@ -3932,7 +3932,7 @@ S: Supported
W: http://linuxtv.org
T: git git://linuxtv.org/media_tree.git
F: Documentation/devicetree/bindings/media/cec-gpio.txt
-F: drivers/media/platform/cec-gpio/
+F: drivers/media/cec/platform/cec-gpio/
CELL BROADBAND ENGINE ARCHITECTURE
M: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
@@ -11027,8 +11027,7 @@ S: Supported
W: http://linux-meson.com/
T: git git://linuxtv.org/media_tree.git
F: Documentation/devicetree/bindings/media/amlogic,meson-gx-ao-cec.yaml
-F: drivers/media/platform/meson/ao-cec-g12a.c
-F: drivers/media/platform/meson/ao-cec.c
+F: drivers/media/cec/platform/meson/
MESON NAND CONTROLLER DRIVER FOR AMLOGIC SOCS
M: Liang Yang <liang.yang-LpR1jeaWuhtBDgjK7y7TUQ@public.gmane.org>
@@ -15063,8 +15062,7 @@ F: drivers/mmc/host/sdricoh_cs.c
SECO BOARDS CEC DRIVER
M: Ettore Chimenti <ek5.chimenti-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
S: Maintained
-F: drivers/media/platform/seco-cec/seco-cec.c
-F: drivers/media/platform/seco-cec/seco-cec.h
+F: drivers/media/cec/platform/seco/
SECURE COMPUTING
M: Kees Cook <keescook-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
@@ -16089,7 +16087,7 @@ STI CEC DRIVER
M: Benjamin Gaignard <benjamin.gaignard-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
S: Maintained
F: Documentation/devicetree/bindings/media/stih-cec.txt
-F: drivers/media/platform/sti/cec/
+F: drivers/media/cec/platform/sti/
STK1160 USB VIDEO CAPTURE DRIVER
M: Ezequiel Garcia <ezequiel-30ULvvUtt6G51wMPkGsGjgyUoB5FGQPZ@public.gmane.org>
--
2.17.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-04-18 9:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-18 9:36 [PATCH] MAINTAINERS: adjust entries to moving CEC platform drivers Lukas Bulwahn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).