]> git.karo-electronics.de Git - karo-tx-linux.git/commit
crypto: qat - Intel(R) QAT transport code
authorTadeusz Struk <tadeusz.struk@intel.com>
Thu, 5 Jun 2014 20:42:58 +0000 (13:42 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 20 Jun 2014 13:26:15 +0000 (21:26 +0800)
commita672a9dc872ec4eea91bd331f6d55aee4ac48d4f
tree72eb9dd22f65bb4bec30c684f02efb4dc6477f49
parentd8cba25d2c68992a6e7c1d329b690a9ebe01167d
crypto: qat - Intel(R) QAT transport code

This patch adds a code that implements communication channel between the
driver and the firmware.

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_common/adf_transport.c [new file with mode: 0644]
drivers/crypto/qat/qat_common/adf_transport.h [new file with mode: 0644]
drivers/crypto/qat/qat_common/adf_transport_access_macros.h [new file with mode: 0644]
drivers/crypto/qat/qat_common/adf_transport_debug.c [new file with mode: 0644]
drivers/crypto/qat/qat_common/adf_transport_internal.h [new file with mode: 0644]