Loading drivers/mmc/host/cqhci-crypto-qti.c +2 −1 Original line number Diff line number Diff line Loading @@ -290,7 +290,8 @@ int cqhci_crypto_qti_init_crypto(struct cqhci_host *host, if (!cqhci_ice_memres) { pr_debug("%s ICE not supported\n", __func__); host->icemmio = NULL; return PTR_ERR(cqhci_ice_memres); host->caps &= ~CQHCI_CAP_CRYPTO_SUPPORT; return err; } host->icemmio = devm_ioremap(&msm_host->pdev->dev, Loading drivers/scsi/ufs/ufshcd-crypto-qti.c +3 −1 Original line number Diff line number Diff line Loading @@ -271,7 +271,9 @@ int ufshcd_crypto_qti_init_crypto(struct ufs_hba *hba, mmio_base = devm_ioremap_resource(hba->dev, mem_res); if (IS_ERR(mmio_base)) { pr_err("%s: Unable to get ufs_crypto mmio base\n", __func__); return PTR_ERR(mmio_base); hba->caps &= ~UFSHCD_CAP_CRYPTO; hba->quirks |= UFSHCD_QUIRK_BROKEN_CRYPTO; return err; } err = ufshcd_hba_init_crypto_qti_spec(hba, &ufshcd_crypto_qti_ksm_ops); Loading Loading
drivers/mmc/host/cqhci-crypto-qti.c +2 −1 Original line number Diff line number Diff line Loading @@ -290,7 +290,8 @@ int cqhci_crypto_qti_init_crypto(struct cqhci_host *host, if (!cqhci_ice_memres) { pr_debug("%s ICE not supported\n", __func__); host->icemmio = NULL; return PTR_ERR(cqhci_ice_memres); host->caps &= ~CQHCI_CAP_CRYPTO_SUPPORT; return err; } host->icemmio = devm_ioremap(&msm_host->pdev->dev, Loading
drivers/scsi/ufs/ufshcd-crypto-qti.c +3 −1 Original line number Diff line number Diff line Loading @@ -271,7 +271,9 @@ int ufshcd_crypto_qti_init_crypto(struct ufs_hba *hba, mmio_base = devm_ioremap_resource(hba->dev, mem_res); if (IS_ERR(mmio_base)) { pr_err("%s: Unable to get ufs_crypto mmio base\n", __func__); return PTR_ERR(mmio_base); hba->caps &= ~UFSHCD_CAP_CRYPTO; hba->quirks |= UFSHCD_QUIRK_BROKEN_CRYPTO; return err; } err = ufshcd_hba_init_crypto_qti_spec(hba, &ufshcd_crypto_qti_ksm_ops); Loading