From: Michael Hennerich Date: Fri, 25 Sep 2009 09:03:21 +0000 (+0000) Subject: Blackfin: cpufreq: use a constant latency X-Git-Tag: v2.6.33-rc1~53^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d887a1ce285f03c689bb4fbbaf574160bb484c3e;p=pandora-kernel.git Blackfin: cpufreq: use a constant latency PLL_LOCKCNT applies only to the PLL programming sequence which does not apply to core and system clock dividers. Writes to PLL_DIV to change the CSEL/SSEL dividers take effect immediately. There is still overhead in software in writing the new dividers, so just use a value of 50us as this should be good enough. Signed-off-by: Michael Hennerich Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed