From: Paul Walmsley Date: Mon, 27 Aug 2007 08:39:20 +0000 (-0600) Subject: omap2 clock: replace omap2_get_crystal_rate() with clock-specific recalc code X-Git-Tag: v2.6.23-omap1~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee2f50524b5b5b2f5f6098561aaf7eb70f387597;p=pandora-kernel.git omap2 clock: replace omap2_get_crystal_rate() with clock-specific recalc code The OMAP2 clock framework currently uses a nonstandard function to assign the osc_ck and sys_ck rates, omap2_get_crystal_rate(). By using custom recalc code for these clocks, we can get rid of it and rely on the existing clock tree recalculation process. Signed-off-by: Paul Walmsley Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed