From: Marek Szyprowski Date: Thu, 8 Mar 2012 01:28:56 +0000 (+0900) Subject: drm/exynos: fix runtime_pm fimd device state on probe X-Git-Tag: v3.3~12^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d8ce3ae37e9bcfacbbc750cabf892fa00bb720e;p=pandora-kernel.git drm/exynos: fix runtime_pm fimd device state on probe A call to pm_runtime_set_active() forces device to be at the active state and skips calling its runtime suspend/resume callbacks. This results in a freeze with a new power domain code based on gen_pd. Fimd driver does all required runtime power management calls, so this pm_runtime_set_active call is buggy. This patch removes it and corrects clock management in probe function (clocks are now enabled by pm_runtime_get_sync() call). Signed-off-by: Marek Szyprowski Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- Reading git-diff-tree failed