devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: sun6i: Support Security System crypto engine
@ 2015-08-11  5:32 Chen-Yu Tsai
  2015-08-11  5:32 ` [PATCH 1/3] crypto: sunxi-ss: Document optional reset control bindings Chen-Yu Tsai
       [not found] ` <1439271177-26523-1-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
  0 siblings, 2 replies; 5+ messages in thread
From: Chen-Yu Tsai @ 2015-08-11  5:32 UTC (permalink / raw)
  To: Corentin Labbe, Herbert Xu, Maxime Ripard, Rob Herring,
	Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala
  Cc: Chen-Yu Tsai, linux-crypto, linux-arm-kernel, devicetree,
	linux-kernel

Hi everyone,

This series enables support for the crypto engine found in sun6i, or
Allwinner A31/A31s SoCs. The crypto engine is the same hardware as on
earlier sun4i/sun7i (A10/A20), with the only difference being the reset
control is separated out of the clock gate control.

The same hardware is also available on the A33, but not the A23. Support
for this requires additions to the clock driver, and will be submitted
separately once things are clear on how to proceed. I already have a
proof of concept working.


Patch 1 adds an optional reset control property to the sunxi-ss binding.

Patch 2 adds optional reset control support to the sunxi-ss driver.

Patch 3 enables the crypto engine on sun6i, by adding the module clock and
device node.


Regards
ChenYu


Chen-Yu Tsai (3):
  crypto: sunxi-ss: Document optional reset control bindings
  crypto: sunxi-ss: Add optional reset control support
  ARM: dts: sun6i: Add security system crypto engine clock and device
    nodes

 .../devicetree/bindings/crypto/sun4i-ss.txt        |  4 ++++
 arch/arm/boot/dts/sun6i-a31.dtsi                   | 18 ++++++++++++++++++
 drivers/crypto/sunxi-ss/sun4i-ss-core.c            | 22 ++++++++++++++++++++++
 drivers/crypto/sunxi-ss/sun4i-ss.h                 |  2 ++
 4 files changed, 46 insertions(+)

-- 
2.5.0

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

end of thread, other threads:[~2015-08-13  7:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-11  5:32 [PATCH 0/3] ARM: sun6i: Support Security System crypto engine Chen-Yu Tsai
2015-08-11  5:32 ` [PATCH 1/3] crypto: sunxi-ss: Document optional reset control bindings Chen-Yu Tsai
     [not found] ` <1439271177-26523-1-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2015-08-11  5:32   ` [PATCH 2/3] crypto: sunxi-ss: Add optional reset control support Chen-Yu Tsai
2015-08-11  5:32   ` [PATCH 3/3] ARM: dts: sun6i: Add security system crypto engine clock and device nodes Chen-Yu Tsai
2015-08-13  7:16   ` [PATCH 0/3] ARM: sun6i: Support Security System crypto engine Herbert Xu

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