summaryrefslogtreecommitdiff
path: root/scripts/stackdelta
diff options
context:
space:
mode:
authorSameer Pujar <spujar@nvidia.com>2019-03-13 17:02:36 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-31 06:46:31 -0700
commit6b2d1934d1f94cbfae1dceab38c7165492f9e715 (patch)
tree384bafa6d1a9c4d9279ea8bc053c4d2e24b2df62 /scripts/stackdelta
parent25204fe6a3f8067a77c389f5b58f32f4c60a7722 (diff)
dmaengine: tegra210-adma: use devm_clk_*() helpers
[ Upstream commit f6ed6491d565c336a360471e0c29228e34f4380e ] adma driver is using pm_clk_*() interface for managing clock resources. With this it is observed that clocks remain ON always. This happens on Tegra devices which use BPMP co-processor to manage clock resources, where clocks are enabled during prepare phase. This is necessary because clocks to BPMP are always blocking. When pm_clk_*() interface is used on such Tegra devices, clock prepare count is not balanced till remove call happens for the driver and hence clocks are seen ON always. Thus this patch replaces pm_clk_*() with devm_clk_*() framework. Suggested-by: Mohan Kumar D <mkumard@nvidia.com> Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com> Signed-off-by: Sameer Pujar <spujar@nvidia.com> Signed-off-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'scripts/stackdelta')
0 files changed, 0 insertions, 0 deletions