linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: interconnect: fsl,imx8m-noc: drop Leonard Crestez
@ 2022-08-17  6:59 Krzysztof Kozlowski
  2022-08-17  6:59 ` [PATCH 2/2] dt-bindings: memory-controllers: fsl,imx8m-ddrc: " Krzysztof Kozlowski
  2022-08-17  7:01 ` [PATCH 1/2] dt-bindings: interconnect: fsl,imx8m-noc: " Peng Fan
  0 siblings, 2 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-08-17  6:59 UTC (permalink / raw)
  To: Georgi Djakov, Rob Herring, Krzysztof Kozlowski, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Peng Fan, linux-pm, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Krzysztof Kozlowski

Emails to Leonard Crestez bounce ("550 5.4.1 Recipient address rejected:
Access denied:), so change maintainer to Peng Fan from NXP.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

---

Peng, please ack it if you agree.
---
 .../devicetree/bindings/interconnect/fsl,imx8m-noc.yaml         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.yaml b/Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.yaml
index 7d8d0896e979..f7a5e31c506e 100644
--- a/Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.yaml
+++ b/Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.yaml
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
 title: Generic i.MX bus frequency device
 
 maintainers:
-  - Leonard Crestez <leonard.crestez@nxp.com>
+  - Peng Fan <peng.fan@nxp.com>
 
 description: |
   The i.MX SoC family has multiple buses for which clock frequency (and
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 2/2] dt-bindings: memory-controllers: fsl,imx8m-ddrc: drop Leonard Crestez
  2022-08-17  6:59 [PATCH 1/2] dt-bindings: interconnect: fsl,imx8m-noc: drop Leonard Crestez Krzysztof Kozlowski
@ 2022-08-17  6:59 ` Krzysztof Kozlowski
  2022-08-17  7:02   ` Peng Fan
  2022-08-30 17:58   ` (subset) " Krzysztof Kozlowski
  2022-08-17  7:01 ` [PATCH 1/2] dt-bindings: interconnect: fsl,imx8m-noc: " Peng Fan
  1 sibling, 2 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-08-17  6:59 UTC (permalink / raw)
  To: Georgi Djakov, Rob Herring, Krzysztof Kozlowski, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Peng Fan, linux-pm, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Krzysztof Kozlowski

Emails to Leonard Crestez bounce ("550 5.4.1 Recipient address rejected:
Access denied:), so change maintainer to Peng Fan from NXP.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../devicetree/bindings/memory-controllers/fsl/imx8m-ddrc.yaml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/memory-controllers/fsl/imx8m-ddrc.yaml b/Documentation/devicetree/bindings/memory-controllers/fsl/imx8m-ddrc.yaml
index fc2e7de10331..519b123116dc 100644
--- a/Documentation/devicetree/bindings/memory-controllers/fsl/imx8m-ddrc.yaml
+++ b/Documentation/devicetree/bindings/memory-controllers/fsl/imx8m-ddrc.yaml
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
 title: i.MX8M DDR Controller
 
 maintainers:
-  - Leonard Crestez <leonard.crestez@nxp.com>
+  - Peng Fan <peng.fan@nxp.com>
 
 description:
   The DDRC block is integrated in i.MX8M for interfacing with DDR based
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* RE: [PATCH 1/2] dt-bindings: interconnect: fsl,imx8m-noc: drop Leonard Crestez
  2022-08-17  6:59 [PATCH 1/2] dt-bindings: interconnect: fsl,imx8m-noc: drop Leonard Crestez Krzysztof Kozlowski
  2022-08-17  6:59 ` [PATCH 2/2] dt-bindings: memory-controllers: fsl,imx8m-ddrc: " Krzysztof Kozlowski
@ 2022-08-17  7:01 ` Peng Fan
  1 sibling, 0 replies; 6+ messages in thread
From: Peng Fan @ 2022-08-17  7:01 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Georgi Djakov, Rob Herring,
	Krzysztof Kozlowski, Shawn Guo, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam, dl-linux-imx, linux-pm,
	devicetree, linux-arm-kernel, linux-kernel

> Subject: [PATCH 1/2] dt-bindings: interconnect: fsl,imx8m-noc: drop
> Leonard Crestez
> 
> Emails to Leonard Crestez bounce ("550 5.4.1 Recipient address rejected:
> Access denied:), so change maintainer to Peng Fan from NXP.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 

Thanks. Acked-by: Peng Fan <peng.fan@nxp.com>

Thanks,
Peng.
> ---
> 
> Peng, please ack it if you agree.
> ---
>  .../devicetree/bindings/interconnect/fsl,imx8m-noc.yaml         | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/interconnect/fsl,imx8m-
> noc.yaml b/Documentation/devicetree/bindings/interconnect/fsl,imx8m-
> noc.yaml
> index 7d8d0896e979..f7a5e31c506e 100644
> --- a/Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.yaml
> +++ b/Documentation/devicetree/bindings/interconnect/fsl,imx8m-
> noc.yaml
> @@ -7,7 +7,7 @@ $schema:
> https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdevice
> tree.org%2Fmeta-
> schemas%2Fcore.yaml%23&amp;data=05%7C01%7Cpeng.fan%40nxp.com%
> 7C5dd9d91ca3754840402f08da801e149f%7C686ea1d3bc2b4c6fa92cd99c5c3
> 01635%7C0%7C0%7C637963163932351723%7CUnknown%7CTWFpbGZsb3d
> 8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%
> 3D%7C3000%7C%7C%7C&amp;sdata=yeDnKhOwb40KnNYnK1FTmkklp9EjYS
> m4JCiEC9%2FVWVw%3D&amp;reserved=0
>  title: Generic i.MX bus frequency device
> 
>  maintainers:
> -  - Leonard Crestez <leonard.crestez@nxp.com>
> +  - Peng Fan <peng.fan@nxp.com>
> 
>  description: |
>    The i.MX SoC family has multiple buses for which clock frequency (and
> --
> 2.34.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [PATCH 2/2] dt-bindings: memory-controllers: fsl,imx8m-ddrc: drop Leonard Crestez
  2022-08-17  6:59 ` [PATCH 2/2] dt-bindings: memory-controllers: fsl,imx8m-ddrc: " Krzysztof Kozlowski
@ 2022-08-17  7:02   ` Peng Fan
  2022-08-30 17:57     ` Krzysztof Kozlowski
  2022-08-30 17:58   ` (subset) " Krzysztof Kozlowski
  1 sibling, 1 reply; 6+ messages in thread
From: Peng Fan @ 2022-08-17  7:02 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Georgi Djakov, Rob Herring,
	Krzysztof Kozlowski, Shawn Guo, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam, dl-linux-imx, linux-pm,
	devicetree, linux-arm-kernel, linux-kernel

> Subject: [PATCH 2/2] dt-bindings: memory-controllers: fsl,imx8m-ddrc: drop
> Leonard Crestez
> 
> Emails to Leonard Crestez bounce ("550 5.4.1 Recipient address rejected:
> Access denied:), so change maintainer to Peng Fan from NXP.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Thanks. Acked-by: Peng Fan <peng.fan@nxp.com>

Thanks,
Peng. 

> ---
>  .../devicetree/bindings/memory-controllers/fsl/imx8m-ddrc.yaml  | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/memory-
> controllers/fsl/imx8m-ddrc.yaml
> b/Documentation/devicetree/bindings/memory-controllers/fsl/imx8m-
> ddrc.yaml
> index fc2e7de10331..519b123116dc 100644
> --- a/Documentation/devicetree/bindings/memory-controllers/fsl/imx8m-
> ddrc.yaml
> +++ b/Documentation/devicetree/bindings/memory-controllers/fsl/imx8m-
> ddrc.yaml
> @@ -7,7 +7,7 @@ $schema:
> https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdevice
> tree.org%2Fmeta-
> schemas%2Fcore.yaml%23&amp;data=05%7C01%7Cpeng.fan%40nxp.com%
> 7Cbc4ca1b3eb7f4ea37a6f08da801e15ac%7C686ea1d3bc2b4c6fa92cd99c5c3
> 01635%7C0%7C0%7C637963163958140691%7CUnknown%7CTWFpbGZsb3d
> 8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%
> 3D%7C3000%7C%7C%7C&amp;sdata=aRsRxhGmrmdagEf8lKIZYpYMaW1E87
> 7GWn4j%2BW9e2Gw%3D&amp;reserved=0
>  title: i.MX8M DDR Controller
> 
>  maintainers:
> -  - Leonard Crestez <leonard.crestez@nxp.com>
> +  - Peng Fan <peng.fan@nxp.com>
> 
>  description:
>    The DDRC block is integrated in i.MX8M for interfacing with DDR based
> --
> 2.34.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 2/2] dt-bindings: memory-controllers: fsl,imx8m-ddrc: drop Leonard Crestez
  2022-08-17  7:02   ` Peng Fan
@ 2022-08-30 17:57     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-08-30 17:57 UTC (permalink / raw)
  To: Peng Fan, Georgi Djakov, Rob Herring, Krzysztof Kozlowski,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	dl-linux-imx, linux-pm, devicetree, linux-arm-kernel,
	linux-kernel

On 17/08/2022 10:02, Peng Fan wrote:
>> Subject: [PATCH 2/2] dt-bindings: memory-controllers: fsl,imx8m-ddrc: drop
>> Leonard Crestez
>>
>> Emails to Leonard Crestez bounce ("550 5.4.1 Recipient address rejected:
>> Access denied:), so change maintainer to Peng Fan from NXP.
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> Thanks. Acked-by: Peng Fan <peng.fan@nxp.com>

Thanks for the Ack. Please keep it in new line, because otherwise it
does not go well with the b4/tools.

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: (subset) [PATCH 2/2] dt-bindings: memory-controllers: fsl,imx8m-ddrc: drop Leonard Crestez
  2022-08-17  6:59 ` [PATCH 2/2] dt-bindings: memory-controllers: fsl,imx8m-ddrc: " Krzysztof Kozlowski
  2022-08-17  7:02   ` Peng Fan
@ 2022-08-30 17:58   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-08-30 17:58 UTC (permalink / raw)
  To: devicetree, festevam, peng.fan, krzysztof.kozlowski+dt,
	krzysztof.kozlowski, Sascha Hauer, robh+dt, djakov, linux-imx,
	linux-kernel, linux-arm-kernel, shawnguo, kernel, linux-pm

On Wed, 17 Aug 2022 09:59:46 +0300, Krzysztof Kozlowski wrote:
> Emails to Leonard Crestez bounce ("550 5.4.1 Recipient address rejected:
> Access denied:), so change maintainer to Peng Fan from NXP.
> 
> 

Applied, thanks!

[2/2] dt-bindings: memory-controllers: fsl,imx8m-ddrc: drop Leonard Crestez
      https://git.kernel.org/krzk/linux-mem-ctrl/c/c941e6305958fb85e0e4d6c632c8a7a489c76f88

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-08-30 17:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-17  6:59 [PATCH 1/2] dt-bindings: interconnect: fsl,imx8m-noc: drop Leonard Crestez Krzysztof Kozlowski
2022-08-17  6:59 ` [PATCH 2/2] dt-bindings: memory-controllers: fsl,imx8m-ddrc: " Krzysztof Kozlowski
2022-08-17  7:02   ` Peng Fan
2022-08-30 17:57     ` Krzysztof Kozlowski
2022-08-30 17:58   ` (subset) " Krzysztof Kozlowski
2022-08-17  7:01 ` [PATCH 1/2] dt-bindings: interconnect: fsl,imx8m-noc: " Peng Fan

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).