]> git.karo-electronics.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>
Mon, 22 Oct 2012 23:18:40 +0000 (01:18 +0200)
commit191ef4fdad92c498f125537e98c11df7fe47368e
treed1afaeb00c4f26ea93c1b47616e0000cfca7086c
parent6f0c0580b70c89094b3422ba81118c7b959c7556
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