crypto/qat: move common qat files to common dir
authorTomasz Jozwiak <tomaszx.jozwiak@intel.com>
Mon, 2 Jul 2018 09:39:13 +0000 (11:39 +0200)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Tue, 10 Jul 2018 22:55:30 +0000 (00:55 +0200)
commit98c4a35c736fb6c214416b67e80acb689d6fc877
tree460bf7ca3a7cf808eb27f763cc8c3484ff071488
parent4a147730df7ef8cfc619dd3c6db68d1b09227a15
crypto/qat: move common qat files to common dir

-  moved common qat files to common/qat dir.
  -  changed common/qat/Makefile, common/qat/meson.build,
     drivers/Makefile, crypto/Makefile
     to add possibility of using new files locations
  -  added README file into crypto/qat to clarify where
     the build is made from
  -  updated MAINTAINERS file

Signed-off-by: Tomasz Jozwiak <tomaszx.jozwiak@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
35 files changed:
MAINTAINERS
drivers/Makefile
drivers/common/meson.build
drivers/common/qat/Makefile [new file with mode: 0644]
drivers/common/qat/meson.build [new file with mode: 0644]
drivers/common/qat/qat_adf/adf_transport_access_macros.h [new file with mode: 0644]
drivers/common/qat/qat_adf/icp_qat_fw.h [new file with mode: 0644]
drivers/common/qat/qat_adf/icp_qat_fw_la.h [new file with mode: 0644]
drivers/common/qat/qat_adf/icp_qat_hw.h [new file with mode: 0644]
drivers/common/qat/qat_common.c [new file with mode: 0644]
drivers/common/qat/qat_common.h [new file with mode: 0644]
drivers/common/qat/qat_device.c [new file with mode: 0644]
drivers/common/qat/qat_device.h [new file with mode: 0644]
drivers/common/qat/qat_logs.c [new file with mode: 0644]
drivers/common/qat/qat_logs.h [new file with mode: 0644]
drivers/common/qat/qat_qp.c [new file with mode: 0644]
drivers/common/qat/qat_qp.h [new file with mode: 0644]
drivers/crypto/Makefile
drivers/crypto/qat/Makefile [deleted file]
drivers/crypto/qat/README [new file with mode: 0644]
drivers/crypto/qat/meson.build
drivers/crypto/qat/qat_adf/adf_transport_access_macros.h [deleted file]
drivers/crypto/qat/qat_adf/icp_qat_fw.h [deleted file]
drivers/crypto/qat/qat_adf/icp_qat_fw_la.h [deleted file]
drivers/crypto/qat/qat_adf/icp_qat_hw.h [deleted file]
drivers/crypto/qat/qat_common.c [deleted file]
drivers/crypto/qat/qat_common.h [deleted file]
drivers/crypto/qat/qat_device.c [deleted file]
drivers/crypto/qat/qat_device.h [deleted file]
drivers/crypto/qat/qat_logs.c [deleted file]
drivers/crypto/qat/qat_logs.h [deleted file]
drivers/crypto/qat/qat_qp.c [deleted file]
drivers/crypto/qat/qat_qp.h [deleted file]
drivers/crypto/qat/qat_sym.h
drivers/crypto/qat/qat_sym_pmd.h