]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb5a37f1dfee35a7c22e7957bf358076a902fd861
treed09e21ab177b13ed83301bac58626849fa906125
parent3039f62d3fccb077513a4ffae4d1ef4609c1b724
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: 144540ef3592 ("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