The following series implements support for the CCP as a platform
driver on ARM64.
This patch series is based on the cryptodev-2.6 kernel tree.
---
Tom Lendacky (3):
crypto: ccp - Modify PCI support in prep for arm64 support
crypto: ccp - CCP device bindings documentation
crypto: ccp - Add platform device support for arm64
.../devicetree/bindings/crypto/amd-ccp.txt | 16 +
drivers/crypto/Kconfig | 2
drivers/crypto/ccp/Makefile | 5
drivers/crypto/ccp/ccp-dev.c | 34 +++
drivers/crypto/ccp/ccp-dev.h | 10 +
drivers/crypto/ccp/ccp-pci.c | 39 +--
drivers/crypto/ccp/ccp-platform.c | 224 ++++++++++++++++++++
7 files changed, 301 insertions(+), 29 deletions(-)
create mode 100644 Documentation/devicetree/bindings/crypto/amd-ccp.txt
create mode 100644 drivers/crypto/ccp/ccp-platform.c
--
Tom Lendacky
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html