diff options
author | Ahmad Fatoum <a.fatoum@pengutronix.de> | 2025-01-13 23:13:01 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2025-02-19 17:45:43 +0800 |
commit | d3ad803a97c7f53d872eb3e9782c2286cae6954b (patch) | |
tree | 893af00548a60f64d49a14bfe1eba65af2989317 | |
parent | 2014c95afecee3e76ca4a56956a936e23283f05b (diff) |
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>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 896a307fa065..fceb49977cf1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -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> |