Message ID | 20220413060729.27639-9-arinc.unal@arinc9.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Refactor Ralink Pinctrl and Add Documentation | expand |
On Wed, Apr 13, 2022 at 8:08 AM Arınç ÜNAL <arinc.unal@arinc9.com> 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@arinc9.com> > --- > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index fd768d43e048..cbd0c3e180bf 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -16502,6 +16502,13 @@ L: linux-mips@vger.kernel.org > S: Maintained > F: arch/mips/boot/dts/ralink/mt7621* > > +RALINK PINCTRL DRIVER > +M: Arınç ÜNAL <arinc.unal@arinc9.com> > +M: Sergio Paracuellos <sergio.paracuellos@gmail.com> > +L: linux-mips@vger.kernel.org > +S: Maintained > +F: drivers/pinctrl/ralink/* Acked-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Thanks, Sergio Paracuellos
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@arinc9.com> It's unusual for a last name to be completely capitalized. > diff --git a/MAINTAINERS b/MAINTAINERS [] > @@ -16502,6 +16502,13 @@ L: linux-mips@vger.kernel.org > S: Maintained > F: arch/mips/boot/dts/ralink/mt7621* > > +RALINK PINCTRL DRIVER > +M: Arınç ÜNAL <arinc.unal@arinc9.com> > +M: Sergio Paracuellos <sergio.paracuellos@gmail.com> > +L: linux-mips@vger.kernel.org > +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.
On 13/04/2022 11:29, Joe Perches wrote: > 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@arinc9.com> > > It's unusual for a last name to be completely capitalized. I was influenced by a law for official correspondence from where I live. It sort of stuck with me. Surely that's not a problem? > >> diff --git a/MAINTAINERS b/MAINTAINERS > [] >> @@ -16502,6 +16502,13 @@ L: linux-mips@vger.kernel.org >> S: Maintained >> F: arch/mips/boot/dts/ralink/mt7621* >> >> +RALINK PINCTRL DRIVER >> +M: Arınç ÜNAL <arinc.unal@arinc9.com> >> +M: Sergio Paracuellos <sergio.paracuellos@gmail.com> >> +L: linux-mips@vger.kernel.org >> +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. Thanks! I'll change this if I get more stuff to address. I think this is too minor of a change for resubmitting the series as there're no subdirectories on there yet. Arınç
diff --git a/MAINTAINERS b/MAINTAINERS index fd768d43e048..cbd0c3e180bf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16502,6 +16502,13 @@ L: linux-mips@vger.kernel.org S: Maintained F: arch/mips/boot/dts/ralink/mt7621* +RALINK PINCTRL DRIVER +M: Arınç ÜNAL <arinc.unal@arinc9.com> +M: Sergio Paracuellos <sergio.paracuellos@gmail.com> +L: linux-mips@vger.kernel.org +S: Maintained +F: drivers/pinctrl/ralink/* + RALINK RT2X00 WIRELESS LAN DRIVER M: Stanislaw Gruszka <stf_xl@wp.pl> M: Helmut Schaa <helmut.schaa@googlemail.com>
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@arinc9.com> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)