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)
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]

index 32490c1..45ee4e6 100644 (file)
@@ -17018,7 +17018,7 @@ QAT DRIVER
 M:     Giovanni Cabiddu <giovanni.cabiddu@intel.com>
 L:     qat-linux@intel.com
 S:     Supported
-F:     drivers/crypto/qat/
+F:     drivers/crypto/intel/qat/
 
 QCOM AUDIO (ASoC) DRIVERS
 M:     Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
index 9c9e5a5..9c440cd 100644 (file)
@@ -487,7 +487,6 @@ config CRYPTO_DEV_MXS_DCP
          To compile this driver as a module, choose M here: the module
          will be called mxs-dcp.
 
-source "drivers/crypto/qat/Kconfig"
 source "drivers/crypto/cavium/cpt/Kconfig"
 source "drivers/crypto/cavium/nitrox/Kconfig"
 source "drivers/crypto/marvell/Kconfig"
index 17f3237..51d3670 100644 (file)
@@ -32,7 +32,6 @@ obj-$(CONFIG_CRYPTO_DEV_OMAP_SHAM) += omap-sham.o
 obj-$(CONFIG_CRYPTO_DEV_PADLOCK_AES) += padlock-aes.o
 obj-$(CONFIG_CRYPTO_DEV_PADLOCK_SHA) += padlock-sha.o
 obj-$(CONFIG_CRYPTO_DEV_PPC4XX) += amcc/
-obj-$(CONFIG_CRYPTO_DEV_QAT) += qat/
 obj-$(CONFIG_CRYPTO_DEV_QCE) += qce/
 obj-$(CONFIG_CRYPTO_DEV_QCOM_RNG) += qcom-rng.o
 obj-$(CONFIG_CRYPTO_DEV_ROCKCHIP) += rockchip/
index 420580b..3d90c87 100644 (file)
@@ -2,3 +2,4 @@
 
 source "drivers/crypto/intel/keembay/Kconfig"
 source "drivers/crypto/intel/ixp4xx/Kconfig"
+source "drivers/crypto/intel/qat/Kconfig"
index 1cc4b6d..b3d0352 100644 (file)
@@ -2,3 +2,4 @@
 
 obj-y += keembay/
 obj-y += ixp4xx/
+obj-$(CONFIG_CRYPTO_DEV_QAT) += qat/