[PATCH/RESEND 05/12] msm: iommu: Convert to clk_prepare/unprepare
From: joro@8bytes.org (Joerg Roedel)
Date: 2013-06-20 17:04:06
Also in:
linux-arm-msm, lkml
From: joro@8bytes.org (Joerg Roedel)
Date: 2013-06-20 17:04:06
Also in:
linux-arm-msm, lkml
On Thu, Jun 20, 2013 at 09:40:51AM -0700, Stephen Boyd wrote:
Sending to correct Joerg address. On 06/17, Stephen Boyd wrote:quoted
Add calls to clk_prepare and unprepare so that MSM can migrate to the common clock framework. We never unprepare the clocks until driver remove because the clocks are enabled and disabled in irq context. Finer grained power management is possible in the future via runtime power management techniques. Cc: Joerg Roedel <redacted> Signed-off-by: Stephen Boyd <redacted>
Acked-by: Joerg Roedel <joro@8bytes.org>