2023-02-17 14:58:16

by Herve Codina

[permalink] [raw]
Subject: [PATCH v6 03/10] MAINTAINERS: add the Freescale TSA controller entry

After contributing the driver, add myself as the maintainer
for the Freescale TSA controller.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 7f86d02cb427..097a80d6623b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8372,6 +8372,15 @@ S: Maintained
F: drivers/soc/fsl/qe/
F: include/soc/fsl/qe/

+FREESCALE QUICC ENGINE TSA DRIVER
+M: Herve Codina <[email protected]>
+L: [email protected]
+S: Maintained
+F: Documentation/devicetree/bindings/soc/fsl/cpm_qe/fsl,cpm1-tsa.yaml
+F: drivers/soc/fsl/qe/tsa.c
+F: drivers/soc/fsl/qe/tsa.h
+F: include/dt-bindings/soc/cpm1-fsl,tsa.h
+
FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
M: Li Yang <[email protected]>
L: [email protected]
--
2.39.1



2023-02-17 16:28:18

by Christophe Leroy

[permalink] [raw]
Subject: Re: [PATCH v6 03/10] MAINTAINERS: add the Freescale TSA controller entry



Le 17/02/2023 à 15:56, Herve Codina a écrit :
> After contributing the driver, add myself as the maintainer
> for the Freescale TSA controller.
>
> Signed-off-by: Herve Codina <[email protected]>

Reviewed-by: Christophe Leroy <[email protected]>

> ---
> MAINTAINERS | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7f86d02cb427..097a80d6623b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8372,6 +8372,15 @@ S: Maintained
> F: drivers/soc/fsl/qe/
> F: include/soc/fsl/qe/
>
> +FREESCALE QUICC ENGINE TSA DRIVER
> +M: Herve Codina <[email protected]>
> +L: [email protected]
> +S: Maintained
> +F: Documentation/devicetree/bindings/soc/fsl/cpm_qe/fsl,cpm1-tsa.yaml
> +F: drivers/soc/fsl/qe/tsa.c
> +F: drivers/soc/fsl/qe/tsa.h
> +F: include/dt-bindings/soc/cpm1-fsl,tsa.h
> +
> FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
> M: Li Yang <[email protected]>
> L: [email protected]