]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/iommu/exynos-iommu.c
iommu/exynos: Always enable runtime PM
authorCho KyongHo <pullip.cho@samsung.com>
Mon, 12 May 2014 06:14:52 +0000 (11:44 +0530)
committerJoerg Roedel <jroedel@suse.de>
Tue, 13 May 2014 17:12:54 +0000 (19:12 +0200)
commitf4723ec1723c0925c4191f5f33192ec09c6164f8
tree3d9f157366b7166636603c57769a65a48c4c4f0e
parent6cb47ed7397e0881afede05161ccaf5b70f95414
iommu/exynos: Always enable runtime PM

Checking if the probing device has a parent device was just to discover
if the probing device is involved in a power domain when the power
domain controlled by Samsung's custom implementation.
Since generic IO power domain is applied, it is required to remove
the condition to see if the probing device has a parent device.

Signed-off-by: Cho KyongHo <pullip.cho@samsung.com>
Signed-off-by: Shaik Ameer Basha <shaik.ameer@samsung.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/exynos-iommu.c