Use N: to match on all apple files, drop the large list of entries which represent the same set of relevant files and miss a few in the process.
Signed-off-by: Marek Vasut <[email protected]> --- Cc: Janne Grunau <[email protected]> Cc: Mark Kettenis <[email protected]> Cc: Neil Armstrong <[email protected]> Cc: Quentin Schulz <[email protected]> Cc: Tom Rini <[email protected]> --- MAINTAINERS | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 2613929cdf5..e83d52dc528 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -135,22 +135,7 @@ APPLE M1 SOC SUPPORT M: Mark Kettenis <[email protected]> R: Janne Grunau <[email protected]> S: Maintained -F: arch/arm/include/asm/arch-apple/ -F: arch/arm/mach-apple/ -F: board/apple/ -F: configs/apple_m1_defconfig -F: doc/board/apple/ -F: drivers/input/apple_spi_kbd.c -F: drivers/iommu/apple_dart.c -F: drivers/mailbox/apple-mbox.c -F: drivers/nvme/nvme_apple.c -F: drivers/pci/pcie_apple.c -F: drivers/phy/phy-apple-atc.c -F: drivers/pinctrl/pinctrl-apple.c -F: drivers/power/domain/apple-pmgr.c -F: drivers/spi/apple_spi.c -F: drivers/watchdog/apple_wdt.c -F: include/configs/apple.h +N: apple ARM M: Tom Rini <[email protected]> -- 2.53.0

