aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/omap-iommu.c
diff options
context:
space:
mode:
authorGravatar Tero Kristo <t-kristo@ti.com> 2019-08-07 11:26:52 +0300
committerGravatar Joerg Roedel <jroedel@suse.de> 2019-08-09 17:37:10 +0200
commit1432ebbd60033f48ae24302524f9dca592103804 (patch)
treea8d250a3684c8385918e1def4bc2ed7a10579f17 /drivers/iommu/omap-iommu.c
parentiommu/omap: add support for late attachment of iommu devices (diff)
downloadlinux-1432ebbd60033f48ae24302524f9dca592103804.tar.gz
linux-1432ebbd60033f48ae24302524f9dca592103804.tar.bz2
linux-1432ebbd60033f48ae24302524f9dca592103804.zip
iommu/omap: remove pm_runtime_irq_safe flag for OMAP IOMMUs
This is not needed for anything, and prevents proper PM transitions for parent devices which is bad in case of ti-sysc; this effectively kills PM completely. Thus, remove the flag. Signed-off-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/omap-iommu.c')
-rw-r--r--drivers/iommu/omap-iommu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iommu/omap-iommu.c b/drivers/iommu/omap-iommu.c
index 3c7ba517dbc3..99a9ff3e7f71 100644
--- a/drivers/iommu/omap-iommu.c
+++ b/drivers/iommu/omap-iommu.c
@@ -1254,7 +1254,6 @@ static int omap_iommu_probe(struct platform_device *pdev)
goto out_sysfs;
}
- pm_runtime_irq_safe(obj->dev);
pm_runtime_enable(obj->dev);
omap_iommu_debugfs_add(obj);