]> 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)
commit3ea82d6fa16c95b7177d3a8e8762f160e45dab5b
treecd69055e54a29a9628331d8594545e50878352f3
parentd6b74b96b1e45e02341d6c95536cbf33554a7447
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