On Wed, 2022-04-13 at 09:07 +0300, Arınç ÜNAL wrote: > Add a new section for the Ralink pinctrl driver and add me and Sergio as > the maintainers. > > Signed-off-by: Arınç ÜNAL <arinc.unal@xxxxxxxxxx> It's unusual for a last name to be completely capitalized. > diff --git a/MAINTAINERS b/MAINTAINERS [] > @@ -16502,6 +16502,13 @@ L: linux-mips@xxxxxxxxxxxxxxx > S: Maintained > F: arch/mips/boot/dts/ralink/mt7621* > > +RALINK PINCTRL DRIVER > +M: Arınç ÜNAL <arinc.unal@xxxxxxxxxx> > +M: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx> > +L: linux-mips@xxxxxxxxxxxxxxx > +S: Maintained > +F: drivers/pinctrl/ralink/* Typically this is just the directory. F: drivers/pinctrl/ralink/ as this covers any file in the directory as well as any possible subdirectories and files. Using F: drivers/pinctrl/ralink/* excludes any possible subdirectories and files within those possible subdirectories.