Use N: to match on all aspeed/ast2500 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: Aspeed BMC SW team <[email protected]> Cc: Chia-Wei Wang <[email protected]> Cc: Neil Armstrong <[email protected]> Cc: Quentin Schulz <[email protected]> Cc: Ryan Chen <[email protected]> Cc: Tom Rini <[email protected]> Cc: [email protected] --- MAINTAINERS | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 4c52a9645b1..b56ebbd82d1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -170,22 +170,11 @@ M: Chia-Wei Wang <[email protected]> R: Aspeed BMC SW team <[email protected]> R: Joel Stanley <[email protected]> S: Maintained -F: arch/arm/mach-aspeed/ -F: arch/arm/include/asm/arch-aspeed/ -F: board/aspeed/ -F: drivers/clk/aspeed/ -F: drivers/crypto/aspeed/ -F: drivers/gpio/gpio-aspeed.c F: drivers/i2c/ast_i2c.[ch] -F: drivers/mmc/aspeed_sdhci.c -F: drivers/net/aspeed_mdio.c F: drivers/net/ftgmac100.[ch] -F: drivers/pinctrl/aspeed/ -F: drivers/pwm/pwm-aspeed.c -F: drivers/ram/aspeed/ -F: drivers/reset/reset-ast2500.c F: drivers/watchdog/ast_wdt.c N: aspeed +N: ast2500 ARM BROADCOM BCM283X / BCM27XX M: Matthias Brugger <[email protected]> -- 2.53.0

