linux/drivers/hsi
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
..
clients HSI: ssi_protocol: fix ssip_xmit invocation 2016-06-28 00:38:37 +02:00
controllers HSI: omap_ssi_core: remove pm_runtime_get_sync call from tasklet 2016-06-28 00:39:26 +02:00
hsi_boardinfo.c
hsi_core.c HSI: core: switch port event notifier from atomic to blocking 2016-06-28 00:38:53 +02:00
hsi_core.h
Kconfig HSI: Introduce OMAP SSI driver 2014-05-16 00:54:51 +02:00
Makefile hsi: Build hsi_boardinfo.c into hsi core if enabled 2016-06-15 16:02:50 +02:00