Skip to content

Commit d3ad803

Browse files
a3fShawn Guo
authored andcommitted
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>
1 parent 2014c95 commit d3ad803

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2475,6 +2475,7 @@ X: arch/arm64/boot/dts/freescale/qoriq-*
24752475
X: drivers/media/i2c/
24762476
N: imx
24772477
N: mxs
2478+
N: \bmxc[^\d]
24782479

24792480
ARM/FREESCALE LAYERSCAPE ARM ARCHITECTURE
24802481
M: Shawn Guo <shawnguo@kernel.org>

0 commit comments

Comments
 (0)