On Tue, 2017-11-28 at 16:26 +0100, Alexandre Belloni wrote: > Add myself as a maintainer for the Microsemi MIPS SoCs. [] > diff --git a/MAINTAINERS b/MAINTAINERS [] > @@ -9062,6 +9062,13 @@ S: Maintained > F: drivers/usb/misc/usb251xb.c > F: Documentation/devicetree/bindings/usb/usb251xb.txt > > +MICROSEMI MIPS SOCS > +M: Alexandre Belloni <[email protected]> > +L: [email protected] > +S: Maintained > +F: arch/mips/mscc/* > +F: arch/mips/boot/dts/mscc/*
Do any of these directories also contain subdirectories? This use of * means only the top level directory files are matched by this pattern. Using just a trailing / instead makes any file in any subdirectory also match. Perhaps: F: arch/mips/mscc/ F: arch/mips/boot/dts/mscc/

