On 17/12/2018 17:19, Amit Kucheria wrote: > Several drivers didn't have a specific maintainer (other than the > subsystem maintainer). Switch to using the 'qcom' and 'msm' regex > patterns to capture all of them and add exceptions to the couple of > drivers that contain 'msm' but are not related to qcom hardware. > > Thanks to Marc for the idea to use the N regex. > > Signed-off-by: Amit Kucheria <amit.kucheria@xxxxxxxxxx> > --- > MAINTAINERS | 14 ++++---------- > 1 file changed, 4 insertions(+), 10 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 3318f30903b2..c9376030f77a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1929,20 +1929,14 @@ M: Andy Gross <andy.gross@xxxxxxxxxx> > M: David Brown <david.brown@xxxxxxxxxx> > L: linux-arm-msm@xxxxxxxxxxxxxxx > S: Maintained > -F: Documentation/devicetree/bindings/soc/qcom/ > -F: arch/arm/boot/dts/qcom-*.dts > -F: arch/arm/boot/dts/qcom-*.dtsi > -F: arch/arm/mach-qcom/ > -F: arch/arm64/boot/dts/qcom/* > +N: qcom > +N: msm > +X: drivers/rtc/rtc-msm6242.c > +X: drivers/net/wireless/broadcom/brcm80211/brcmsmac/ I would exclude all of drivers/net/wireless/broadcom Aside from that trivial issue, Reviewed-by: Marc Gonzalez <marc.w.gonzalez@xxxxxxx> Regards.