dmaengine: edma: Remove dynamic TPTC power management feature
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Wed, 6 Apr 2016 10:01:46 +0000 (13:01 +0300)
committerVinod Koul <vinod.koul@intel.com>
Wed, 6 Apr 2016 14:29:49 +0000 (07:29 -0700)
commit23f49fd2ea9bc8e1c8cff0126cd71b071ea9e91f
treed09e21ab177b13ed83301bac58626849fa906125
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca
dmaengine: edma: Remove dynamic TPTC power management feature

The dynamic or on demand pm_runtime does not work correctly on am335x and
am437x due to interference with hwmod.
Fall back using the pm_runtime usage as it was in the old driver stack,
meaning that at probe time call pm_runtime_enable() and
pm_runtime_get_sync() for the TPTCs as well.

Fixes: 1be5336bc7ba ("dmaengine: edma: New device tree binding")

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Reported-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/edma.c