2020-03-05 14:01:16

by Horia Geanta

[permalink] [raw]
Subject: [PATCH 0/5] ARM: dts: imx: use generic name for crypto node

This patch set aligns / fixes the naming of the crypto node
(and its child nodes) for sahara, dcp and caam crypto engines
used in i.MX SoCs.

Horia Geantă (4):
dt-bindings: crypto: sahara: use generic node name
dt-bindings: crypto: dcp: use generic node name
dt-bindings: crypto: caam: use generic node name
ARM: dts: imx: align name for crypto node and child nodes

Silvano di Ninno (1):
arm64: dts: imx8mn: align name for crypto child nodes

Documentation/devicetree/bindings/crypto/fsl-dcp.txt | 2 +-
.../devicetree/bindings/crypto/fsl-imx-sahara.txt | 2 +-
Documentation/devicetree/bindings/crypto/fsl-sec4.txt | 2 +-
arch/arm/boot/dts/imx23.dtsi | 2 +-
arch/arm/boot/dts/imx27.dtsi | 2 +-
arch/arm/boot/dts/imx28.dtsi | 2 +-
arch/arm/boot/dts/imx6qdl.dtsi | 6 +++---
arch/arm/boot/dts/imx6sl.dtsi | 2 +-
arch/arm/boot/dts/imx6sll.dtsi | 2 +-
arch/arm/boot/dts/imx6sx.dtsi | 6 +++---
arch/arm/boot/dts/imx6ul.dtsi | 8 ++++----
arch/arm/boot/dts/imx7s.dtsi | 8 ++++----
arch/arm/boot/dts/imx7ulp.dtsi | 4 ++--
arch/arm64/boot/dts/freescale/imx8mn.dtsi | 6 +++---
14 files changed, 27 insertions(+), 27 deletions(-)

--
2.17.1


2020-03-11 08:54:28

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH 0/5] ARM: dts: imx: use generic name for crypto node

On Thu, Mar 05, 2020 at 03:59:04PM +0200, Horia Geantă wrote:
> This patch set aligns / fixes the naming of the crypto node
> (and its child nodes) for sahara, dcp and caam crypto engines
> used in i.MX SoCs.
>
> Horia Geantă (4):
> dt-bindings: crypto: sahara: use generic node name
> dt-bindings: crypto: dcp: use generic node name
> dt-bindings: crypto: caam: use generic node name
> ARM: dts: imx: align name for crypto node and child nodes
>
> Silvano di Ninno (1):
> arm64: dts: imx8mn: align name for crypto child nodes

Applied all, thanks.