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>
111 files changed:
MAINTAINERS
drivers/crypto/Kconfig
drivers/crypto/Makefile
drivers/crypto/intel/Kconfig
drivers/crypto/intel/Makefile
drivers/crypto/intel/qat/Kconfig [moved from drivers/crypto/qat/Kconfig with 100% similarity]
drivers/crypto/intel/qat/Makefile [moved from drivers/crypto/qat/Makefile with 100% similarity]
drivers/crypto/intel/qat/qat_4xxx/Makefile [moved from drivers/crypto/qat/qat_4xxx/Makefile with 100% similarity]
drivers/crypto/intel/qat/qat_4xxx/adf_4xxx_hw_data.c [moved from drivers/crypto/qat/qat_4xxx/adf_4xxx_hw_data.c with 100% similarity]
drivers/crypto/intel/qat/qat_4xxx/adf_4xxx_hw_data.h [moved from drivers/crypto/qat/qat_4xxx/adf_4xxx_hw_data.h with 100% similarity]
drivers/crypto/intel/qat/qat_4xxx/adf_drv.c [moved from drivers/crypto/qat/qat_4xxx/adf_drv.c with 100% similarity]
drivers/crypto/intel/qat/qat_c3xxx/Makefile [moved from drivers/crypto/qat/qat_c3xxx/Makefile with 100% similarity]
drivers/crypto/intel/qat/qat_c3xxx/adf_c3xxx_hw_data.c [moved from drivers/crypto/qat/qat_c3xxx/adf_c3xxx_hw_data.c with 100% similarity]
drivers/crypto/intel/qat/qat_c3xxx/adf_c3xxx_hw_data.h [moved from drivers/crypto/qat/qat_c3xxx/adf_c3xxx_hw_data.h with 100% similarity]
drivers/crypto/intel/qat/qat_c3xxx/adf_drv.c [moved from drivers/crypto/qat/qat_c3xxx/adf_drv.c with 100% similarity]
drivers/crypto/intel/qat/qat_c3xxxvf/Makefile [moved from drivers/crypto/qat/qat_c3xxxvf/Makefile with 100% similarity]
drivers/crypto/intel/qat/qat_c3xxxvf/adf_c3xxxvf_hw_data.c [moved from drivers/crypto/qat/qat_c3xxxvf/adf_c3xxxvf_hw_data.c with 100% similarity]
drivers/crypto/intel/qat/qat_c3xxxvf/adf_c3xxxvf_hw_data.h [moved from drivers/crypto/qat/qat_c3xxxvf/adf_c3xxxvf_hw_data.h with 100% similarity]
drivers/crypto/intel/qat/qat_c3xxxvf/adf_drv.c [moved from drivers/crypto/qat/qat_c3xxxvf/adf_drv.c with 100% similarity]
drivers/crypto/intel/qat/qat_c62x/Makefile [moved from drivers/crypto/qat/qat_c62x/Makefile with 100% similarity]
drivers/crypto/intel/qat/qat_c62x/adf_c62x_hw_data.c [moved from drivers/crypto/qat/qat_c62x/adf_c62x_hw_data.c with 100% similarity]
drivers/crypto/intel/qat/qat_c62x/adf_c62x_hw_data.h [moved from drivers/crypto/qat/qat_c62x/adf_c62x_hw_data.h with 100% similarity]
drivers/crypto/intel/qat/qat_c62x/adf_drv.c [moved from drivers/crypto/qat/qat_c62x/adf_drv.c with 100% similarity]
drivers/crypto/intel/qat/qat_c62xvf/Makefile [moved from drivers/crypto/qat/qat_c62xvf/Makefile with 100% similarity]
drivers/crypto/intel/qat/qat_c62xvf/adf_c62xvf_hw_data.c [moved from drivers/crypto/qat/qat_c62xvf/adf_c62xvf_hw_data.c with 100% similarity]
drivers/crypto/intel/qat/qat_c62xvf/adf_c62xvf_hw_data.h [moved from drivers/crypto/qat/qat_c62xvf/adf_c62xvf_hw_data.h with 100% similarity]
drivers/crypto/intel/qat/qat_c62xvf/adf_drv.c [moved from drivers/crypto/qat/qat_c62xvf/adf_drv.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/Makefile [moved from drivers/crypto/qat/qat_common/Makefile with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_accel_devices.h [moved from drivers/crypto/qat/qat_common/adf_accel_devices.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_accel_engine.c [moved from drivers/crypto/qat/qat_common/adf_accel_engine.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_admin.c [moved from drivers/crypto/qat/qat_common/adf_admin.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_aer.c [moved from drivers/crypto/qat/qat_common/adf_aer.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_cfg.c [moved from drivers/crypto/qat/qat_common/adf_cfg.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_cfg.h [moved from drivers/crypto/qat/qat_common/adf_cfg.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_cfg_common.h [moved from drivers/crypto/qat/qat_common/adf_cfg_common.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_cfg_strings.h [moved from drivers/crypto/qat/qat_common/adf_cfg_strings.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_cfg_user.h [moved from drivers/crypto/qat/qat_common/adf_cfg_user.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_common_drv.h [moved from drivers/crypto/qat/qat_common/adf_common_drv.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_ctl_drv.c [moved from drivers/crypto/qat/qat_common/adf_ctl_drv.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_dev_mgr.c [moved from drivers/crypto/qat/qat_common/adf_dev_mgr.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_gen2_config.c [moved from drivers/crypto/qat/qat_common/adf_gen2_config.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_gen2_config.h [moved from drivers/crypto/qat/qat_common/adf_gen2_config.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_gen2_dc.c [moved from drivers/crypto/qat/qat_common/adf_gen2_dc.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_gen2_dc.h [moved from drivers/crypto/qat/qat_common/adf_gen2_dc.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_gen2_hw_data.c [moved from drivers/crypto/qat/qat_common/adf_gen2_hw_data.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_gen2_hw_data.h [moved from drivers/crypto/qat/qat_common/adf_gen2_hw_data.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_gen2_pfvf.c [moved from drivers/crypto/qat/qat_common/adf_gen2_pfvf.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_gen2_pfvf.h [moved from drivers/crypto/qat/qat_common/adf_gen2_pfvf.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_gen4_dc.c [moved from drivers/crypto/qat/qat_common/adf_gen4_dc.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_gen4_dc.h [moved from drivers/crypto/qat/qat_common/adf_gen4_dc.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_gen4_hw_data.c [moved from drivers/crypto/qat/qat_common/adf_gen4_hw_data.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_gen4_hw_data.h [moved from drivers/crypto/qat/qat_common/adf_gen4_hw_data.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_gen4_pfvf.c [moved from drivers/crypto/qat/qat_common/adf_gen4_pfvf.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_gen4_pfvf.h [moved from drivers/crypto/qat/qat_common/adf_gen4_pfvf.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_gen4_pm.c [moved from drivers/crypto/qat/qat_common/adf_gen4_pm.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_gen4_pm.h [moved from drivers/crypto/qat/qat_common/adf_gen4_pm.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_hw_arbiter.c [moved from drivers/crypto/qat/qat_common/adf_hw_arbiter.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_init.c [moved from drivers/crypto/qat/qat_common/adf_init.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_isr.c [moved from drivers/crypto/qat/qat_common/adf_isr.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_pfvf_msg.h [moved from drivers/crypto/qat/qat_common/adf_pfvf_msg.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_pfvf_pf_msg.c [moved from drivers/crypto/qat/qat_common/adf_pfvf_pf_msg.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_pfvf_pf_msg.h [moved from drivers/crypto/qat/qat_common/adf_pfvf_pf_msg.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_pfvf_pf_proto.c [moved from drivers/crypto/qat/qat_common/adf_pfvf_pf_proto.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_pfvf_pf_proto.h [moved from drivers/crypto/qat/qat_common/adf_pfvf_pf_proto.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_pfvf_utils.c [moved from drivers/crypto/qat/qat_common/adf_pfvf_utils.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_pfvf_utils.h [moved from drivers/crypto/qat/qat_common/adf_pfvf_utils.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_pfvf_vf_msg.c [moved from drivers/crypto/qat/qat_common/adf_pfvf_vf_msg.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_pfvf_vf_msg.h [moved from drivers/crypto/qat/qat_common/adf_pfvf_vf_msg.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_pfvf_vf_proto.c [moved from drivers/crypto/qat/qat_common/adf_pfvf_vf_proto.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_pfvf_vf_proto.h [moved from drivers/crypto/qat/qat_common/adf_pfvf_vf_proto.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_sriov.c [moved from drivers/crypto/qat/qat_common/adf_sriov.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_sysfs.c [moved from drivers/crypto/qat/qat_common/adf_sysfs.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_transport.c [moved from drivers/crypto/qat/qat_common/adf_transport.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_transport.h [moved from drivers/crypto/qat/qat_common/adf_transport.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_transport_access_macros.h [moved from drivers/crypto/qat/qat_common/adf_transport_access_macros.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_transport_debug.c [moved from drivers/crypto/qat/qat_common/adf_transport_debug.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_transport_internal.h [moved from drivers/crypto/qat/qat_common/adf_transport_internal.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/adf_vf_isr.c [moved from drivers/crypto/qat/qat_common/adf_vf_isr.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/icp_qat_fw.h [moved from drivers/crypto/qat/qat_common/icp_qat_fw.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/icp_qat_fw_comp.h [moved from drivers/crypto/qat/qat_common/icp_qat_fw_comp.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/icp_qat_fw_init_admin.h [moved from drivers/crypto/qat/qat_common/icp_qat_fw_init_admin.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/icp_qat_fw_la.h [moved from drivers/crypto/qat/qat_common/icp_qat_fw_la.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/icp_qat_fw_loader_handle.h [moved from drivers/crypto/qat/qat_common/icp_qat_fw_loader_handle.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/icp_qat_fw_pke.h [moved from drivers/crypto/qat/qat_common/icp_qat_fw_pke.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/icp_qat_hal.h [moved from drivers/crypto/qat/qat_common/icp_qat_hal.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/icp_qat_hw.h [moved from drivers/crypto/qat/qat_common/icp_qat_hw.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/icp_qat_hw_20_comp.h [moved from drivers/crypto/qat/qat_common/icp_qat_hw_20_comp.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/icp_qat_hw_20_comp_defs.h [moved from drivers/crypto/qat/qat_common/icp_qat_hw_20_comp_defs.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/icp_qat_uclo.h [moved from drivers/crypto/qat/qat_common/icp_qat_uclo.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/qat_algs.c [moved from drivers/crypto/qat/qat_common/qat_algs.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/qat_algs_send.c [moved from drivers/crypto/qat/qat_common/qat_algs_send.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/qat_algs_send.h [moved from drivers/crypto/qat/qat_common/qat_algs_send.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/qat_asym_algs.c [moved from drivers/crypto/qat/qat_common/qat_asym_algs.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/qat_bl.c [moved from drivers/crypto/qat/qat_common/qat_bl.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/qat_bl.h [moved from drivers/crypto/qat/qat_common/qat_bl.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c [moved from drivers/crypto/qat/qat_common/qat_comp_algs.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/qat_comp_req.h [moved from drivers/crypto/qat/qat_common/qat_comp_req.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/qat_compression.c [moved from drivers/crypto/qat/qat_common/qat_compression.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/qat_compression.h [moved from drivers/crypto/qat/qat_common/qat_compression.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/qat_crypto.c [moved from drivers/crypto/qat/qat_common/qat_crypto.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/qat_crypto.h [moved from drivers/crypto/qat/qat_common/qat_crypto.h with 100% similarity]
drivers/crypto/intel/qat/qat_common/qat_hal.c [moved from drivers/crypto/qat/qat_common/qat_hal.c with 100% similarity]
drivers/crypto/intel/qat/qat_common/qat_uclo.c [moved from drivers/crypto/qat/qat_common/qat_uclo.c with 100% similarity]
drivers/crypto/intel/qat/qat_dh895xcc/Makefile [moved from drivers/crypto/qat/qat_dh895xcc/Makefile with 100% similarity]
drivers/crypto/intel/qat/qat_dh895xcc/adf_dh895xcc_hw_data.c [moved from drivers/crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.c with 100% similarity]
drivers/crypto/intel/qat/qat_dh895xcc/adf_dh895xcc_hw_data.h [moved from drivers/crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.h with 100% similarity]
drivers/crypto/intel/qat/qat_dh895xcc/adf_drv.c [moved from drivers/crypto/qat/qat_dh895xcc/adf_drv.c with 100% similarity]
drivers/crypto/intel/qat/qat_dh895xccvf/Makefile [moved from drivers/crypto/qat/qat_dh895xccvf/Makefile with 100% similarity]
drivers/crypto/intel/qat/qat_dh895xccvf/adf_dh895xccvf_hw_data.c [moved from drivers/crypto/qat/qat_dh895xccvf/adf_dh895xccvf_hw_data.c with 100% similarity]
drivers/crypto/intel/qat/qat_dh895xccvf/adf_dh895xccvf_hw_data.h [moved from drivers/crypto/qat/qat_dh895xccvf/adf_dh895xccvf_hw_data.h with 100% similarity]
drivers/crypto/intel/qat/qat_dh895xccvf/adf_drv.c [moved from drivers/crypto/qat/qat_dh895xccvf/adf_drv.c with 100% similarity]