HSI: omap_ssi_port: avoid pm_runtime_get_sync in ssi_start_dma and ssi_start_pio
authorSebastian Reichel <sre@kernel.org>
Fri, 17 Jun 2016 19:59:06 +0000 (21:59 +0200)
committerSebastian Reichel <sre@kernel.org>
Mon, 27 Jun 2016 22:39:36 +0000 (00:39 +0200)
commit62aa292b3eae920a80c2fd0ed0601a70328627f6
treedcf43520b3eae393d6a0ce2bfe6fd9c7a0f62f3c
parentc4a625731560021890df40e8d86958c3d8ea98fa
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>
drivers/hsi/controllers/omap_ssi_port.c