mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
eMMC: enable inline crypto. [1/1]
PD#SWPL-168577 Problem: need enable inlinecrypt Solution: enable inlinecrypt function Verify: S7,S7D Change-Id: Ia7b5781ecfc1d5ec99ca1158e687033dcf9581be Signed-off-by: Long <long.yu@amlogic.com> Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
This commit is contained in:
@@ -4243,10 +4243,10 @@ static int meson_mmc_remove(struct platform_device *pdev)
|
||||
dma_free_coherent(host->dev, SD_EMMC_DESC_BUF_LEN,
|
||||
host->descs, host->descs_dma_addr);
|
||||
|
||||
#if IS_ENABLED(CONFIG_AMLOGIC_MMC_CQHCI)
|
||||
dma_free_coherent(host->dev, SD_EMMC_DESC_BUF_LEN,
|
||||
if (MMC_HOST_VERSION(host) == MMC_HOST_V8 && aml_card_type_mmc(host))
|
||||
dma_free_coherent(host->dev, SD_EMMC_DESC_BUF_LEN,
|
||||
host->sg_descs, host->sg_descs_dma_addr);
|
||||
#endif
|
||||
|
||||
if (!host->dram_access_quirk)
|
||||
dma_free_coherent(host->dev, host->bounce_buf_size,
|
||||
host->bounce_buf, host->bounce_dma_addr);
|
||||
|
||||
Reference in New Issue
Block a user