Skip to content

Commit ab1de3f

Browse files
committed
Merge branch 'samsung/exynos' into next
* samsung/exynos: iommu/exynos: add support for reserved regions
2 parents 6ed3d08 + 2d70fdd commit ab1de3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/iommu/exynos-iommu.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <linux/pm_runtime.h>
2323
#include <linux/slab.h>
2424

25+
#include "dma-iommu.h"
2526
#include "iommu-pages.h"
2627

2728
typedef u32 sysmmu_iova_t;
@@ -1479,6 +1480,7 @@ static const struct iommu_ops exynos_iommu_ops = {
14791480
.device_group = generic_device_group,
14801481
.probe_device = exynos_iommu_probe_device,
14811482
.release_device = exynos_iommu_release_device,
1483+
.get_resv_regions = iommu_dma_get_resv_regions,
14821484
.of_xlate = exynos_iommu_of_xlate,
14831485
.default_domain_ops = &(const struct iommu_domain_ops) {
14841486
.attach_dev = exynos_iommu_attach_device,

0 commit comments

Comments
 (0)