Re: [PATCH] iommu/exynos: Select ARM_DMA_USE_IOMMU

2014-07-29 Thread Joerg Roedel
On Fri, Jul 04, 2014 at 03:01:08PM +0530, Tushar Behera wrote: > For IOMMU to use on Exynos platforms, we need to enable ARM_DMA_USE_IOMMU. It > would be better to select it by default when EXYNOS_IOMMU is enabled. > > Signed-off-by: Tushar Behera Applied, thanks. Please always Cc me directly on

[PATCH] iommu/exynos: Select ARM_DMA_USE_IOMMU

2014-07-08 Thread Tushar Behera
For IOMMU to use on Exynos platforms, we need to enable ARM_DMA_USE_IOMMU. It would be better to select it by default when EXYNOS_IOMMU is enabled. Signed-off-by: Tushar Behera --- drivers/iommu/Kconfig |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/iommu/Kconfig b/drivers/iommu/

Re: [PATCH] iommu/exynos: Select ARM_DMA_USE_IOMMU

2014-07-08 Thread Sachin Kamat
Hi Tushar, On Fri, Jul 4, 2014 at 3:01 PM, Tushar Behera wrote: > For IOMMU to use on Exynos platforms, we need to enable ARM_DMA_USE_IOMMU. It > would be better to select it by default when EXYNOS_IOMMU is enabled. > > Signed-off-by: Tushar Behera > --- > drivers/iommu/Kconfig |1 + > 1 fi

Re: [PATCH] iommu/exynos: Select ARM_DMA_USE_IOMMU

2014-07-04 Thread Cho KyongHo
On Fri, 04 Jul 2014 15:01:08 +0530, Tushar Behera wrote: > For IOMMU to use on Exynos platforms, we need to enable ARM_DMA_USE_IOMMU. It > would be better to select it by default when EXYNOS_IOMMU is enabled. > > Signed-off-by: Tushar Behera > --- > drivers/iommu/Kconfig |1 + > 1 file chang