From: Kevin Hilman Date: Thu, 21 Jun 2007 11:55:49 +0000 (-0700) Subject: ARM: OMAP: fix clock table walking for OMAP2 variants X-Git-Tag: v2.6.22-omap1~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f21d18754ccafa79befae3c750d3a95bd7193be5;p=pandora-kernel.git ARM: OMAP: fix clock table walking for OMAP2 variants The various places where the clock rate_table is walked are not all checking whether the clock actually exists on the OMAP2 variant. Among other things, this results in broken rounding for the OMAP2430 since the rounding code can potentially find matching speeds that are marked as RATE_IN_242X. It also results in confusing CPUfreq about what the current speed is. Signed-off-by: Kevin Hilman Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed