Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c99e5e5 authored by Sebastian Reichel's avatar Sebastian Reichel
Browse files

HSI: omap_ssi: drop pm_runtime_irq_safe



pm_runtime_irq_safe increases the parents runtime usage
counter effectively keeping the OMAP SoC from idling.

Signed-off-by: default avatarSebastian Reichel <sre@kernel.org>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
Tested-by: default avatarPavel Machek <pavel@ucw.cz>
parent ad60db2f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -543,7 +543,6 @@ static int ssi_probe(struct platform_device *pd)
	if (err < 0)
		goto out1;

	pm_runtime_irq_safe(&pd->dev);
	pm_runtime_enable(&pd->dev);

	err = ssi_hw_init(ssi);
+0 −2
Original line number Diff line number Diff line
@@ -1236,8 +1236,6 @@ static int ssi_port_probe(struct platform_device *pd)
	spin_lock_init(&omap_port->wk_lock);
	omap_port->dev = &port->device;

	pm_runtime_irq_safe(omap_port->pdev);

	pm_runtime_use_autosuspend(omap_port->pdev);
	pm_runtime_set_autosuspend_delay(omap_port->pdev, 250);
	pm_runtime_enable(omap_port->pdev);