From: Stephen Boyd Date: Mon, 17 Jun 2013 17:43:12 +0000 (-0700) Subject: msm: iommu: Convert to clk_prepare/unprepare X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~67^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1107b1716bb21912ed9eed156d8c0251a8f3a3fa;p=pandora-kernel.git msm: iommu: Convert to clk_prepare/unprepare 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 Signed-off-by: Stephen Boyd Acked-by: Joerg Roedel Signed-off-by: David Brown --- Reading git-diff-tree failed