ARM: OMAP2+: PRM: initialize some PRM functions early
authorPaul Walmsley <paul@pwsan.com>
Wed, 21 Nov 2012 23:15:16 +0000 (16:15 -0700)
committerPaul Walmsley <paul@pwsan.com>
Wed, 21 Nov 2012 23:15:16 +0000 (16:15 -0700)
commit63a293e0005eb86c76657256737a931add8acbdc
tree121dd5100883538a32f00f24923828e5a3d42a04
parent558a0780b0a04862a678f7823215424b4e5501f9
ARM: OMAP2+: PRM: initialize some PRM functions early

Some PRM functions will need to be called by the hwmod code early in
kernel init.  To handle this, split the PRM initialization code into
early and late phases.  The early init is handled via mach-omap2/io.c,
while the late init is handled by subsys_initcall().

Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/io.c
arch/arm/mach-omap2/prm2xxx.c
arch/arm/mach-omap2/prm2xxx.h
arch/arm/mach-omap2/prm3xxx.c
arch/arm/mach-omap2/prm3xxx.h
arch/arm/mach-omap2/prm44xx.c
arch/arm/mach-omap2/prm44xx.h