linux-stable/drivers/crypto/ccp
Tom Lendacky db34cf9122 crypto: ccp - CCP device enabled/disabled changes
The CCP cannot be hot-plugged so it will either be there
or it won't.  Do not allow the driver to stay loaded if the
CCP does not successfully initialize.

Provide stub routines in the ccp.h file that return -ENODEV
if the CCP has not been configured in the build.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2014-01-15 11:33:40 +08:00
..
Kconfig crypto: ccp - CCP Kconfig fixes 2013-12-20 20:06:20 +08:00
Makefile crytpo: ccp - CCP device driver build files 2013-12-05 21:28:40 +08:00
ccp-crypto-aes-cmac.c crypto: ccp - Cleanup hash invocation calls 2014-01-15 11:33:40 +08:00
ccp-crypto-aes-xts.c crypto: ccp - Remove user triggerable pr_err calls 2013-12-20 20:06:22 +08:00
ccp-crypto-aes.c crypto: ccp - Remove user triggerable pr_err calls 2013-12-20 20:06:22 +08:00
ccp-crypto-main.c crypto: ccp - crypto API interface to the CCP device driver 2013-12-05 21:28:38 +08:00
ccp-crypto-sha.c crypto: ccp - Cleanup hash invocation calls 2014-01-15 11:33:40 +08:00
ccp-crypto.h crypto: ccp - Change data length declarations to u64 2014-01-15 11:33:39 +08:00
ccp-dev.c crypto: ccp - CCP device enabled/disabled changes 2014-01-15 11:33:40 +08:00
ccp-dev.h
ccp-ops.c crypto: ccp - Change data length declarations to u64 2014-01-15 11:33:39 +08:00
ccp-pci.c crypto: ccp - CCP device enabled/disabled changes 2014-01-15 11:33:40 +08:00