From bb19f85168957a658a7d0aa19bda95158aeb3520 Mon Sep 17 00:00:00 2001 From: Martyn Welch Date: Thu, 21 Jul 2022 14:47:56 +0100 Subject: [PATCH] MAINTAINERS: Update file list for ARM Freescale IMX The MAINTAINERS file currently lists files in arch/arm/include/asm/arch-imx/ being part of the IMX maintainers purview, however the arch/arm/include/asm/ directory also contains the directories arch-imx8, arch-imx8m, arch-imx8ulp and arch-imxrt which would also appear to be relevant to the team. Tweak the entry to cover these directories so that tools like get_maintainers.pl will suggest relevant maintainers when making changes just in these directories. Signed-off-by: Martyn Welch --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index cd54e66..189c17f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -259,7 +259,7 @@ F: arch/arm/cpu/arm926ejs/mx*/ F: arch/arm/cpu/armv7/vf610/ F: arch/arm/dts/*imx* F: arch/arm/mach-imx/ -F: arch/arm/include/asm/arch-imx/ +F: arch/arm/include/asm/arch-imx*/ F: arch/arm/include/asm/arch-mx*/ F: arch/arm/include/asm/arch-vf610/ F: arch/arm/include/asm/mach-imx/ -- 2.7.4