MAINTAINERS: match freescale ARM64 DT directory in i.MX entry
authorAhmad Fatoum <a.fatoum@pengutronix.de>
Mon, 16 Jan 2023 11:25:06 +0000 (12:25 +0100)
committerShawn Guo <shawnguo@kernel.org>
Thu, 26 Jan 2023 06:56:47 +0000 (14:56 +0800)
commit52219e719f53c792cc10296178e7e38e9e1412aa
tree055e79609c9f57a6c26a182571910faf0ba04e05
parent47123900f3e4a7f769631d6ec15abf44086276f6
MAINTAINERS: match freescale ARM64 DT directory in i.MX entry

The majority of device trees in arch/arm64/boot/dts/freescale/ are
built around i.MX SoCs with the rest being for Layerscape. Yet, calling
get_maintainers.pl -f on this directory will not match the MAINTAINERS
entry, because the directory name doesn't contain the substring "imx".
Add an explicit file match for the directory and exclude the Layerscape
specific files. This ensures To/Cc is not only generated from git
history, but takes e.g. the R: entries into account as well.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
MAINTAINERS