HSI: omap_ssi_port: avoid calling runtime_pm_*_sync inside spinlock
authorSebastian Reichel <sre@kernel.org>
Fri, 17 Jun 2016 20:03:00 +0000 (22:03 +0200)
committerSebastian Reichel <sre@kernel.org>
Mon, 27 Jun 2016 22:39:39 +0000 (00:39 +0200)
commitfa1572d956ee072e965da01d2c46f10d2b67d017
tree82933ab359e14e31cbd269cadfe4b680828ceaa5
parent62aa292b3eae920a80c2fd0ed0601a70328627f6
HSI: omap_ssi_port: avoid calling runtime_pm_*_sync inside spinlock

runtime_pm_*_sync can block when irq_safe flag is removed
from omap-ssi driver, so it may not be called while a
spinlock is held.

Signed-off-by: Sebastian Reichel <sre@kernel.org>
Tested-by: Pavel Machek <pavel@ucw.cz>
drivers/hsi/controllers/omap_ssi_port.c
This page took 0.023984 seconds and 5 git commands to generate.