All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] crypto: Allwinner D1 crypto support
@ 2022-12-31 22:01 ` Samuel Holland
  0 siblings, 0 replies; 45+ messages in thread
From: Samuel Holland @ 2022-12-31 22:01 UTC (permalink / raw)
  To: Corentin Labbe, Herbert Xu, David S . Miller, Chen-Yu Tsai,
	Jernej Skrabec, Krzysztof Kozlowski, Rob Herring
  Cc: Samuel Holland, Albert Ou, Conor Dooley, Palmer Dabbelt,
	Paul Walmsley, devicetree, linux-arm-kernel, linux-crypto,
	linux-kernel, linux-riscv, linux-sunxi

This series finishes adding crypto support for the Allwinner D1 SoC. The
driver patch from v1 was merged, but not the binding[1]. This turned out
to be a good thing, because I later found that the TRNG needed another
clock reference in the devicetree. That is fixed in v2. I include the DT
update here too, since the SoC DT has been on the list for a while[2].

[1]: https://lore.kernel.org/all/20211119051026.13049-1-samuel@sholland.org/T/
[2]: https://lore.kernel.org/lkml/20221208090237.20572-1-samuel@sholland.org/

Changes in v2:
 - Add TRNG clock

Samuel Holland (3):
  dt-bindings: crypto: sun8i-ce: Add compatible for D1
  crypto: sun8i-ce - Add TRNG clock to the D1 variant
  riscv: dts: allwinner: d1: Add crypto engine node

 .../bindings/crypto/allwinner,sun8i-ce.yaml   | 33 ++++++++++++++-----
 .../boot/dts/allwinner/sunxi-d1s-t113.dtsi    | 12 +++++++
 .../crypto/allwinner/sun8i-ce/sun8i-ce-core.c |  1 +
 drivers/crypto/allwinner/sun8i-ce/sun8i-ce.h  |  2 +-
 4 files changed, 39 insertions(+), 9 deletions(-)

-- 
2.37.4


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

end of thread, other threads:[~2023-03-14 20:36 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-31 22:01 [PATCH v2 0/3] crypto: Allwinner D1 crypto support Samuel Holland
2022-12-31 22:01 ` Samuel Holland
2022-12-31 22:01 ` Samuel Holland
2022-12-31 22:01 ` [PATCH v2 1/3] dt-bindings: crypto: sun8i-ce: Add compatible for D1 Samuel Holland
2022-12-31 22:01   ` Samuel Holland
2022-12-31 22:01   ` Samuel Holland
2023-01-01 15:57   ` Krzysztof Kozlowski
2023-01-01 15:57     ` Krzysztof Kozlowski
2023-01-01 15:57     ` Krzysztof Kozlowski
2023-01-06  8:20   ` Corentin Labbe
2023-01-06  8:20     ` Corentin Labbe
2023-01-06  8:20     ` Corentin Labbe
2023-01-13  3:51   ` Herbert Xu
2023-01-13  3:51     ` Herbert Xu
2023-01-13  3:51     ` Herbert Xu
2023-01-13  8:33     ` Krzysztof Kozlowski
2023-01-13  8:33       ` Krzysztof Kozlowski
2023-01-13  8:33       ` Krzysztof Kozlowski
2023-01-13  8:37       ` Herbert Xu
2023-01-13  8:37         ` Herbert Xu
2023-01-13  8:37         ` Herbert Xu
2022-12-31 22:01 ` [PATCH v2 2/3] crypto: sun8i-ce - Add TRNG clock to the D1 variant Samuel Holland
2022-12-31 22:01   ` Samuel Holland
2022-12-31 22:01   ` Samuel Holland
2023-01-05 16:29   ` Jernej Škrabec
2023-01-05 16:29     ` Jernej Škrabec
2023-01-05 16:29     ` Jernej Škrabec
2023-01-06  8:18   ` Corentin Labbe
2023-01-06  8:18     ` Corentin Labbe
2023-01-06  8:18     ` Corentin Labbe
2022-12-31 22:01 ` [PATCH v2 3/3] riscv: dts: allwinner: d1: Add crypto engine node Samuel Holland
2022-12-31 22:01   ` Samuel Holland
2022-12-31 22:01   ` Samuel Holland
2023-01-05 16:30   ` Jernej Škrabec
2023-01-05 16:30     ` Jernej Škrabec
2023-01-05 16:30     ` Jernej Škrabec
2023-03-07 20:55   ` Palmer Dabbelt
2023-03-07 20:55     ` Palmer Dabbelt
2023-03-07 20:55     ` Palmer Dabbelt
2023-03-14 20:35   ` Jernej Škrabec
2023-03-14 20:35     ` Jernej Škrabec
2023-03-14 20:35     ` Jernej Škrabec
2023-01-13  8:40 ` [PATCH v2 0/3] crypto: Allwinner D1 crypto support Herbert Xu
2023-01-13  8:40   ` Herbert Xu
2023-01-13  8:40   ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.