Use N: to match on all amlogic/meson 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: Neil Armstrong <[email protected]> Cc: Quentin Schulz <[email protected]> Cc: Tom Rini <[email protected]> Cc: [email protected] --- MAINTAINERS | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 5eba287a980..4c52a9645b1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -160,27 +160,8 @@ M: Neil Armstrong <[email protected]> S: Maintained L: [email protected] T: git https://source.denx.de/u-boot/custodians/u-boot-amlogic.git -F: arch/arm/mach-meson/ -F: arch/arm/include/asm/arch-meson/ -F: cmd/meson/ -F: drivers/clk/meson/ -F: drivers/serial/serial_meson.c -F: drivers/reset/reset-meson.c -F: drivers/i2c/meson_i2c.c -F: drivers/net/phy/meson-gxl.c -F: drivers/adc/meson-saradc.c -F: drivers/phy/meson* -F: drivers/mmc/meson_gx_mmc.c -F: drivers/sm/meson-sm.c -F: drivers/spi/meson_spifc.c -F: drivers/pinctrl/meson/ -F: drivers/power/domain/meson-gx-pwrc-vpu.c -F: drivers/video/meson/ -F: drivers/watchdog/meson_gxbb_wdt.c -F: include/configs/meson64.h -F: include/configs/meson64_android.h F: tools/amlimage* -F: doc/board/amlogic/ +N: amlogic N: meson ARM ASPEED -- 2.53.0

