Re: [PATCH] MAINTAINERS: match mxc in file names by IMX / MXC entry

From: Shawn Guo
Date: Wed Feb 19 2025 - 04:49:45 EST


On Mon, Jan 13, 2025 at 11:13:01PM +0100, Ahmad Fatoum wrote:
> 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@xxxxxxxxxxxxxx>

Applied, thanks!