[PATCH] drm/exynos: fix to detach device of iommu

2015-10-13 Thread Inki Dae
Merged. Thanks, Inki Dae 2015년 10월 02일 09:30에 Joonyoung Shim 이(가) 쓴 글: > The arm_iommu_detach_device() is a function to detach device of iommu > attached by arm_iommu_attach_device(). The exynos-drm uses > arm_iommu_attach_device() so it should use arm_iommu_detach_device() to >

[PATCH] drm/exynos: fix to detach device of iommu

2015-10-02 Thread Joonyoung Shim
The arm_iommu_detach_device() is a function to detach device of iommu attached by arm_iommu_attach_device(). The exynos-drm uses arm_iommu_attach_device() so it should use arm_iommu_detach_device() to detach device of iommu, not iommu_detach_device(). The drm_release_iommu_mapping() is a function