commit | fa1572d956ee072e965da01d2c46f10d2b67d017 | [log] [tgz] |
---|---|---|
author | Sebastian Reichel <sre@kernel.org> | Fri Jun 17 22:03:00 2016 +0200 |
committer | Sebastian Reichel <sre@kernel.org> | Tue Jun 28 00:39:39 2016 +0200 |
tree | 82933ab359e14e31cbd269cadfe4b680828ceaa5 | |
parent | 62aa292b3eae920a80c2fd0ed0601a70328627f6 [diff] |
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>