From: Tero Kristo Date: Wed, 7 Aug 2019 08:26:52 +0000 (+0300) Subject: iommu/omap: remove pm_runtime_irq_safe flag for OMAP IOMMUs X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1432ebbd60033f48ae24302524f9dca592103804;p=linux.git 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 Signed-off-by: Joerg Roedel --- diff --git a/drivers/iommu/omap-iommu.c b/drivers/iommu/omap-iommu.c index 3c7ba517dbc33..99a9ff3e7f712 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);