]> git.karo-electronics.de Git - karo-tx-linux.git/commit
crypto: qat - Intel(R) QAT DH895xcc accelerator
authorTadeusz Struk <tadeusz.struk@intel.com>
Thu, 5 Jun 2014 20:44:20 +0000 (13:44 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 20 Jun 2014 13:26:18 +0000 (21:26 +0800)
commit7afa232e76ced910a191a3f6669d8f48bcb46b3e
treea006dde3c48be9190aa8e37629f39dd982b33b78
parentb3416fb8a2f5a1653e4ab72b55907794cc10bde1
crypto: qat - Intel(R) QAT DH895xcc accelerator

This patch adds DH895xCC hardware specific code.
It hooks to the common infrastructure and provides acceleration for crypto
algorithms.

Acked-by: John Griffin <john.griffin@intel.com>
Reviewed-by: Bruce W. Allan <bruce.w.allan@intel.com>
Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/qat/qat_dh895xcc/Makefile [new file with mode: 0644]
drivers/crypto/qat/qat_dh895xcc/adf_admin.c [new file with mode: 0644]
drivers/crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.c [new file with mode: 0644]
drivers/crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.h [new file with mode: 0644]
drivers/crypto/qat/qat_dh895xcc/adf_drv.c [new file with mode: 0644]
drivers/crypto/qat/qat_dh895xcc/adf_drv.h [new file with mode: 0644]
drivers/crypto/qat/qat_dh895xcc/adf_hw_arbiter.c [new file with mode: 0644]
drivers/crypto/qat/qat_dh895xcc/adf_isr.c [new file with mode: 0644]
drivers/crypto/qat/qat_dh895xcc/qat_admin.c [new file with mode: 0644]