OSDN Git Service

crypto: marvell - add Marvell OcteonTX2 CPT PF driver
authorSrujana Challa <schalla@marvell.com>
Fri, 15 Jan 2021 13:52:19 +0000 (19:22 +0530)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 22 Jan 2021 03:58:02 +0000 (14:58 +1100)
commit5e8ce8334734c5f23fe54774e989b395bc6da635
tree9f2f71e3d198627d3a9f6bd87acd16f27302ef6c
parent0df07d8117c3576f1603b05b84089742a118d10a
crypto: marvell - add Marvell OcteonTX2 CPT PF driver

Adds skeleton for the Marvell OcteonTX2 CPT physical function
driver which includes probe, PCI specific initialization and
hardware register defines.
RVU defines are present in AF driver
(drivers/net/ethernet/marvell/octeontx2/af), header files from
AF driver are included here to avoid duplication.

Signed-off-by: Suheil Chandran <schandran@marvell.com>
Signed-off-by: Lukasz Bartosik <lbartosik@marvell.com>
Signed-off-by: Srujana Challa <schalla@marvell.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/marvell/Kconfig
drivers/crypto/marvell/Makefile
drivers/crypto/marvell/octeontx2/Makefile [new file with mode: 0644]
drivers/crypto/marvell/octeontx2/otx2_cpt_common.h [new file with mode: 0644]
drivers/crypto/marvell/octeontx2/otx2_cpt_hw_types.h [new file with mode: 0644]
drivers/crypto/marvell/octeontx2/otx2_cptpf.h [new file with mode: 0644]
drivers/crypto/marvell/octeontx2/otx2_cptpf_main.c [new file with mode: 0644]