From: Paul Walmsley Date: Thu, 2 Aug 2007 18:10:22 +0000 (-0600) Subject: omap2 clock: add fixed divisor clock code X-Git-Tag: v2.6.23-omap1~247 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae9a25bb9fb0e59d0a5d83e13fe71d03627a7925;p=pandora-kernel.git omap2 clock: add fixed divisor clock code The rates of some clocks are equal to their parents' rates, divided by some fixed integer. This contrasts with the existing 'followparent' clocks, which follow their parents' rates strictly; and the existing 'clksel' clocks, which follow their parents' rates divided by a runtime-selectable divisor. Add code to implement these clocks without resorting to specifying a fixed rate. Signed-off-by: Paul Walmsley Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed