[COMMON] iommu/exynos: enable IOVMM
authorJanghyuck Kim <janghyuck.kim@samsung.com>
Fri, 22 Apr 2016 05:21:02 +0000 (14:21 +0900)
committerSangwook Ju <sw.ju@samsung.com>
Mon, 14 May 2018 10:45:17 +0000 (19:45 +0900)
commit3fe41bf08a3bf9f512f44177e36b6f1b4f90a962
treefc4e15af5017d5b700e9d49741cc387b36347062
parentd20adc2e942b56ed0793147be8f63e1f27d1a8bb
[COMMON] iommu/exynos: enable IOVMM

IOVMM is Exynos I/O Virtual Memory Manager.
It manages device virtual address region like allocation and free.
IOVMM is connected with exynos iommu domain.

Some dummy function is added in exynos-iommu to avoid compilie error.

Change-Id: Icdd0fe1acc81240b97361ae495276d920c129ad9
Signed-off-by: Janghyuck Kim <janghyuck.kim@samsung.com>
drivers/iommu/Kconfig
drivers/iommu/Makefile
drivers/iommu/exynos-iommu.c
drivers/iommu/exynos-iommu.h
drivers/iommu/exynos-iovmm.c [new file with mode: 0644]
include/linux/exynos_iovmm.h [new file with mode: 0644]