[COMMON] iommu/exynos: runtime suspend/resume callback
authorJanghyuck Kim <janghyuck.kim@samsung.com>
Mon, 25 Apr 2016 09:27:20 +0000 (18:27 +0900)
committerSangwook Ju <sw.ju@samsung.com>
Mon, 14 May 2018 10:45:18 +0000 (19:45 +0900)
commitf231c2313712ae6aa34499bb6c7aed290e25fffa
tree663a1a2dc40a08a627ee4ece1a69251230631fa4
parent2f1f5c7839fdaeff687abb52324ef3bd309a2867
[COMMON] iommu/exynos: runtime suspend/resume callback

Sysmmu operation is implicitly enabled and disabled when master device
turned on the power and off the power.

This patch replaces runtime pm suspend/resume callback of platform bus
with exynos_iommu_runtime_suspend/resume that added sysmmu handling.

Change-Id: I5e5e1f5fb485a9943c84c0e6a379b8720de57094
Signed-off-by: Janghyuck Kim <janghyuck.kim@samsung.com>
drivers/iommu/exynos-iommu.c