crypto: mxc-scc - add basic driver for the MXC SCC
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>
Tue, 12 Apr 2016 09:04:26 +0000 (11:04 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 15 Apr 2016 14:36:35 +0000 (22:36 +0800)
commitd293b640ebd532eb9d65bc42d48fb9d2c06e71c9
treef8277910439be81dfe10cf9b6acd06150bb0d46d
parentba97eed2b62e97ab6a96d27ea6a049f3a815237c
crypto: mxc-scc - add basic driver for the MXC SCC

According to the Freescale GPL driver code, there are two different
Security Controller (SCC) versions: SCC and SCC2.

The SCC is found on older i.MX SoCs, e.g. the i.MX25. This is the
version implemented and tested here.

As there is no publicly available documentation for this IP core,
all information about this unit is gathered from the GPL'ed driver
from Freescale.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/Kconfig
drivers/crypto/Makefile
drivers/crypto/mxc-scc.c [new file with mode: 0644]
This page took 0.026263 seconds and 5 git commands to generate.