ARM: OMAP2+: powerdomain/PRM: move the low-level powerdomain functions into PRM
authorPaul Walmsley <paul@pwsan.com>
Sun, 21 Oct 2012 07:01:10 +0000 (01:01 -0600)
committerPaul Walmsley <paul@pwsan.com>
Sun, 21 Oct 2012 07:01:10 +0000 (01:01 -0600)
commit498153995b9ff41279be54fc56facb92f5cad793
tree82736e204351bcd198d5dcec3c41deeab1b6779f
parent139563ad27e7baad7935b8113940f0d804cf513b
ARM: OMAP2+: powerdomain/PRM: move the low-level powerdomain functions into PRM

Move the low-level SoC-specific powerdomain control functions into
prm*.c.  For example, OMAP2xxx low-level powerdomain functions go into
prm2xxx.c.  Then remove the unnecessary powerdomain*xxx*.c files.

The objective is to centralize low-level PRM register accesses into
the prm*.[ch] files, and then to export an OMAP SoC-independent API to
higher-level OMAP power management code.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Rajendra Nayak <rnayak@ti.com>
Cc: Vaibhav Hiremath <hvaibhav@ti.com>
Acked-by: Rajendra Nayak <rnayak@ti.com>
Reviewed-by: Russ Dill <Russ.Dill@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/powerdomain2xxx_3xxx.c [deleted file]
arch/arm/mach-omap2/powerdomain33xx.c [deleted file]
arch/arm/mach-omap2/powerdomain44xx.c [deleted file]
arch/arm/mach-omap2/prm2xxx.c [new file with mode: 0644]
arch/arm/mach-omap2/prm2xxx_3xxx.c
arch/arm/mach-omap2/prm2xxx_3xxx.h
arch/arm/mach-omap2/prm33xx.c
arch/arm/mach-omap2/prm3xxx.c
arch/arm/mach-omap2/prm44xx.c