Use N: to match on all altera/socfpga/agilex 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: Tien Fong Chee <[email protected]> Cc: Tom Rini <[email protected]> Cc: [email protected] --- MAINTAINERS | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index e83d52dc528..5eba287a980 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -151,13 +151,9 @@ M: Simon Goldschmidt <[email protected]> M: Tien Fong Chee <[email protected]> S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-socfpga.git -F: arch/arm/dts/socfpga_* -F: arch/arm/mach-socfpga/ -F: board/intel/agilex-socdk/ -F: configs/socfpga_* -F: drivers/ddr/altera/ -F: drivers/power/domain/altr-pmgr-agilex5.c -F: drivers/sysreset/sysreset_socfpga* +N: altera +N: agilex +N: socfpga ARM AMLOGIC SOC SUPPORT M: Neil Armstrong <[email protected]> -- 2.53.0

