summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/clock34xx.c
diff options
context:
space:
mode:
authorPaul Walmsley <paul@pwsan.com>2009-12-08 16:18:46 -0700
committerpaul <paul@twilight.(none)>2009-12-11 16:12:11 -0700
commit06b16939a3d58aa128fee22b9aaf7dbc9a5b7c1c (patch)
treeb627ace7000b4c67a9eaf98bb981dc8f3c5c6dae /arch/arm/mach-omap2/clock34xx.c
parentebd893ded2733b8bd9ba403ee4a9e6ab6fbc2a54 (diff)
downloadlinux-06b16939a3d58aa128fee22b9aaf7dbc9a5b7c1c.tar.bz2
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 <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock34xx.c')
0 files changed, 0 insertions, 0 deletions