[PATCH] crypto: ccp - Provide support to autoload CCP driver

2015-06-30 Thread Tom Lendacky
Add the necessary module device tables to the platform support to allow for autoloading of the CCP driver. This will allow for the CCP's hwrng support to be available without having to manually load the driver. The module device table entry for the pci support is already present. Signed-off-by: To

Crypto Fixes for 4.2

2015-06-30 Thread Herbert Xu
Hi Linus: This push fixes the aesni setkey error and removes a couple of unnecessary NULL checks in the Intel qat driver. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git Markus Elfring (1): crypto: qat - Deletion of unnecessary checks before two fu