]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commit
ARM: OMAP2: clock: Add 24xx data using common struct clk
authorRajendra Nayak <rnayak@ti.com>
Sun, 11 Nov 2012 04:22:28 +0000 (21:22 -0700)
committerPaul Walmsley <paul@pwsan.com>
Tue, 13 Nov 2012 02:18:49 +0000 (19:18 -0700)
commit6ab9f69e7e03566edb8ed58a351a5faee3b5fca6
tree558f5096866ac1a25388d3a63682461b7d50d397
parent99e7938def490ea68e201578a83cff6248217891
ARM: OMAP2: clock: Add 24xx data using common struct clk

The patch is the output from a python script which converts
from the old OMAP clk format to COMMON clk format using a
JSON parser in between which was developed by Paul Walmsley.

Signed-off-by: Rajendra Nayak <rnayak@ti.com>
[paul@pwsan.com: replace omap2_init_clksel_parent() with
 omap2_clksel_find_parent_index(); reflowed macros; dropped 243x clkdev
 aliases in 242x file; added recalc_rate fn ptrs to APLL clocks;
 fixed some checkpatch warnings]
[mturquette@ti.com: removed deprecated variables from omap24x0_clk_init]
Signed-off-by: Mike Turquette <mturquette@ti.com>
[paul@pwsan.com: fixed boot crash due to missing clock init code; added twl.fck
 alias; fix DPLL rate initialization; fix APLL clocks and virt_prcm_set
 initialization]
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/cclock2420_data.c [new file with mode: 0644]
arch/arm/mach-omap2/cclock2430_data.c [new file with mode: 0644]
arch/arm/mach-omap2/cm-regbits-24xx.h
arch/arm/mach-omap2/prm-regbits-24xx.h