* [PATCH] MAINTAINERS: match mxc in file names by IMX / MXC entry
@ 2025-01-13 22:13 Ahmad Fatoum
2025-02-19 9:45 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2025-01-13 22:13 UTC (permalink / raw)
To: Shawn Guo, Sascha Hauer, Pengutronix Kernel Team
Cc: imx, linux-arm-kernel, linux-kernel, Ahmad Fatoum
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>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 520612b3d26da0a7ef9767faf02e846711a339e7..4aba97eac41758ae27c8fed61bd406241f69809f 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>
---
base-commit: 37136bf5c3a6f6b686d74f41837a6406bec6b7bc
change-id: 20250113-b4-mxc-imx-maintainers-8ff1c7dad8ed
Best regards,
--
Ahmad Fatoum <a.fatoum@pengutronix.de>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] MAINTAINERS: match mxc in file names by IMX / MXC entry
2025-01-13 22:13 [PATCH] MAINTAINERS: match mxc in file names by IMX / MXC entry Ahmad Fatoum
@ 2025-02-19 9:45 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2025-02-19 9:45 UTC (permalink / raw)
To: Ahmad Fatoum
Cc: Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, imx,
linux-arm-kernel, linux-kernel
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@pengutronix.de>
Applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-19 10:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-13 22:13 [PATCH] MAINTAINERS: match mxc in file names by IMX / MXC entry Ahmad Fatoum
2025-02-19 9:45 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).