Re: [PATCH v2 5/5] iommu/tegra-smmu: Support managed domains

2021-10-11 Thread Dmitry Osipenko
23.04.2021 19:32, Thierry Reding пишет: > From: Navneet Kumar > > Allow creating identity and DMA API compatible IOMMU domains. When > creating a DMA API compatible domain, make sure to also create the > required cookie. IOMMU_DOMAIN_DMA should be a disaster. It shouldn't work without preparing

[PATCH v2 5/5] iommu/tegra-smmu: Support managed domains

2021-04-23 Thread Thierry Reding
From: Navneet Kumar Allow creating identity and DMA API compatible IOMMU domains. When creating a DMA API compatible domain, make sure to also create the required cookie. Signed-off-by: Navneet Kumar Signed-off-by: Thierry Reding --- drivers/iommu/tegra-smmu.c | 47