summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra
diff options
context:
space:
mode:
authorPaul Walmsley <paul@pwsan.com>2011-09-14 16:01:20 -0600
committerPaul Walmsley <paul@pwsan.com>2011-09-14 16:01:20 -0600
commit08cb9703e2922db297d8f83ec110bde37823e021 (patch)
treec76df5dce71b7d8150e7c5c8a98073d5cf9542d2 /arch/arm/mach-tegra
parent057673d8bd4a223c72850d843458cf3d35340bd3 (diff)
downloadlinux-stable-08cb9703e2922db297d8f83ec110bde37823e021.tar.gz
linux-stable-08cb9703e2922db297d8f83ec110bde37823e021.tar.bz2
linux-stable-08cb9703e2922db297d8f83ec110bde37823e021.zip
OMAP: clockdomain: split clkdm_init()
In preparation for OMAP_CHIP() removal, split clkdm_init() into four functions. This allows some of them to be called multiple times: for example, clkdm_register_clkdms() can be called once to register clockdomains that are common to a group of SoCs, and once to register clockdomains that are specific to a single SoC. The appropriate order to call these functions - which is enforced by the code - is: 1. clkdm_register_platform_funcs() 2. clkdm_register_clkdms() (can be called multiple times) 3. clkdm_register_autodeps() (optional; deprecated) 4. clkdm_complete_init() Convert the OMAP2, 3, and 4 clockdomain init code to use these new functions. While here, improve documentation, and increase CodingStyle conformance by shortening some local variable names. Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-tegra')
0 files changed, 0 insertions, 0 deletions