From 6a5c2972e7411c4f68e49a278fe3e0cd4eb5e8c5 Mon Sep 17 00:00:00 2001 From: Sowjanya Komatineni Date: Mon, 4 May 2020 19:31:58 -0700 Subject: MAINTAINERS: Add Tegra Video driver section Add maintainers and mailing list entries to Tegra Video driver section. Acked-by: Thierry Reding Signed-off-by: Sowjanya Komatineni Acked-by: Hans Verkuil Signed-off-by: Thierry Reding --- MAINTAINERS | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index e64e5db31497..63b412a15255 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16587,6 +16587,16 @@ M: Laxman Dewangan S: Supported F: drivers/spi/spi-tegra* +TEGRA VIDEO DRIVER +M: Thierry Reding +M: Jonathan Hunter +M: Sowjanya Komatineni +L: linux-media@vger.kernel.org +L: linux-tegra@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt +F: drivers/staging/media/tegra/ + TEGRA XUSB PADCTL DRIVER M: JC Kuo S: Supported -- cgit v1.2.3 From 29238865dca7d86a44d8e0bf9f7d6c05ff5106f4 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Mon, 11 May 2020 21:28:44 +0200 Subject: MAINTAINERS: correct path in TEGRA VIDEO DRIVER Commit 423d10a99b30 ("media: tegra: Add Tegra210 Video input driver") added the driver to drivers/staging/media/tegra-video/, but commit 2c6b617f2cca ("MAINTAINERS: Add Tegra Video driver section") added a file entry referring to drivers/staging/media/tegra/. Hence, ./scripts/get_maintainer.pl --self-test=patterns complains: warning: no file matches F: drivers/staging/media/tegra/ Adjust the file entry in TEGRA VIDEO DRIVER to the correct path. Signed-off-by: Lukas Bulwahn Acked-by: Sowjanya Komatineni Signed-off-by: Thierry Reding --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 63b412a15255..e85c4965cded 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16595,7 +16595,7 @@ L: linux-media@vger.kernel.org L: linux-tegra@vger.kernel.org S: Maintained F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt -F: drivers/staging/media/tegra/ +F: drivers/staging/media/tegra-video/ TEGRA XUSB PADCTL DRIVER M: JC Kuo -- cgit v1.2.3