commit | 11963a638f7ac30f926f4358f7f699828408bb96 | [log] [tgz] |
---|---|---|
author | Vikas Sajjan <vikas.sajjan@linaro.org> | Tue Apr 23 17:19:50 2013 +0530 |
committer | Inki Dae <inki.dae@samsung.com> | Mon Apr 29 14:35:31 2013 +0900 |
tree | 1923ee45cc7afe62b3689e1a9e6d64a1ee390b4a | |
parent | baa88c8313bfdb5086220cbd962a93617ee85a91 [diff] |
drm/exynos: enable FIMD clocks Common Clock Framework introduced the need to prepare clocks before enabling them, otherwise clk_enable() fails. This patch adds clk_prepare_enable and clk_disable_unprepare() calls to the driver. This patch also removes clk_disable() from fimd_remove() as it will be done by pm_runtime_put_sync. Signed-off-by: Vikas Sajjan <vikas.sajjan@linaro.org> Signed-off-by: Inki Dae <inki.dae@samsung.com>