mirror of https://github.com/torvalds/linux.git
Merge branch 'samsung/exynos' into next
* samsung/exynos: iommu/exynos: add support for reserved regions
This commit is contained in:
commit
ab1de3f9c6
|
|
@ -22,6 +22,7 @@
|
|||
#include <linux/pm_runtime.h>
|
||||
#include <linux/slab.h>
|
||||
|
||||
#include "dma-iommu.h"
|
||||
#include "iommu-pages.h"
|
||||
|
||||
typedef u32 sysmmu_iova_t;
|
||||
|
|
@ -1479,6 +1480,7 @@ static const struct iommu_ops exynos_iommu_ops = {
|
|||
.device_group = generic_device_group,
|
||||
.probe_device = exynos_iommu_probe_device,
|
||||
.release_device = exynos_iommu_release_device,
|
||||
.get_resv_regions = iommu_dma_get_resv_regions,
|
||||
.of_xlate = exynos_iommu_of_xlate,
|
||||
.default_domain_ops = &(const struct iommu_domain_ops) {
|
||||
.attach_dev = exynos_iommu_attach_device,
|
||||
|
|
|
|||
Loading…
Reference in New Issue