]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crypto: qat - Intel(R) QAT driver framework
authorTadeusz Struk <tadeusz.struk@intel.com>
Thu, 5 Jun 2014 20:42:39 +0000 (13:42 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 20 Jun 2014 13:26:15 +0000 (21:26 +0800)
commitd8cba25d2c68992a6e7c1d329b690a9ebe01167d
treeaf71c6b9fc92678d4ab6cf60cfd46b1bda99b5aa
parentc4f4b325e9c885b11901174158d5e1ff4b19a189
crypto: qat - Intel(R) QAT driver framework

This patch adds a common infractructure that will be used by all Intel(R)
QuickAssist Technology (QAT) devices.

v2 - added ./drivers/crypto/qat/Kconfig and ./drivers/crypto/qat/Makefile
v4 - splits common part into more, smaller patches

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>
15 files changed:
drivers/crypto/qat/Kconfig [new file with mode: 0644]
drivers/crypto/qat/Makefile [new file with mode: 0644]
drivers/crypto/qat/qat_common/Makefile [new file with mode: 0644]
drivers/crypto/qat/qat_common/adf_accel_devices.h [new file with mode: 0644]
drivers/crypto/qat/qat_common/adf_accel_engine.c [new file with mode: 0644]
drivers/crypto/qat/qat_common/adf_aer.c [new file with mode: 0644]
drivers/crypto/qat/qat_common/adf_cfg.c [new file with mode: 0644]
drivers/crypto/qat/qat_common/adf_cfg.h [new file with mode: 0644]
drivers/crypto/qat/qat_common/adf_cfg_common.h [new file with mode: 0644]
drivers/crypto/qat/qat_common/adf_cfg_strings.h [new file with mode: 0644]
drivers/crypto/qat/qat_common/adf_cfg_user.h [new file with mode: 0644]
drivers/crypto/qat/qat_common/adf_common_drv.h [new file with mode: 0644]
drivers/crypto/qat/qat_common/adf_ctl_drv.c [new file with mode: 0644]
drivers/crypto/qat/qat_common/adf_dev_mgr.c [new file with mode: 0644]
drivers/crypto/qat/qat_common/adf_init.c [new file with mode: 0644]