linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] crypto: Convert atmel-crypto to YAML
@ 2022-02-08 10:49 Tudor Ambarus
  2022-02-08 10:49 ` [PATCH v2 1/3] dt-bindings: crypto: Convert Atmel AES to yaml Tudor Ambarus
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Tudor Ambarus @ 2022-02-08 10:49 UTC (permalink / raw)
  To: herbert, krzysztof.kozlowski
  Cc: nicolas.ferre, claudiu.beznea, alexandre.belloni, linux-crypto,
	linux-arm-kernel, linux-kernel, kavyasree.kotagiri, devicetree,
	Tudor Ambarus

Convert Atmel AES, TDES and SHA documentation to yaml format. There is one
binding defined per file. Keeping all bindings under the same yaml does
not make sense, as these are individual IPs. With the conversion the clock
and clock-names properties are made mandatory, to reflect how the drivers
treat them: when these properties are not provided, the drivers return
error.

v2:
- use generic "crypto" node name
- drop redundant status = "okay" - it's the default state anyway
- introduce empty line for readability
- be specific and rename the bindings to let room for future possible
  lines of architectures.

Tudor Ambarus (3):
  dt-bindings: crypto: Convert Atmel AES to yaml
  dt-bindings: crypto: Convert Atmel TDES to yaml
  dt-bindings: crypto: Convert Atmel SHA to yaml

 .../crypto/atmel,at91sam9g46-aes.yaml         | 65 ++++++++++++++++++
 .../crypto/atmel,at91sam9g46-sha.yaml         | 59 ++++++++++++++++
 .../crypto/atmel,at91sam9g46-tdes.yaml        | 63 +++++++++++++++++
 .../bindings/crypto/atmel-crypto.txt          | 68 -------------------
 4 files changed, 187 insertions(+), 68 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml
 create mode 100644 Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-sha.yaml
 create mode 100644 Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml
 delete mode 100644 Documentation/devicetree/bindings/crypto/atmel-crypto.txt

-- 
2.25.1


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

end of thread, other threads:[~2022-02-10 14:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-08 10:49 [PATCH v2 0/3] crypto: Convert atmel-crypto to YAML Tudor Ambarus
2022-02-08 10:49 ` [PATCH v2 1/3] dt-bindings: crypto: Convert Atmel AES to yaml Tudor Ambarus
2022-02-08 11:58   ` Krzysztof Kozlowski
2022-02-08 14:40     ` Tudor.Ambarus
2022-02-08 14:55       ` Krzysztof Kozlowski
2022-02-08 15:27         ` Tudor.Ambarus
2022-02-10 14:26           ` Tudor.Ambarus
2022-02-08 10:49 ` [PATCH v2 2/3] dt-bindings: crypto: Convert Atmel TDES " Tudor Ambarus
2022-02-08 10:49 ` [PATCH v2 3/3] dt-bindings: crypto: Convert Atmel SHA " Tudor Ambarus
2022-02-08 15:59   ` Krzysztof Kozlowski

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