Use N: to match on all cortina 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: Alex Nemirovsky <[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 4de95b5eb82..ced8c6948c0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -233,21 +233,10 @@ F: drivers/spi/bcmstb_spi.c ARM CORTINA ACCESS CAxxxx M: Alex Nemirovsky <[email protected]> S: Supported -F: board/cortina/common/ -F: drivers/gpio/cortina_gpio.c -F: drivers/watchdog/cortina_wdt.c -F: drivers/serial/serial_cortina.c -F: drivers/led/led_cortina.c +N: cortina F: drivers/mmc/ca_dw_mmc.c F: drivers/spi/ca_sflash.c -F: drivers/i2c/i2c-cortina.c -F: drivers/i2c/i2c-cortina.h -F: drivers/mtd/nand/raw/cortina_nand.c -F: drivers/mtd/nand/raw/cortina_nand.h -F: drivers/net/cortina_ni.c -F: drivers/net/cortina_ni.h F: drivers/net/phy/ca_phy.c -F: configs/cortina_presidio-asic-pnand_defconfig ARM FF-A M: Abdellatif El Khlifi <[email protected]> -- 2.53.0

