]> git.ipfire.org Git - thirdparty/linux.git/commit
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)
commitd3ad803a97c7f53d872eb3e9782c2286cae6954b
tree893af00548a60f64d49a14bfe1eba65af2989317
parent2014c95afecee3e76ca4a56956a936e23283f05b
MAINTAINERS: match mxc in file names by IMX / MXC entry

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