Re: [PATCH] iommu: qcom-smmu: handle running in el2

2024-11-14 Thread Caleb Connolly
On Wed, 13 Nov 2024 06:09:24 +0100, Caleb Connolly wrote: > We only need to configure the SMMU when running in EL1. In EL2 the > hypervisor isn't running so peripherals can just do DMA as they wish. > > Applied, thanks! [1/1] iommu: qcom-smmu: handle running in el2 commit: f243551178ddf

Re: [PATCH] iommu: qcom-smmu: handle running in el2

2024-11-14 Thread Neil Armstrong
On 13/11/2024 06:09, Caleb Connolly wrote: We only need to configure the SMMU when running in EL1. In EL2 the hypervisor isn't running so peripherals can just do DMA as they wish. Signed-off-by: Caleb Connolly --- drivers/iommu/qcom-hyp-smmu.c | 7 +++ 1 file changed, 7 insertions(+) di

[PATCH] iommu: qcom-smmu: handle running in el2

2024-11-12 Thread Caleb Connolly
We only need to configure the SMMU when running in EL1. In EL2 the hypervisor isn't running so peripherals can just do DMA as they wish. Signed-off-by: Caleb Connolly --- drivers/iommu/qcom-hyp-smmu.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/iommu/qcom-hyp-smmu.c b/driv