crypto: marvell - add the Virtual Function driver for CPT
authorSrujanaChalla <schalla@marvell.com>
Fri, 13 Mar 2020 11:47:07 +0000 (17:17 +0530)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 20 Mar 2020 03:36:52 +0000 (14:36 +1100)
commit10b4f09491bfeb0b298cb2f49df585510ee6189a
tree9b11e02fe5f9553fecd93939b09784f17e52f047
parentd9110b0b01ff1cd02751cd5c2c94e938a8906083
crypto: marvell - add the Virtual Function driver for CPT

Add support for the cryptographic accelerator unit virtual functions on
OcteonTX 83XX 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>
drivers/crypto/marvell/octeontx/Makefile
drivers/crypto/marvell/octeontx/otx_cpt_hw_types.h
drivers/crypto/marvell/octeontx/otx_cptvf.h [new file with mode: 0644]
drivers/crypto/marvell/octeontx/otx_cptvf_algs.c [new file with mode: 0644]
drivers/crypto/marvell/octeontx/otx_cptvf_algs.h [new file with mode: 0644]
drivers/crypto/marvell/octeontx/otx_cptvf_main.c [new file with mode: 0644]
drivers/crypto/marvell/octeontx/otx_cptvf_mbox.c [new file with mode: 0644]
drivers/crypto/marvell/octeontx/otx_cptvf_reqmgr.c [new file with mode: 0644]
drivers/crypto/marvell/octeontx/otx_cptvf_reqmgr.h [new file with mode: 0644]