linux/drivers/hsi/controllers
Sebastian Reichel 927d3f8f73 HSI: omap_ssi_core: remove pm_runtime_get_sync call from tasklet
We may not call pm_runtime_get_sync() from tasklet, since
it can block once pm_runtime_irq_safe is removed for omap-ssi.

Since irq can should only be created for a running device,
we assume, that the device is already running and use non-
synchronous API instead.

Signed-off-by: Sebastian Reichel <sre@kernel.org>
Tested-by: Pavel Machek <pavel@ucw.cz>
2016-06-28 00:39:26 +02:00
..
Kconfig HSI: omap-ssi: add COMMON_CLK dependency 2016-05-09 22:45:18 +02:00
Makefile HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module 2016-05-02 21:56:21 +02:00
omap_ssi_core.c HSI: omap_ssi_core: remove pm_runtime_get_sync call from tasklet 2016-06-28 00:39:26 +02:00
omap_ssi_port.c HSI: omap_ssi_port: prepare start_tx/stop_tx for blocking pm_runtime calls 2016-06-28 00:39:15 +02:00
omap_ssi_regs.h
omap_ssi.h HSI: omap_ssi_port: prepare start_tx/stop_tx for blocking pm_runtime calls 2016-06-28 00:39:15 +02:00