[PATCH 1/3] drivers: crypto: Add Support for Octeon-tx CPT Engine

2016-11-18 Thread gcherianv
From: George Cherian Enable the Physical Function diver for the Cavium Crypto Engine (CPT) found in Octeon-tx series of SoC's. CPT is the Cryptographic Acceleration Unit. CPT includes microcoded GigaCypher symmetric engines (SEs) and asymmetric engines (AEs). Signed-off-by: George Cherian ---

[PATCH 2/3] drivers: crypto: Add the Virtual Function driver for CPT

2016-11-18 Thread gcherianv
From: George Cherian Enable the CPT VF driver. CPT is the cryptographic Accelaration Unit in Octeon-tx series of processors. Signed-off-by: George Cherian --- drivers/crypto/cavium/cpt/Kconfig| 10 + drivers/crypto/cavium/cpt/Makefile |2 + drivers/crypto/cavium/cpt

[PATCH 3/3] drivers: crypto: Enable CPT options crypto for build

2016-11-18 Thread gcherianv
From: George Cherian Add the CPT options in crypto Kconfig and update the crypto Makefile Signed-off-by: George Cherian --- drivers/crypto/Kconfig | 1 + drivers/crypto/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 4d2b81f

[PATCH 0/3] Add Support for Cavium Cryptographic Accelerarion Unit

2016-11-18 Thread gcherianv
From: George Cherian This series adds the support for Cavium Cryptographic Accelerarion Unit (CPT) CPT is available in Octeon-Tx SoC series. George Cherian (3): drivers: crypto: Add Support for Octeon-tx CPT Engine drivers: crypto: Add the Virtual Function driver for CPT drivers: crypto: E