[PATCH 08/14] MAINTAINERS: add Ralink pinctrl driver

Joe Perches joe at perches.com
Wed Apr 13 01:29:53 PDT 2022


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 at 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 at vger.kernel.org
>  S:	Maintained
>  F:	arch/mips/boot/dts/ralink/mt7621*
>  
> +RALINK PINCTRL DRIVER
> +M:	Arınç ÜNAL <arinc.unal at arinc9.com>
> +M:	Sergio Paracuellos <sergio.paracuellos at gmail.com>
> +L:	linux-mips at 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.





More information about the linux-arm-kernel mailing list