]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbd6b1fe9eef68d407ed6b4fab5f07a49ed1a9231
tree9f2f71e3d198627d3a9f6bd87acd16f27302ef6c
parent3b8f1a34531c847757b2d76e30149959a5fe9dbd
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]