From: Manjunathappa, Prakash Date: Tue, 3 Jan 2012 12:40:51 +0000 (+0530) Subject: video: da8xx-fb: reset LCDC only if functional clock changes with DVFS X-Git-Tag: v3.4-rc1~125^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f820917abae4a019b0357d3fe72b22c22a11b775;p=pandora-kernel.git video: da8xx-fb: reset LCDC only if functional clock changes with DVFS LCDC functional clock may or may not be derived from CPU/MPU DPLL, For example, AM335x => Separate independent DPLL for LCDC Davinci => Same DPLL as MPU So, on platforms where LCDC functional clock is not derived from CPU/MPU PLL it is not required to reset LCDC module as its functional clock does not change with DVFS. This patch adds check to do reset only if functional clock changes between pre and post notifier callbacks with DVFS. Signed-off-by: Manjunathappa, Prakash Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed