]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
base: power - use clk_prepare_enable and clk_prepare_disable
authorMurali Karicheri <m-karicheri2@ti.com>
Mon, 22 Oct 2012 23:18:40 +0000 (01:18 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 14 Nov 2012 23:36:43 +0000 (00:36 +0100)
commitc122f27e1c1bada4cdf19669afed5a00a69bc5a5
treeef6812f564e97713867c939934c8cdf57945f02b
parent77b67063bb6bce6d475e910d3b886a606d0d91f7
base: power - use clk_prepare_enable and clk_prepare_disable

When PM runtime is enabled in DaVinci and the machine migrates to
common clk framework, the clk_enable() gets called without
clk_prepare(). This patch is to fix this issue so that PM run
time can inter work with common clk framework.

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/power/clock_ops.c