From: Vikas Sajjan Date: Tue, 23 Apr 2013 11:49:50 +0000 (+0530) Subject: drm/exynos: enable FIMD clocks X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~16^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11963a638f7ac30f926f4358f7f699828408bb96;p=pandora-kernel.git 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 Signed-off-by: Inki Dae --- Reading git-diff-tree failed