[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c7e160b0-16fb-79ca-c291-05571bbe8341@canonical.com>
Date: Mon, 7 Feb 2022 17:04:04 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>
To: Tudor Ambarus <tudor.ambarus@...rochip.com>,
herbert@...dor.apana.org.au, robh+dt@...nel.org
Cc: davem@...emloft.net, nicolas.ferre@...rochip.com,
claudiu.beznea@...rochip.com, alexandre.belloni@...tlin.com,
linux-crypto@...r.kernel.org, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/3] dt-bindings: crypto: Convert Atmel TDES to yaml
On 07/02/2022 04:24, Tudor Ambarus wrote:
> Convert Atmel TDES documentation to yaml format. With the conversion the
> clock and clock-names properties are made mandatory. The driver returns
> -EINVAL if "tdes_clk" is not found, reflect that in the bindings and make
> the clock and clock-names properties mandatory. Update the example to
> better describe how one should define the dt node.
>
> Signed-off-by: Tudor Ambarus <tudor.ambarus@...rochip.com>
> ---
> .../bindings/crypto/atmel,tdes.yaml | 63 +++++++++++++++++++
> .../bindings/crypto/atmel-crypto.txt | 23 -------
> 2 files changed, 63 insertions(+), 23 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/crypto/atmel,tdes.yaml
>
> diff --git a/Documentation/devicetree/bindings/crypto/atmel,tdes.yaml b/Documentation/devicetree/bindings/crypto/atmel,tdes.yaml
> new file mode 100644
> index 000000000000..7efa5e4acaa1
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/crypto/atmel,tdes.yaml
> @@ -0,0 +1,63 @@
> +# SPDX-License-Identifier: GPL-2.0-only
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/crypto/atmel,tdes.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Atmel Triple Data Encryption Standard (TDES) HW cryptographic accelerator
> +
> +maintainers:
> + - Tudor Ambarus <tudor.ambarus@...rochip.com>
> +
> +properties:
> + compatible:
> + const: atmel,at91sam9g46-tdes
> +
Same comments as for patch 1 plus one new (also applying to previous
one). You named the file quite generic "atmel,tdes" or "atmel,aes", but
what if something newer comes for at91? Maybe name it instead
"atmel,at91sam9-aes"?
Best regards,
Krzysztof
Powered by blists - more mailing lists