]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: cavium - Add the Virtual Function driver for CPT
authorGeorge Cherian <george.cherian@cavium.com>
Tue, 7 Feb 2017 14:51:14 +0000 (14:51 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 11 Feb 2017 09:52:32 +0000 (17:52 +0800)
commit49063bdfe71ad37ec643ebd0c6c68a3b108463b9
tree17515307adaac9ef52032e4b0b52abf066732e1a
parente2c27ae77e16befdf582dbd043c4bcfd98f6ece7
crypto: cavium - Add the Virtual Function driver for CPT

Enable the CPT VF driver. CPT is the cryptographic Acceleration Unit
in Octeon-tx series of processors.

Signed-off-by: George Cherian <george.cherian@cavium.com>
Reviewed-by: David Daney <david.daney@cavium.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/cavium/cpt/Makefile
drivers/crypto/cavium/cpt/cptvf.h [new file with mode: 0644]
drivers/crypto/cavium/cpt/cptvf_algs.c [new file with mode: 0644]
drivers/crypto/cavium/cpt/cptvf_algs.h [new file with mode: 0644]
drivers/crypto/cavium/cpt/cptvf_main.c [new file with mode: 0644]
drivers/crypto/cavium/cpt/cptvf_mbox.c [new file with mode: 0644]
drivers/crypto/cavium/cpt/cptvf_reqmanager.c [new file with mode: 0644]
drivers/crypto/cavium/cpt/request_manager.h [new file with mode: 0644]