[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d0ed8518dfb93e6f2bbbaf4aac3436dd20369c00.camel@perches.com>
Date: Wed, 13 Apr 2022 01:29:53 -0700
From: Joe Perches <joe@...ches.com>
To: Arınç ÜNAL <arinc.unal@...nc9.com>,
Sergio Paracuellos <sergio.paracuellos@...il.com>,
Luiz Angelo Daros de Luca <luizluca@...il.com>,
Linus Walleij <linus.walleij@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Thomas Bogendoerfer <tsbogend@...ha.franken.de>,
Matthias Brugger <matthias.bgg@...il.com>
Cc: erkin.bozoglu@...ont.com, linux-gpio@...r.kernel.org,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-mips@...r.kernel.org
Subject: Re: [PATCH 08/14] MAINTAINERS: add Ralink pinctrl driver
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@...nc9.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@...r.kernel.org
> S: Maintained
> F: arch/mips/boot/dts/ralink/mt7621*
>
> +RALINK PINCTRL DRIVER
> +M: Arınç ÜNAL <arinc.unal@...nc9.com>
> +M: Sergio Paracuellos <sergio.paracuellos@...il.com>
> +L: linux-mips@...r.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.
Powered by blists - more mailing lists