aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/regulator-u8500.h
AgeCommit message (Collapse)Author
2010-12-02mach-ux500: Rerouting prcmu_set_hwacc requests through regulatorsBengt Jonsson
The function prcmu_set_hwacc calls the regulator framework instead of writing mailbox 2 to the PRCMU. A new function, prcmu_set_epod, is added for the regulator framework to use which will write to mailbox 2 and set the EPOD switches in on, off or retention. Change-Id: Ie364ac4d1bb4a0d9b7764043fae6dca3b2680355 Signed-off-by: Bengt Jonsson <bengt.g.jonsson@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/6483 Reviewed-by: Mattias NILSSON <mattias.i.nilsson@stericsson.com>
2010-10-23Regulators: Added power domainsBengt Jonsson
Added power domain regulator switches for SVA MMDSP, SVA pipe, SIA MMDSP, SIA pipe, SGA, B2R2, MCDE, ESRAM1, ESRAM2, ESRAM3, ESRAM4. The regulator switches will be updated when the drivers are using the regulator API instead of using the PRCMU API directly. Change-Id: I89c68c66772d116db1c25f292b6404ab46aa91d3 Signed-off-by: Bengt Jonsson <bengt.g.jonsson@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/6006 Reviewed-by: Mattias WALLIN <mattias.wallin@stericsson.com>
2010-10-23Regulators: Added power state regulatorsBengt Jonsson
Reworked the platform regulators completely. Added more power state regulators (only vape before). Board configuration and virtual regulators also added in this patch. Fixed bug with OPP implementation (just temporary until a better solution is in place). ST-Ericsson Id: WP 271415 Change-Id: I904616bc15764dee58a47734635f170149bbbc52 Signed-off-by: Bengt Jonsson <bengt.g.jonsson@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/5803 Reviewed-by: Mattias WALLIN <mattias.wallin@stericsson.com>