]> Pileus Git - ~andy/linux/commit
OMAP3+: voltage: convert to PRM register access functions
authorKevin Hilman <khilman@ti.com>
Mon, 28 Mar 2011 17:40:15 +0000 (10:40 -0700)
committerKevin Hilman <khilman@ti.com>
Thu, 15 Sep 2011 19:02:08 +0000 (12:02 -0700)
commit4bcc475ebd06a04e1531254c27c6cf508ef8ebf9
treecbb34d6e8ad79e2cf6b75167d9cee4a7ef2885c2
parent4bb73adec43bbf63d39e1c2021de0aab0c60ea34
OMAP3+: voltage: convert to PRM register access functions

Convert VC/VP register access to use PRM VC/VP accessor functions.  In
the process, move the read/write function pointers from vdd_info into
struct voltagedomain.

No functional changes.

Additional cleanup:
- remove prm_mod field from  VC/VP data structures, the PRM register
  access functions know which PRM module to use.

Signed-off-by: Kevin Hilman <khilman@ti.com>
12 files changed:
arch/arm/mach-omap2/vc.c
arch/arm/mach-omap2/vc.h
arch/arm/mach-omap2/vc3xxx_data.c
arch/arm/mach-omap2/vc44xx_data.c
arch/arm/mach-omap2/voltage.c
arch/arm/mach-omap2/voltage.h
arch/arm/mach-omap2/voltagedomains3xxx_data.c
arch/arm/mach-omap2/voltagedomains44xx_data.c
arch/arm/mach-omap2/vp.c
arch/arm/mach-omap2/vp.h
arch/arm/mach-omap2/vp3xxx_data.c
arch/arm/mach-omap2/vp44xx_data.c