crypto: marvell - add support for OCTEON TX CPT engine
authorSrujanaChalla <schalla@marvell.com>
Fri, 13 Mar 2020 11:47:06 +0000 (17:17 +0530)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 20 Mar 2020 03:36:51 +0000 (14:36 +1100)
commitd9110b0b01ff1cd02751cd5c2c94e938a8906083
tree0616dc94ae5095e3e2c8d9f809166c9e3859776e
parent655ff1a1a727f9b83df317c4ad3b2f4a48f6206c
crypto: marvell - add support for OCTEON TX CPT engine

Add support for the cryptographic acceleration unit (CPT) on
OcteonTX CN83XX SoC.

Co-developed-by: Lukasz Bartosik <lbartosik@marvell.com>
Signed-off-by: Lukasz Bartosik <lbartosik@marvell.com>
Signed-off-by: SrujanaChalla <schalla@marvell.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
MAINTAINERS
drivers/crypto/marvell/octeontx/Makefile [new file with mode: 0644]
drivers/crypto/marvell/octeontx/otx_cpt_common.h [new file with mode: 0644]
drivers/crypto/marvell/octeontx/otx_cpt_hw_types.h [new file with mode: 0644]
drivers/crypto/marvell/octeontx/otx_cptpf.h [new file with mode: 0644]
drivers/crypto/marvell/octeontx/otx_cptpf_main.c [new file with mode: 0644]
drivers/crypto/marvell/octeontx/otx_cptpf_mbox.c [new file with mode: 0644]
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c [new file with mode: 0644]
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.h [new file with mode: 0644]