2022-12-05 21:44:16

by Florian Fainelli

[permalink] [raw]
Subject: [PATCH net 0/2] Update Joakim Zhang entries

Shawn, since you are the i.MX maintainer I added you and the NXP Linux
Team as the de-facto maintainers for those entries, however there may be
other people to list, thanks!

Florian Fainelli (2):
MAINTAINERS: Update NXP FEC maintainer
dt-bindings: FEC/i.MX DWMAC and INTMUX maintainer

.../devicetree/bindings/interrupt-controller/fsl,intmux.yaml | 3 ++-
Documentation/devicetree/bindings/net/fsl,fec.yaml | 3 ++-
Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml | 3 ++-
MAINTAINERS | 3 ++-
4 files changed, 8 insertions(+), 4 deletions(-)

--
2.34.1


2022-12-05 21:44:23

by Florian Fainelli

[permalink] [raw]
Subject: [PATCH net 2/2] dt-bindings: FEC/i.MX DWMAC and INTMUX maintainer

Emails to Joakim Zhang bounce, add Shawn Guo (i.MX architecture
maintainer) and the NXP Linux Team exploder email.

Signed-off-by: Florian Fainelli <[email protected]>
---
.../devicetree/bindings/interrupt-controller/fsl,intmux.yaml | 3 ++-
Documentation/devicetree/bindings/net/fsl,fec.yaml | 3 ++-
Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.yaml b/Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.yaml
index 1d6e0f64a807..985bfa4f6fda 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.yaml
@@ -7,7 +7,8 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Freescale INTMUX interrupt multiplexer

maintainers:
- - Joakim Zhang <[email protected]>
+ - Shawn Guo <[email protected]>
+ - NXP Linux Team <[email protected]>

properties:
compatible:
diff --git a/Documentation/devicetree/bindings/net/fsl,fec.yaml b/Documentation/devicetree/bindings/net/fsl,fec.yaml
index e0f376f7e274..83b390ef9abb 100644
--- a/Documentation/devicetree/bindings/net/fsl,fec.yaml
+++ b/Documentation/devicetree/bindings/net/fsl,fec.yaml
@@ -7,7 +7,8 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Freescale Fast Ethernet Controller (FEC)

maintainers:
- - Joakim Zhang <[email protected]>
+ - Shawn Guo <[email protected]>
+ - NXP Linux Team <[email protected]>

allOf:
- $ref: ethernet-controller.yaml#
diff --git a/Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml b/Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml
index 4c155441acbf..bd430dede242 100644
--- a/Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml
+++ b/Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml
@@ -7,7 +7,8 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: NXP i.MX8 DWMAC glue layer

maintainers:
- - Joakim Zhang <[email protected]>
+ - Shawn Guo <[email protected]>
+ - NXP Linux Team <[email protected]>

# We need a select here so we don't match all nodes with 'snps,dwmac'
select:
--
2.34.1

2022-12-05 21:44:31

by Florian Fainelli

[permalink] [raw]
Subject: [PATCH net 1/2] MAINTAINERS: Update NXP FEC maintainer

Emails to Joakim Zhang bounce, add Shawn Guo (i.MX architecture
maintainer) and the NXP Linux Team exploder email.

Signed-off-by: Florian Fainelli <[email protected]>
---
MAINTAINERS | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 256f03904987..ba25d5af51a0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8187,7 +8187,8 @@ S: Maintained
F: drivers/i2c/busses/i2c-cpm.c

FREESCALE IMX / MXC FEC DRIVER
-M: Joakim Zhang <[email protected]>
+M: Shawn Guo <[email protected]>
+M: NXP Linux Team <[email protected]>
L: [email protected]
S: Maintained
F: Documentation/devicetree/bindings/net/fsl,fec.yaml
--
2.34.1

2022-12-06 09:08:06

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH net 2/2] dt-bindings: FEC/i.MX DWMAC and INTMUX maintainer

On 05/12/2022 22:23, Florian Fainelli wrote:
> Emails to Joakim Zhang bounce, add Shawn Guo (i.MX architecture
> maintainer) and the NXP Linux Team exploder email.
>
> Signed-off-by: Florian Fainelli <[email protected]>


Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof

2022-12-09 02:10:01

by Clark Wang

[permalink] [raw]
Subject: RE: [PATCH net 2/2] dt-bindings: FEC/i.MX DWMAC and INTMUX maintainer

Hi,


> -----Original Message-----
> From: Florian Fainelli <[email protected]>
> Sent: 2022??12??6?? 5:24
> To: [email protected]
> Cc: Florian Fainelli <[email protected]>; Thomas Gleixner
> <[email protected]>; Marc Zyngier <[email protected]>; Rob Herring
> <[email protected]>; Krzysztof Kozlowski
> <[email protected]>; Shawn Guo <[email protected]>;
> dl-linux-imx <[email protected]>; David S. Miller <[email protected]>;
> Eric Dumazet <[email protected]>; Jakub Kicinski <[email protected]>;
> Paolo Abeni <[email protected]>; Sascha Hauer <[email protected]>;
> Pengutronix Kernel Team <[email protected]>; Fabio Estevam
> <[email protected]>; open list:IRQCHIP DRIVERS
> <[email protected]>; open list:OPEN FIRMWARE AND FLATTENED
> DEVICE TREE BINDINGS <[email protected]>; moderated
> list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
> <[email protected]>
> Subject: [PATCH net 2/2] dt-bindings: FEC/i.MX DWMAC and INTMUX
> maintainer
>
> Emails to Joakim Zhang bounce, add Shawn Guo (i.MX architecture
> maintainer) and the NXP Linux Team exploder email.
>
> Signed-off-by: Florian Fainelli <[email protected]>
> ---
> .../devicetree/bindings/interrupt-controller/fsl,intmux.yaml | 3 ++-
> Documentation/devicetree/bindings/net/fsl,fec.yaml | 3 ++-
> Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml | 3 ++-
> 3 files changed, 6 insertions(+), 3 deletions(-)
>
> diff --git
> a/Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.yaml
> b/Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.yaml
> index 1d6e0f64a807..985bfa4f6fda 100644
> --- a/Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.yaml
> +++ b/Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.yaml
> @@ -7,7 +7,8 @@ $schema:
> https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdevicetre
> e.org%2Fmeta-schemas%2Fcore.yaml%23&amp;data=05%7C01%7Cxiaoning.
> wang%40nxp.com%7C419bb74a904c4ba6d11008dad707013c%7C686ea1d3bc
> 2b4c6fa92cd99c5c301635%7C0%7C0%7C638058722324648451%7CUnknown
> %7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haW
> wiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=E2Ll0QCEy%2FJ3TIgZ
> %2FD1rsy3%2FTGE%2FC%2FKHSve%2BjBVEFio%3D&amp;reserved=0
> title: Freescale INTMUX interrupt multiplexer
>
> maintainers:
> - - Joakim Zhang <[email protected]>
> + - Shawn Guo <[email protected]>
> + - NXP Linux Team <[email protected]>
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/net/fsl,fec.yaml
> b/Documentation/devicetree/bindings/net/fsl,fec.yaml
> index e0f376f7e274..83b390ef9abb 100644
> --- a/Documentation/devicetree/bindings/net/fsl,fec.yaml
> +++ b/Documentation/devicetree/bindings/net/fsl,fec.yaml
> @@ -7,7 +7,8 @@ $schema:
> https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdevicetre
> e.org%2Fmeta-schemas%2Fcore.yaml%23&amp;data=05%7C01%7Cxiaoning.
> wang%40nxp.com%7C419bb74a904c4ba6d11008dad707013c%7C686ea1d3bc
> 2b4c6fa92cd99c5c301635%7C0%7C0%7C638058722324648451%7CUnknown
> %7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haW
> wiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=E2Ll0QCEy%2FJ3TIgZ
> %2FD1rsy3%2FTGE%2FC%2FKHSve%2BjBVEFio%3D&amp;reserved=0
> title: Freescale Fast Ethernet Controller (FEC)
>
> maintainers:
> - - Joakim Zhang <[email protected]>
> + - Shawn Guo <[email protected]>
> + - NXP Linux Team <[email protected]>

For FEC yaml file maintainer, please add:
Wei Fang <[email protected]>

>
> allOf:
> - $ref: ethernet-controller.yaml#
> diff --git a/Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml
> b/Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml
> index 4c155441acbf..bd430dede242 100644
> --- a/Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml
> +++ b/Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml
> @@ -7,7 +7,8 @@ $schema:
> https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdevicetre
> e.org%2Fmeta-schemas%2Fcore.yaml%23&amp;data=05%7C01%7Cxiaoning.
> wang%40nxp.com%7C419bb74a904c4ba6d11008dad707013c%7C686ea1d3bc
> 2b4c6fa92cd99c5c301635%7C0%7C0%7C638058722324648451%7CUnknown
> %7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haW
> wiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=E2Ll0QCEy%2FJ3TIgZ
> %2FD1rsy3%2FTGE%2FC%2FKHSve%2BjBVEFio%3D&amp;reserved=0
> title: NXP i.MX8 DWMAC glue layer
>
> maintainers:
> - - Joakim Zhang <[email protected]>
> + - Shawn Guo <[email protected]>
> + - NXP Linux Team <[email protected]>

For dwmac glue yaml maintainer, please add:
Clark Wang <[email protected]>

Thanks!

Best Regards,
Clark Wang

>
> # We need a select here so we don't match all nodes with 'snps,dwmac'
> select:
> --
> 2.34.1

2022-12-09 02:19:26

by Clark Wang

[permalink] [raw]
Subject: RE: [PATCH net 1/2] MAINTAINERS: Update NXP FEC maintainer

Hi Florian,


> -----Original Message-----
> From: Florian Fainelli <[email protected]>
> Sent: 2022??12??6?? 5:24
> To: [email protected]
> Cc: Florian Fainelli <[email protected]>; Thomas Gleixner
> <[email protected]>; Marc Zyngier <[email protected]>; Rob Herring
> <[email protected]>; Krzysztof Kozlowski
> <[email protected]>; Shawn Guo <[email protected]>;
> dl-linux-imx <[email protected]>; David S. Miller <[email protected]>;
> Eric Dumazet <[email protected]>; Jakub Kicinski <[email protected]>;
> Paolo Abeni <[email protected]>; Sascha Hauer <[email protected]>;
> Pengutronix Kernel Team <[email protected]>; Fabio Estevam
> <[email protected]>; open list:IRQCHIP DRIVERS
> <[email protected]>; open list:OPEN FIRMWARE AND FLATTENED
> DEVICE TREE BINDINGS <[email protected]>; moderated
> list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
> <[email protected]>
> Subject: [PATCH net 1/2] MAINTAINERS: Update NXP FEC maintainer
>
> Emails to Joakim Zhang bounce, add Shawn Guo (i.MX architecture
> maintainer) and the NXP Linux Team exploder email.
>
> Signed-off-by: Florian Fainelli <[email protected]>
> ---
> MAINTAINERS | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 256f03904987..ba25d5af51a0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8187,7 +8187,8 @@ S: Maintained
> F: drivers/i2c/busses/i2c-cpm.c
>
> FREESCALE IMX / MXC FEC DRIVER
> -M: Joakim Zhang <[email protected]>
> +M: Shawn Guo <[email protected]>
> +M: NXP Linux Team <[email protected]>

For FEC driver, please change as follows. Thanks.
M: Wei Fang <[email protected]>
R: Shenwei Wang <[email protected]>
R: Clark Wang <[email protected]>
R: NXP Linux Team <[email protected]>

Best Regards,
Clark Wang

> L: [email protected]
> S: Maintained
> F: Documentation/devicetree/bindings/net/fsl,fec.yaml
> --
> 2.34.1

2022-12-09 04:16:32

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH net 1/2] MAINTAINERS: Update NXP FEC maintainer



On 12/8/2022 6:01 PM, Clark Wang wrote:
> Hi Florian,
>
>
>> -----Original Message-----
>> From: Florian Fainelli <[email protected]>
>> Sent: 2022年12月6日 5:24
>> To: [email protected]
>> Cc: Florian Fainelli <[email protected]>; Thomas Gleixner
>> <[email protected]>; Marc Zyngier <[email protected]>; Rob Herring
>> <[email protected]>; Krzysztof Kozlowski
>> <[email protected]>; Shawn Guo <[email protected]>;
>> dl-linux-imx <[email protected]>; David S. Miller <[email protected]>;
>> Eric Dumazet <[email protected]>; Jakub Kicinski <[email protected]>;
>> Paolo Abeni <[email protected]>; Sascha Hauer <[email protected]>;
>> Pengutronix Kernel Team <[email protected]>; Fabio Estevam
>> <[email protected]>; open list:IRQCHIP DRIVERS
>> <[email protected]>; open list:OPEN FIRMWARE AND FLATTENED
>> DEVICE TREE BINDINGS <[email protected]>; moderated
>> list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
>> <[email protected]>
>> Subject: [PATCH net 1/2] MAINTAINERS: Update NXP FEC maintainer
>>
>> Emails to Joakim Zhang bounce, add Shawn Guo (i.MX architecture
>> maintainer) and the NXP Linux Team exploder email.
>>
>> Signed-off-by: Florian Fainelli <[email protected]>
>> ---
>> MAINTAINERS | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 256f03904987..ba25d5af51a0 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -8187,7 +8187,8 @@ S: Maintained
>> F: drivers/i2c/busses/i2c-cpm.c
>>
>> FREESCALE IMX / MXC FEC DRIVER
>> -M: Joakim Zhang <[email protected]>
>> +M: Shawn Guo <[email protected]>
>> +M: NXP Linux Team <[email protected]>
>
> For FEC driver, please change as follows. Thanks.
> M: Wei Fang <[email protected]>
> R: Shenwei Wang <[email protected]>
> R: Clark Wang <[email protected]>
> R: NXP Linux Team <[email protected]>
>
> Best Regards,
> Clark Wang

Will do, thanks for stepping in.
--
Florian