From: Jaecheol Lee Date: Tue, 12 Oct 2010 00:19:26 +0000 (+0900) Subject: ARM: S5PV210: Add struct clk_ops for clk_fout_apll X-Git-Tag: v2.6.37-rc1~23^2^2~2^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88695843973d3d53a087fc03049668600e91b5c4;p=pandora-kernel.git ARM: S5PV210: Add struct clk_ops for clk_fout_apll Current fout_apll has fixed rate value. So CPUFREQ driver gets incorrect value when finding current CPU frequency. Because some operation level need to change APLL. Added get_rate function for fout_apll can give correct frequency value when calling get_rate function. Signed-off-by: Jaecheol Lee Signed-off-by: Sangbeom Kim Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed