]> Git Repo - linux.git/commit
ARM: OMAP2+: powerdomain/PRM: move the low-level powerdomain functions into PRM
authorPaul Walmsley <[email protected]>
Sun, 21 Oct 2012 07:01:10 +0000 (01:01 -0600)
committerPaul Walmsley <[email protected]>
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 <[email protected]>
Cc: Rajendra Nayak <[email protected]>
Cc: Vaibhav Hiremath <[email protected]>
Acked-by: Rajendra Nayak <[email protected]>
Reviewed-by: Russ Dill <[email protected]>
Acked-by: Santosh Shilimkar <[email protected]>
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
This page took 0.058154 seconds and 4 git commands to generate.