Skip to content

Commit 1432ebb

Browse files
Tero Kristojoergroedel
authored andcommitted
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 <[email protected]> Signed-off-by: Joerg Roedel <[email protected]>
1 parent 604629b commit 1432ebb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/iommu/omap-iommu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,6 @@ static int omap_iommu_probe(struct platform_device *pdev)
12541254
goto out_sysfs;
12551255
}
12561256

1257-
pm_runtime_irq_safe(obj->dev);
12581257
pm_runtime_enable(obj->dev);
12591258

12601259
omap_iommu_debugfs_add(obj);

0 commit comments

Comments
 (0)