2023-09-12 21:43:05

by Herve Codina

[permalink] [raw]
Subject: [PATCH v5 29/31] MAINTAINERS: Add the Lantiq PEF2256 driver entry

After contributing the driver, add myself as the maintainer for the
Lantiq PEF2256 driver.

Signed-off-by: Herve Codina <[email protected]>
Reviewed-by: Christophe Leroy <[email protected]>
Signed-off-by: Christophe Leroy <[email protected]>
---
MAINTAINERS | 9 +++++++++
1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8b987f2c8633..dbc5867016bc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11876,6 +11876,15 @@ S: Maintained
F: arch/mips/lantiq
F: drivers/soc/lantiq

+LANTIQ PEF2256 DRIVER
+M: Herve Codina <[email protected]>
+S: Maintained
+F: Documentation/devicetree/bindings/net/lantiq,pef2256.yaml
+F: drivers/net/wan/framer/pef2256/
+F: drivers/pinctrl/pinctrl-pef2256-regs.h
+F: drivers/pinctrl/pinctrl-pef2256.c
+F: include/linux/framer/pef2256.h
+
LASI 53c700 driver for PARISC
M: "James E.J. Bottomley" <[email protected]>
L: [email protected]
--
2.41.0


2023-09-12 23:32:38

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH v5 29/31] MAINTAINERS: Add the Lantiq PEF2256 driver entry

On Tue, Sep 12, 2023 at 12:15 PM Herve Codina <[email protected]> wrote:

> After contributing the driver, add myself as the maintainer for the
> Lantiq PEF2256 driver.
>
> Signed-off-by: Herve Codina <[email protected]>
> Reviewed-by: Christophe Leroy <[email protected]>
> Signed-off-by: Christophe Leroy <[email protected]>
> ---
> MAINTAINERS | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8b987f2c8633..dbc5867016bc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11876,6 +11876,15 @@ S: Maintained
> F: arch/mips/lantiq
> F: drivers/soc/lantiq
>
> +LANTIQ PEF2256 DRIVER
> +M: Herve Codina <[email protected]>
> +S: Maintained
> +F: Documentation/devicetree/bindings/net/lantiq,pef2256.yaml
> +F: drivers/net/wan/framer/pef2256/
> +F: drivers/pinctrl/pinctrl-pef2256-regs.h
> +F: drivers/pinctrl/pinctrl-pef2256.c

Just use a glob expression:
F: drivers/pinctrl/pinctrl-pef2256-*

Yours,
Linus Walleij