summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/vp54xx_data.c
AgeCommit message (Collapse)Author
2012-03-21OMAP5: PM: VP: recover device with a cold resetVishwanath BS
OMAP5 Voltage processor and PRM is reset only with a cold reset. So we hook the VP's recovery api to cold reset. Signed-off-by: Vishwanath BS <vishwanath.bs@ti.com>
2012-03-21OMAP3+: PM: VP: check only the VPINIDLE status bitNishanth Menon
Currently we check against the status register where bits 1-31 are marked as reserved and mentioned in TRM as read returns undefined values. Hence, check against purely the vpinidle status bit. Signed-off-by: Nishanth Menon <nm@ti.com>
2012-03-21OMAP5: PM: Add OMAP5 Voltage layerVishwanath BS
The Patch adds Voltage layer changes for OMAP5. Essentially it adds Voltage Controller, Voltage Processor, Voltage Domain and OPP Specific data for OMAP5. These data are used by Voltage framework and OPP framework to set the device to a right OPP. Signed-off-by: Shweta Gulati <shweta.gulati@ti.com> Signed-off-by: Vishwanath BS <vishwanath.bs@ti.com>