]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4b3a3d69919f435cba0f8cc7d30bacf755465e77
tree0616dc94ae5095e3e2c8d9f809166c9e3859776e
parent7a1bf82a151b7b4ee2539b80c3ff9755d4140214
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]