From: Paul Walmsley Date: Tue, 8 Dec 2009 23:18:46 +0000 (-0700) Subject: OMAP2 clock: APLL code shouldn't rely on static clocks in its local namespace X-Git-Tag: v2.6.33-rc1~295^2~1^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06b16939a3d58aa128fee22b9aaf7dbc9a5b7c1c;p=pandora-kernel.git OMAP2 clock: APLL code shouldn't rely on static clocks in its local namespace Similar to the previous patch, the APLL code relied on the presence of the static struct clks in its own namespace. The APLL code didn't use them for validation, however - it adjusted its own internal state depending on the struct clk * that called it. Now that static struct clks are leaving the clock24xx.c namespace, use a more durable method: split the omap2_clk_fixed_enable() function into omap2_clk_apll96_enable() and omap2_clk_apll54_enable(). They still share a disable function. Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed