Use N: to match on all atmel/at91 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: Eugen Hristev <[email protected]> Cc: Tom Rini <[email protected]> Cc: [email protected] --- MAINTAINERS | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 01c17489765..edab1622bc4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -391,21 +391,12 @@ ARM MICROCHIP/ATMEL AT91 M: Eugen Hristev <[email protected]> S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-at91.git -F: arch/arm/dts/at91* F: arch/arm/dts/sam* -F: arch/arm/mach-at91/ -F: board/atmel/ -F: drivers/cpu/at91_cpu.c -F: drivers/memory/atmel-ebi.c F: drivers/misc/microchip_flexcom.c -F: drivers/timer/atmel_tcb_timer.c -F: include/dt-bindings/clk/at91.h -F: include/dt-bindings/dma/at91.h -F: include/dt-bindings/mfd/at91-usart.h -F: include/dt-bindings/mfd/atmel-flexcom.h -F: include/dt-bindings/pinctrl/at91.h F: include/dt-bindings/sound/microchip,pdmc.h F: drivers/timer/mchp-pit64b-timer.c +N: at91 +N: atmel ARM MSC SM2S IMX8MP SOM M: Martyn Welch <[email protected]> -- 2.53.0

