From: Paul Walmsley Date: Tue, 23 Feb 2010 05:09:24 +0000 (-0700) Subject: OMAP2 clock: drop DELAYED_APP clock flag X-Git-Tag: v2.6.34-rc1~230^2~8^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c34974ab0ecbbcdabd343f8cd0013cd2d2b0fa8;p=pandora-kernel.git OMAP2 clock: drop DELAYED_APP clock flag All of the clocks that are marked with DELAYED_APP are changed as part of the virt_prcm_set OPP virtual clock. On 24xx, these clocks all need to be changed as part of a group to keep the clock tree functional - hence the need for the VALID_CONFIG bit, which is not present on later OMAPs. These clocks should not be rate-changed independently. So prevent these clocks from being changed independently by dropping their .round_rate and .set_rate function pointers. It then turns out that the DELAYED_APP clock flag is no longer useful, so drop it and the associated code and renumber the clock flags. Signed-off-by: Paul Walmsley Cc: Richard Woodruff --- Reading git-diff-tree failed