* [PATCH] iommu/rockchip: Enable Rockchip IOMMU on ARM64
@ 2017-05-03 15:19 Matthias Brugger
2017-05-17 12:31 ` Joerg Roedel
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Brugger @ 2017-05-03 15:19 UTC (permalink / raw)
To: linux-arm-kernel
From: Simon Xue <xxm@rock-chips.com>
This patch makes it possible to compile the rockchip-iommu driver on
ARM64, so that it can be used with 64-bit SoCs equipped with this type
of IOMMU.
Signed-off-by: Simon Xue <xxm@rock-chips.com>
Signed-off-by: Shunqian Zheng <zhengsq@rock-chips.com>
Signed-off-by: Tomasz Figa <tfiga@chromium.org>
Reviewed-by: Matthias Brugger <mbrugger@suse.com>
---
drivers/iommu/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig
index 6ee3a25ae731..99c6366a2551 100644
--- a/drivers/iommu/Kconfig
+++ b/drivers/iommu/Kconfig
@@ -219,7 +219,7 @@ config OMAP_IOMMU_DEBUG
config ROCKCHIP_IOMMU
bool "Rockchip IOMMU Support"
- depends on ARM
+ depends on ARM || ARM64
depends on ARCH_ROCKCHIP || COMPILE_TEST
select IOMMU_API
select ARM_DMA_USE_IOMMU
--
2.12.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] iommu/rockchip: Enable Rockchip IOMMU on ARM64
2017-05-03 15:19 [PATCH] iommu/rockchip: Enable Rockchip IOMMU on ARM64 Matthias Brugger
@ 2017-05-17 12:31 ` Joerg Roedel
0 siblings, 0 replies; 2+ messages in thread
From: Joerg Roedel @ 2017-05-17 12:31 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, May 03, 2017 at 05:19:40PM +0200, Matthias Brugger wrote:
> From: Simon Xue <xxm@rock-chips.com>
>
> This patch makes it possible to compile the rockchip-iommu driver on
> ARM64, so that it can be used with 64-bit SoCs equipped with this type
> of IOMMU.
>
> Signed-off-by: Simon Xue <xxm@rock-chips.com>
> Signed-off-by: Shunqian Zheng <zhengsq@rock-chips.com>
> Signed-off-by: Tomasz Figa <tfiga@chromium.org>
> Reviewed-by: Matthias Brugger <mbrugger@suse.com>
> ---
> drivers/iommu/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-05-17 12:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-03 15:19 [PATCH] iommu/rockchip: Enable Rockchip IOMMU on ARM64 Matthias Brugger
2017-05-17 12:31 ` Joerg Roedel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).