* [PATCH 1/2] dt-bindings: Drop Li Yang as maintainer for all bindings
@ 2024-06-04 14:22 Michael Walle
2024-06-04 14:22 ` [RFC PATCH 2/2] dt-bindings: memory: fsl: replace maintainer Michael Walle
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Michael Walle @ 2024-06-04 14:22 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo
Cc: devicetree, linux-kernel, linuxppc-dev, linux-arm-kernel,
Michael Walle
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 <mwalle@kernel.org>
---
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 <shawnguo@kernel.org>
- - Li Yang <leoyang.li@nxp.com>
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 <shawnguo@kernel.org>
- - Li Yang <leoyang.li@nxp.com>
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 <shawnguo@kernel.org>
- - Li Yang <leoyang.li@nxp.com>
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 <shawnguo@kernel.org>
- - Li Yang <leoyang.li@nxp.com>
description: |
SCFG is the supplemental configuration unit, that provides SoC specific
--
2.39.2
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 8+ messages in thread* [RFC PATCH 2/2] dt-bindings: memory: fsl: replace maintainer
2024-06-04 14:22 [PATCH 1/2] dt-bindings: Drop Li Yang as maintainer for all bindings Michael Walle
@ 2024-06-04 14:22 ` Michael Walle
2024-06-11 8:49 ` Krzysztof Kozlowski
2024-06-17 6:08 ` (subset) " Krzysztof Kozlowski
2024-06-11 8:48 ` [PATCH 1/2] dt-bindings: Drop Li Yang as maintainer for all bindings Krzysztof Kozlowski
2024-06-16 12:26 ` Shawn Guo
2 siblings, 2 replies; 8+ messages in thread
From: Michael Walle @ 2024-06-04 14:22 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo
Cc: devicetree, linux-kernel, linuxppc-dev, linux-arm-kernel,
Michael Walle
Li Yang's mail address is bouncing, replace it with Shawn Guo's one.
Signed-off-by: Michael Walle <mwalle@kernel.org>
---
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 <leoyang.li@nxp.com>
+ - Shawn Guo <shawnguo@kernel.org>
description: |
NXP's integrated flash controller (IFC) is an advanced version of the
--
2.39.2
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [RFC PATCH 2/2] dt-bindings: memory: fsl: replace maintainer
2024-06-04 14:22 ` [RFC PATCH 2/2] dt-bindings: memory: fsl: replace maintainer Michael Walle
@ 2024-06-11 8:49 ` Krzysztof Kozlowski
2024-06-17 3:24 ` Shawn Guo
2024-06-17 6:08 ` (subset) " Krzysztof Kozlowski
1 sibling, 1 reply; 8+ messages in thread
From: Krzysztof Kozlowski @ 2024-06-11 8:49 UTC (permalink / raw)
To: Michael Walle, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Shawn Guo
Cc: devicetree, linux-kernel, linuxppc-dev, linux-arm-kernel
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 <mwalle@kernel.org>
> ---
> 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 <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [RFC PATCH 2/2] dt-bindings: memory: fsl: replace maintainer
2024-06-11 8:49 ` Krzysztof Kozlowski
@ 2024-06-17 3:24 ` Shawn Guo
2024-06-17 6:08 ` Krzysztof Kozlowski
0 siblings, 1 reply; 8+ messages in thread
From: Shawn Guo @ 2024-06-17 3:24 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Michael Walle, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Shawn Guo, devicetree, linux-kernel, linuxppc-dev,
linux-arm-kernel
On Tue, Jun 11, 2024 at 10:49:36AM +0200, Krzysztof Kozlowski wrote:
> 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 <mwalle@kernel.org>
> > ---
> > 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 <krzysztof.kozlowski@linaro.org>
A second thought on this one.
Hi Krzysztof,
Since you are the maintainer for drivers/memory, would it be more
reasonable to put you instead of me in there?
Patch dropped for now.
Shawn
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [RFC PATCH 2/2] dt-bindings: memory: fsl: replace maintainer
2024-06-17 3:24 ` Shawn Guo
@ 2024-06-17 6:08 ` Krzysztof Kozlowski
0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2024-06-17 6:08 UTC (permalink / raw)
To: Shawn Guo
Cc: Michael Walle, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Shawn Guo, devicetree, linux-kernel, linuxppc-dev,
linux-arm-kernel
On 17/06/2024 05:24, Shawn Guo wrote:
> On Tue, Jun 11, 2024 at 10:49:36AM +0200, Krzysztof Kozlowski wrote:
>> 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 <mwalle@kernel.org>
>>> ---
>>> 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 <krzysztof.kozlowski@linaro.org>
>
> A second thought on this one.
>
> Hi Krzysztof,
>
> Since you are the maintainer for drivers/memory, would it be more
> reasonable to put you instead of me in there?
>
> Patch dropped for now.
Sure, I can grab it.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: (subset) [RFC PATCH 2/2] dt-bindings: memory: fsl: replace maintainer
2024-06-04 14:22 ` [RFC PATCH 2/2] dt-bindings: memory: fsl: replace maintainer Michael Walle
2024-06-11 8:49 ` Krzysztof Kozlowski
@ 2024-06-17 6:08 ` Krzysztof Kozlowski
1 sibling, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2024-06-17 6:08 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
Michael Walle
Cc: devicetree, linux-kernel, linuxppc-dev, linux-arm-kernel
On Tue, 04 Jun 2024 16:22:49 +0200, Michael Walle wrote:
> Li Yang's mail address is bouncing, replace it with Shawn Guo's one.
>
>
Applied, thanks!
[2/2] dt-bindings: memory: fsl: replace maintainer
https://git.kernel.org/krzk/linux-mem-ctrl/c/815cc7715ab183701de42b570a28b4e3d877ef6c
Best regards,
--
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/2] dt-bindings: Drop Li Yang as maintainer for all bindings
2024-06-04 14:22 [PATCH 1/2] dt-bindings: Drop Li Yang as maintainer for all bindings Michael Walle
2024-06-04 14:22 ` [RFC PATCH 2/2] dt-bindings: memory: fsl: replace maintainer Michael Walle
@ 2024-06-11 8:48 ` Krzysztof Kozlowski
2024-06-16 12:26 ` Shawn Guo
2 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2024-06-11 8:48 UTC (permalink / raw)
To: Michael Walle, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Shawn Guo
Cc: devicetree, linux-kernel, linuxppc-dev, linux-arm-kernel
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 <mwalle@kernel.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [PATCH 1/2] dt-bindings: Drop Li Yang as maintainer for all bindings
2024-06-04 14:22 [PATCH 1/2] dt-bindings: Drop Li Yang as maintainer for all bindings Michael Walle
2024-06-04 14:22 ` [RFC PATCH 2/2] dt-bindings: memory: fsl: replace maintainer Michael Walle
2024-06-11 8:48 ` [PATCH 1/2] dt-bindings: Drop Li Yang as maintainer for all bindings Krzysztof Kozlowski
@ 2024-06-16 12:26 ` Shawn Guo
2 siblings, 0 replies; 8+ messages in thread
From: Shawn Guo @ 2024-06-16 12:26 UTC (permalink / raw)
To: Michael Walle
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
devicetree, linux-kernel, linuxppc-dev, linux-arm-kernel
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 <mwalle@kernel.org>
Applied both, thanks!
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-06-17 6:08 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-04 14:22 [PATCH 1/2] dt-bindings: Drop Li Yang as maintainer for all bindings Michael Walle
2024-06-04 14:22 ` [RFC PATCH 2/2] dt-bindings: memory: fsl: replace maintainer Michael Walle
2024-06-11 8:49 ` Krzysztof Kozlowski
2024-06-17 3:24 ` Shawn Guo
2024-06-17 6:08 ` Krzysztof Kozlowski
2024-06-17 6:08 ` (subset) " Krzysztof Kozlowski
2024-06-11 8:48 ` [PATCH 1/2] dt-bindings: Drop Li Yang as maintainer for all bindings Krzysztof Kozlowski
2024-06-16 12:26 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).