crypto: qat - Move driver to drivers/crypto/intel/qat
authorTom Zanussi <tom.zanussi@linux.intel.com>
Tue, 28 Mar 2023 15:39:51 +0000 (10:39 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 6 Apr 2023 08:41:28 +0000 (16:41 +0800)
commita4b16dad46576ce08ecb660fc923d0857dcae107
treec3f62f4cdbc8299f9a04f8c02778217a1526db8c
parent1bc7fdbf2677cc1866c025e5a393811ea8e25486
crypto: qat - Move driver to drivers/crypto/intel/qat

With the growing number of Intel crypto drivers, it makes sense to
group them all into a single drivers/crypto/intel/ directory.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
217 files changed:
MAINTAINERS
drivers/crypto/Kconfig
drivers/crypto/Makefile
drivers/crypto/intel/Kconfig
drivers/crypto/intel/Makefile
drivers/crypto/intel/qat/Kconfig [new file with mode: 0644]
drivers/crypto/intel/qat/Makefile [new file with mode: 0644]
drivers/crypto/intel/qat/qat_4xxx/Makefile [new file with mode: 0644]
drivers/crypto/intel/qat/qat_4xxx/adf_4xxx_hw_data.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_4xxx/adf_4xxx_hw_data.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_4xxx/adf_drv.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_c3xxx/Makefile [new file with mode: 0644]
drivers/crypto/intel/qat/qat_c3xxx/adf_c3xxx_hw_data.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_c3xxx/adf_c3xxx_hw_data.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_c3xxx/adf_drv.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_c3xxxvf/Makefile [new file with mode: 0644]
drivers/crypto/intel/qat/qat_c3xxxvf/adf_c3xxxvf_hw_data.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_c3xxxvf/adf_c3xxxvf_hw_data.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_c3xxxvf/adf_drv.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_c62x/Makefile [new file with mode: 0644]
drivers/crypto/intel/qat/qat_c62x/adf_c62x_hw_data.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_c62x/adf_c62x_hw_data.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_c62x/adf_drv.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_c62xvf/Makefile [new file with mode: 0644]
drivers/crypto/intel/qat/qat_c62xvf/adf_c62xvf_hw_data.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_c62xvf/adf_c62xvf_hw_data.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_c62xvf/adf_drv.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/Makefile [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_accel_devices.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_accel_engine.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_admin.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_aer.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_cfg.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_cfg.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_cfg_common.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_cfg_strings.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_cfg_user.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_common_drv.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_ctl_drv.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_dev_mgr.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_gen2_config.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_gen2_config.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_gen2_dc.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_gen2_dc.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_gen2_hw_data.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_gen2_hw_data.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_gen2_pfvf.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_gen2_pfvf.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_gen4_dc.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_gen4_dc.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_gen4_hw_data.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_gen4_hw_data.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_gen4_pfvf.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_gen4_pfvf.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_gen4_pm.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_gen4_pm.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_hw_arbiter.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_init.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_isr.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_pfvf_msg.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_pfvf_pf_msg.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_pfvf_pf_msg.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_pfvf_pf_proto.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_pfvf_pf_proto.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_pfvf_utils.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_pfvf_utils.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_pfvf_vf_msg.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_pfvf_vf_msg.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_pfvf_vf_proto.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_pfvf_vf_proto.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_sriov.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_sysfs.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_transport.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_transport.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_transport_access_macros.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_transport_debug.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_transport_internal.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/adf_vf_isr.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/icp_qat_fw.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/icp_qat_fw_comp.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/icp_qat_fw_init_admin.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/icp_qat_fw_la.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/icp_qat_fw_loader_handle.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/icp_qat_fw_pke.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/icp_qat_hal.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/icp_qat_hw.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/icp_qat_hw_20_comp.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/icp_qat_hw_20_comp_defs.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/icp_qat_uclo.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/qat_algs.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/qat_algs_send.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/qat_algs_send.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/qat_asym_algs.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/qat_bl.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/qat_bl.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/qat_comp_req.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/qat_compression.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/qat_compression.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/qat_crypto.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/qat_crypto.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/qat_hal.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_common/qat_uclo.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_dh895xcc/Makefile [new file with mode: 0644]
drivers/crypto/intel/qat/qat_dh895xcc/adf_dh895xcc_hw_data.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_dh895xcc/adf_dh895xcc_hw_data.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_dh895xcc/adf_drv.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_dh895xccvf/Makefile [new file with mode: 0644]
drivers/crypto/intel/qat/qat_dh895xccvf/adf_dh895xccvf_hw_data.c [new file with mode: 0644]
drivers/crypto/intel/qat/qat_dh895xccvf/adf_dh895xccvf_hw_data.h [new file with mode: 0644]
drivers/crypto/intel/qat/qat_dh895xccvf/adf_drv.c [new file with mode: 0644]
drivers/crypto/qat/Kconfig [deleted file]
drivers/crypto/qat/Makefile [deleted file]
drivers/crypto/qat/qat_4xxx/Makefile [deleted file]
drivers/crypto/qat/qat_4xxx/adf_4xxx_hw_data.c [deleted file]
drivers/crypto/qat/qat_4xxx/adf_4xxx_hw_data.h [deleted file]
drivers/crypto/qat/qat_4xxx/adf_drv.c [deleted file]
drivers/crypto/qat/qat_c3xxx/Makefile [deleted file]
drivers/crypto/qat/qat_c3xxx/adf_c3xxx_hw_data.c [deleted file]
drivers/crypto/qat/qat_c3xxx/adf_c3xxx_hw_data.h [deleted file]
drivers/crypto/qat/qat_c3xxx/adf_drv.c [deleted file]
drivers/crypto/qat/qat_c3xxxvf/Makefile [deleted file]
drivers/crypto/qat/qat_c3xxxvf/adf_c3xxxvf_hw_data.c [deleted file]
drivers/crypto/qat/qat_c3xxxvf/adf_c3xxxvf_hw_data.h [deleted file]
drivers/crypto/qat/qat_c3xxxvf/adf_drv.c [deleted file]
drivers/crypto/qat/qat_c62x/Makefile [deleted file]
drivers/crypto/qat/qat_c62x/adf_c62x_hw_data.c [deleted file]
drivers/crypto/qat/qat_c62x/adf_c62x_hw_data.h [deleted file]
drivers/crypto/qat/qat_c62x/adf_drv.c [deleted file]
drivers/crypto/qat/qat_c62xvf/Makefile [deleted file]
drivers/crypto/qat/qat_c62xvf/adf_c62xvf_hw_data.c [deleted file]
drivers/crypto/qat/qat_c62xvf/adf_c62xvf_hw_data.h [deleted file]
drivers/crypto/qat/qat_c62xvf/adf_drv.c [deleted file]
drivers/crypto/qat/qat_common/Makefile [deleted file]
drivers/crypto/qat/qat_common/adf_accel_devices.h [deleted file]
drivers/crypto/qat/qat_common/adf_accel_engine.c [deleted file]
drivers/crypto/qat/qat_common/adf_admin.c [deleted file]
drivers/crypto/qat/qat_common/adf_aer.c [deleted file]
drivers/crypto/qat/qat_common/adf_cfg.c [deleted file]
drivers/crypto/qat/qat_common/adf_cfg.h [deleted file]
drivers/crypto/qat/qat_common/adf_cfg_common.h [deleted file]
drivers/crypto/qat/qat_common/adf_cfg_strings.h [deleted file]
drivers/crypto/qat/qat_common/adf_cfg_user.h [deleted file]
drivers/crypto/qat/qat_common/adf_common_drv.h [deleted file]
drivers/crypto/qat/qat_common/adf_ctl_drv.c [deleted file]
drivers/crypto/qat/qat_common/adf_dev_mgr.c [deleted file]
drivers/crypto/qat/qat_common/adf_gen2_config.c [deleted file]
drivers/crypto/qat/qat_common/adf_gen2_config.h [deleted file]
drivers/crypto/qat/qat_common/adf_gen2_dc.c [deleted file]
drivers/crypto/qat/qat_common/adf_gen2_dc.h [deleted file]
drivers/crypto/qat/qat_common/adf_gen2_hw_data.c [deleted file]
drivers/crypto/qat/qat_common/adf_gen2_hw_data.h [deleted file]
drivers/crypto/qat/qat_common/adf_gen2_pfvf.c [deleted file]
drivers/crypto/qat/qat_common/adf_gen2_pfvf.h [deleted file]
drivers/crypto/qat/qat_common/adf_gen4_dc.c [deleted file]
drivers/crypto/qat/qat_common/adf_gen4_dc.h [deleted file]
drivers/crypto/qat/qat_common/adf_gen4_hw_data.c [deleted file]
drivers/crypto/qat/qat_common/adf_gen4_hw_data.h [deleted file]
drivers/crypto/qat/qat_common/adf_gen4_pfvf.c [deleted file]
drivers/crypto/qat/qat_common/adf_gen4_pfvf.h [deleted file]
drivers/crypto/qat/qat_common/adf_gen4_pm.c [deleted file]
drivers/crypto/qat/qat_common/adf_gen4_pm.h [deleted file]
drivers/crypto/qat/qat_common/adf_hw_arbiter.c [deleted file]
drivers/crypto/qat/qat_common/adf_init.c [deleted file]
drivers/crypto/qat/qat_common/adf_isr.c [deleted file]
drivers/crypto/qat/qat_common/adf_pfvf_msg.h [deleted file]
drivers/crypto/qat/qat_common/adf_pfvf_pf_msg.c [deleted file]
drivers/crypto/qat/qat_common/adf_pfvf_pf_msg.h [deleted file]
drivers/crypto/qat/qat_common/adf_pfvf_pf_proto.c [deleted file]
drivers/crypto/qat/qat_common/adf_pfvf_pf_proto.h [deleted file]
drivers/crypto/qat/qat_common/adf_pfvf_utils.c [deleted file]
drivers/crypto/qat/qat_common/adf_pfvf_utils.h [deleted file]
drivers/crypto/qat/qat_common/adf_pfvf_vf_msg.c [deleted file]
drivers/crypto/qat/qat_common/adf_pfvf_vf_msg.h [deleted file]
drivers/crypto/qat/qat_common/adf_pfvf_vf_proto.c [deleted file]
drivers/crypto/qat/qat_common/adf_pfvf_vf_proto.h [deleted file]
drivers/crypto/qat/qat_common/adf_sriov.c [deleted file]
drivers/crypto/qat/qat_common/adf_sysfs.c [deleted file]
drivers/crypto/qat/qat_common/adf_transport.c [deleted file]
drivers/crypto/qat/qat_common/adf_transport.h [deleted file]
drivers/crypto/qat/qat_common/adf_transport_access_macros.h [deleted file]
drivers/crypto/qat/qat_common/adf_transport_debug.c [deleted file]
drivers/crypto/qat/qat_common/adf_transport_internal.h [deleted file]
drivers/crypto/qat/qat_common/adf_vf_isr.c [deleted file]
drivers/crypto/qat/qat_common/icp_qat_fw.h [deleted file]
drivers/crypto/qat/qat_common/icp_qat_fw_comp.h [deleted file]
drivers/crypto/qat/qat_common/icp_qat_fw_init_admin.h [deleted file]
drivers/crypto/qat/qat_common/icp_qat_fw_la.h [deleted file]
drivers/crypto/qat/qat_common/icp_qat_fw_loader_handle.h [deleted file]
drivers/crypto/qat/qat_common/icp_qat_fw_pke.h [deleted file]
drivers/crypto/qat/qat_common/icp_qat_hal.h [deleted file]
drivers/crypto/qat/qat_common/icp_qat_hw.h [deleted file]
drivers/crypto/qat/qat_common/icp_qat_hw_20_comp.h [deleted file]
drivers/crypto/qat/qat_common/icp_qat_hw_20_comp_defs.h [deleted file]
drivers/crypto/qat/qat_common/icp_qat_uclo.h [deleted file]
drivers/crypto/qat/qat_common/qat_algs.c [deleted file]
drivers/crypto/qat/qat_common/qat_algs_send.c [deleted file]
drivers/crypto/qat/qat_common/qat_algs_send.h [deleted file]
drivers/crypto/qat/qat_common/qat_asym_algs.c [deleted file]
drivers/crypto/qat/qat_common/qat_bl.c [deleted file]
drivers/crypto/qat/qat_common/qat_bl.h [deleted file]
drivers/crypto/qat/qat_common/qat_comp_algs.c [deleted file]
drivers/crypto/qat/qat_common/qat_comp_req.h [deleted file]
drivers/crypto/qat/qat_common/qat_compression.c [deleted file]
drivers/crypto/qat/qat_common/qat_compression.h [deleted file]
drivers/crypto/qat/qat_common/qat_crypto.c [deleted file]
drivers/crypto/qat/qat_common/qat_crypto.h [deleted file]
drivers/crypto/qat/qat_common/qat_hal.c [deleted file]
drivers/crypto/qat/qat_common/qat_uclo.c [deleted file]
drivers/crypto/qat/qat_dh895xcc/Makefile [deleted file]
drivers/crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.c [deleted file]
drivers/crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.h [deleted file]
drivers/crypto/qat/qat_dh895xcc/adf_drv.c [deleted file]
drivers/crypto/qat/qat_dh895xccvf/Makefile [deleted file]
drivers/crypto/qat/qat_dh895xccvf/adf_dh895xccvf_hw_data.c [deleted file]
drivers/crypto/qat/qat_dh895xccvf/adf_dh895xccvf_hw_data.h [deleted file]
drivers/crypto/qat/qat_dh895xccvf/adf_drv.c [deleted file]