]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: nx - add NX-842 platform frontend driver
authorDan Streetman <ddstreet@ieee.org>
Thu, 7 May 2015 17:49:17 +0000 (13:49 -0400)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 11 May 2015 07:06:46 +0000 (15:06 +0800)
commit036a014f641e3d67fcc55f6bc9fb1a28b24d002e
treecd69055e54a29a9628331d8594545e50878352f3
parent381dba1b77834a67f3fc044306164097c4fb7e19
crypto: nx - add NX-842 platform frontend driver

Add NX-842 frontend that allows using either the pSeries platform or
PowerNV platform driver (to be added by later patch) for the NX-842
hardware.  Update the MAINTAINERS file to include the new filenames.
Update Kconfig files to clarify titles and descriptions, and correct
dependencies.

Signed-off-by: Dan Streetman <ddstreet@ieee.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
MAINTAINERS
drivers/crypto/Kconfig
drivers/crypto/nx/Kconfig
drivers/crypto/nx/Makefile
drivers/crypto/nx/nx-842-pseries.c
drivers/crypto/nx/nx-842.c [new file with mode: 0644]
drivers/crypto/nx/nx-842.h [new file with mode: 0644]
include/linux/nx842.h