2024-06-04 14:45:57

by Michael Walle

[permalink] [raw]
Subject: [PATCH 1/2] dt-bindings: Drop Li Yang as maintainer for all bindings

Remove Li Yang from all device tree bindings because mails to this
address are bouncing.

Commit fbdd90334a62 ("MAINTAINERS: Drop Li Yang as their email address
stopped working") already removed the entry from the MAINTAINERS but
didn't address all the in-file entries of the device tree bindings.

Signed-off-by: Michael Walle <[email protected]>
---
Documentation/devicetree/bindings/arm/fsl.yaml | 1 -
.../devicetree/bindings/interrupt-controller/fsl,ls-extirq.yaml | 1 -
.../devicetree/bindings/soc/fsl/fsl,layerscape-dcfg.yaml | 1 -
.../devicetree/bindings/soc/fsl/fsl,layerscape-scfg.yaml | 1 -
4 files changed, 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index f731fb5b5e2a..8a1f8e387a61 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -8,7 +8,6 @@ title: Freescale i.MX Platforms

maintainers:
- Shawn Guo <[email protected]>
- - Li Yang <[email protected]>

properties:
$nodename:
diff --git a/Documentation/devicetree/bindings/interrupt-controller/fsl,ls-extirq.yaml b/Documentation/devicetree/bindings/interrupt-controller/fsl,ls-extirq.yaml
index 887e565b9573..199b34fdbefc 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/fsl,ls-extirq.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/fsl,ls-extirq.yaml
@@ -8,7 +8,6 @@ title: Freescale Layerscape External Interrupt Controller

maintainers:
- Shawn Guo <[email protected]>
- - Li Yang <[email protected]>

description: |
Some Layerscape SOCs (LS1021A, LS1043A, LS1046A LS1088A, LS208xA,
diff --git a/Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-dcfg.yaml b/Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-dcfg.yaml
index ce1a6505eb51..3fb0534ea597 100644
--- a/Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-dcfg.yaml
+++ b/Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-dcfg.yaml
@@ -8,7 +8,6 @@ title: Freescale Layerscape Device Configuration Unit

maintainers:
- Shawn Guo <[email protected]>
- - Li Yang <[email protected]>

description: |
DCFG is the device configuration unit, that provides general purpose
diff --git a/Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-scfg.yaml b/Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-scfg.yaml
index a6a511b00a12..2a456c8af992 100644
--- a/Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-scfg.yaml
+++ b/Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-scfg.yaml
@@ -8,7 +8,6 @@ title: Freescale Layerscape Supplemental Configuration Unit

maintainers:
- Shawn Guo <[email protected]>
- - Li Yang <[email protected]>

description: |
SCFG is the supplemental configuration unit, that provides SoC specific
--
2.39.2



2024-06-04 14:50:14

by Michael Walle

[permalink] [raw]
Subject: [RFC PATCH 2/2] dt-bindings: memory: fsl: replace maintainer

Li Yang's mail address is bouncing, replace it with Shawn Guo's one.

Signed-off-by: Michael Walle <[email protected]>
---
This is marked as an RFC because it is more of a question for Shawn if
he is willing to take over the maintainership.
---
.../devicetree/bindings/memory-controllers/fsl/fsl,ifc.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/memory-controllers/fsl/fsl,ifc.yaml b/Documentation/devicetree/bindings/memory-controllers/fsl/fsl,ifc.yaml
index 3be1db30bf41..d1c3421bee10 100644
--- a/Documentation/devicetree/bindings/memory-controllers/fsl/fsl,ifc.yaml
+++ b/Documentation/devicetree/bindings/memory-controllers/fsl/fsl,ifc.yaml
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: FSL/NXP Integrated Flash Controller

maintainers:
- - Li Yang <[email protected]>
+ - Shawn Guo <[email protected]>

description: |
NXP's integrated flash controller (IFC) is an advanced version of the
--
2.39.2


2024-06-11 08:49:34

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: Drop Li Yang as maintainer for all bindings

On 04/06/2024 16:22, Michael Walle wrote:
> Remove Li Yang from all device tree bindings because mails to this
> address are bouncing.
>
> Commit fbdd90334a62 ("MAINTAINERS: Drop Li Yang as their email address
> stopped working") already removed the entry from the MAINTAINERS but
> didn't address all the in-file entries of the device tree bindings.
>
> Signed-off-by: Michael Walle <[email protected]>


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

Best regards,
Krzysztof


2024-06-11 08:50:10

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [RFC PATCH 2/2] dt-bindings: memory: fsl: replace maintainer

On 04/06/2024 16:22, Michael Walle wrote:
> Li Yang's mail address is bouncing, replace it with Shawn Guo's one.
>
> Signed-off-by: Michael Walle <[email protected]>
> ---
> This is marked as an RFC because it is more of a question for Shawn if
> he is willing to take over the maintainership.
> ---

I suppose this could go via IMX SoC tree, so:
Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof


2024-06-16 12:27:47

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: Drop Li Yang as maintainer for all bindings

On Tue, Jun 04, 2024 at 04:22:48PM +0200, Michael Walle wrote:
> Remove Li Yang from all device tree bindings because mails to this
> address are bouncing.
>
> Commit fbdd90334a62 ("MAINTAINERS: Drop Li Yang as their email address
> stopped working") already removed the entry from the MAINTAINERS but
> didn't address all the in-file entries of the device tree bindings.
>
> Signed-off-by: Michael Walle <[email protected]>

Applied both, thanks!