]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
MAINTAINERS: match mxc in file names by IMX / MXC entry
authorAhmad Fatoum <a.fatoum@pengutronix.de>
Mon, 13 Jan 2025 22:13:01 +0000 (23:13 +0100)
committerShawn Guo <shawnguo@kernel.org>
Wed, 19 Feb 2025 09:45:43 +0000 (17:45 +0800)
There is a number of i.MX-related drivers that have mxc in their name,
but are not matched by the i.MX MAINTAINERS entry, most notably the GPIO
driver, which is still being used on current SoCs.

Looking at current files containing mxc in their name, all of them are
related to i.MX, except for:

  drivers/iio/accel/mxc4005.c
  drivers/iio/accel/mxc6255.c
  tools/testing/selftests/powerpc/tm/tm-vmxcopy.c

Therefore adapt the regex to match all mxc files, except those above.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
MAINTAINERS

index 896a307fa06545e2861abe46ea7029f9b4d3628e..fceb49977cf1608917116a4254a9ec0d36ae25e2 100644 (file)
@@ -2475,6 +2475,7 @@ X:        arch/arm64/boot/dts/freescale/qoriq-*
 X:     drivers/media/i2c/
 N:     imx
 N:     mxs
+N:     \bmxc[^\d]
 
 ARM/FREESCALE LAYERSCAPE ARM ARCHITECTURE
 M:     Shawn Guo <shawnguo@kernel.org>