For some reason this series never reached the mailing list... resending. The following series of patches includes functional updates to the driver as well as some trivial changes. - Fix checks/warnings from checkpatch - Update how the CCP is built (Kconfig and Makefile) - Use dma_set_mask_and_coherent to set the DMA mask - Use devm_ calls where appropriate - Add ACPI support This patch series is based on cryptodev-2.6. --- Tom Lendacky (5): crypto: ccp - Updates for checkpatch warnings/errors crypto: ccp - Update CCP build support crypto: ccp - Use dma_set_mask_and_coherent to set DMA mask crypto: ccp - Convert calls to their devm_ counterparts crypto: ccp - Add ACPI support drivers/crypto/Kconfig | 2 - drivers/crypto/ccp/Makefile | 9 +- drivers/crypto/ccp/ccp-crypto-aes-cmac.c | 12 ++- drivers/crypto/ccp/ccp-crypto-aes-xts.c | 4 - drivers/crypto/ccp/ccp-crypto-aes.c | 3 - drivers/crypto/ccp/ccp-crypto-main.c | 5 + drivers/crypto/ccp/ccp-crypto-sha.c | 12 ++- drivers/crypto/ccp/ccp-crypto.h | 3 - drivers/crypto/ccp/ccp-dev.c | 7 +- drivers/crypto/ccp/ccp-dev.h | 12 +-- drivers/crypto/ccp/ccp-ops.c | 24 +++--- drivers/crypto/ccp/ccp-pci.c | 21 ++---- drivers/crypto/ccp/ccp-platform.c | 111 ++++++++++++++++++++++++++---- 13 files changed, 143 insertions(+), 82 deletions(-) -- Tom Lendacky -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html