aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/cdns3-debug.h
diff options
context:
space:
mode:
authorSameer Pujar <[email protected]>2019-03-13 17:02:36 +0530
committerVinod Koul <[email protected]>2019-03-25 10:23:42 +0530
commitf6ed6491d565c336a360471e0c29228e34f4380e (patch)
treeae09e749c7323296c7f427fe1cdcec3104a54fa3 /drivers/usb/cdns3/cdns3-debug.h
parent5ba846b1ee0792f5a596b9b0b86d6e8cdebfab06 (diff)
dmaengine: tegra210-adma: use devm_clk_*() helpers
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 <[email protected]> Reviewed-by: Jonathan Hunter <[email protected]> Signed-off-by: Sameer Pujar <[email protected]> Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions