]> git.karo-electronics.de Git - karo-tx-linux.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)
commitc694b233295b99c33dd5ac28aede9f171f5a6862
tree17515307adaac9ef52032e4b0b52abf066732e1a
parent9e2c7d99941d000a36f68a3594cec27a1bbea274
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]