commit | 62aa292b3eae920a80c2fd0ed0601a70328627f6 | [log] [tgz] |
---|---|---|
author | Sebastian Reichel <sre@kernel.org> | Fri Jun 17 21:59:06 2016 +0200 |
committer | Sebastian Reichel <sre@kernel.org> | Tue Jun 28 00:39:36 2016 +0200 |
tree | dcf43520b3eae393d6a0ce2bfe6fd9c7a0f62f3c | |
parent | c4a625731560021890df40e8d86958c3d8ea98fa [diff] |
HSI: omap_ssi_port: avoid pm_runtime_get_sync in ssi_start_dma and ssi_start_pio These functions may be called from atomic context, so avoid synchronous runtime pm calls. Signed-off-by: Sebastian Reichel <sre@kernel.org> Tested-by: Pavel Machek <pavel@ucw.cz>