diff options
author | Tero Kristo <t-kristo@ti.com> | 2019-08-07 11:26:52 +0300 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2019-08-09 17:37:10 +0200 |
commit | 1432ebbd60033f48ae24302524f9dca592103804 (patch) | |
tree | a8d250a3684c8385918e1def4bc2ed7a10579f17 /drivers/iommu/omap-iommu.c | |
parent | 604629bcb5057d778839652f8f38d23734f2fe1d (diff) |
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.c | 1 |
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); |