iommu/omap: remove pm_runtime_irq_safe flag for OMAP IOMMUs
authorTero Kristo <t-kristo@ti.com>
Wed, 7 Aug 2019 08:26:52 +0000 (11:26 +0300)
committerJoerg Roedel <jroedel@suse.de>
Fri, 9 Aug 2019 15:37:10 +0000 (17:37 +0200)
commit1432ebbd60033f48ae24302524f9dca592103804
treea8d250a3684c8385918e1def4bc2ed7a10579f17
parent604629bcb5057d778839652f8f38d23734f2fe1d
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>
drivers/iommu/omap-iommu.c