aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/vreg.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2012-01-06ARM: msm: vreg is a module and so needs module.hDavid Brown1-0/+1
The MSM7201 vreg appears to have gotten missed in the module.h cleanup. Signed-off-by: David Brown <davidb@codeaurora.org>
2010-05-12[ARM] msm: add new vreg IDs for MSM7X30Willie Ruan1-0/+17
Signed-off-by: Willie Ruan <wruan@quicinc.com>
2010-05-12arm: msm: add vreg reference countMatt Wilson1-36/+79
Support independent enable and disable by clients for common vreg. First enable switches on and last disable switches off. This change has no check for voltage level so clients must agree on level for common vreg. Signed-off-by: Matthew Wilson <mtwilson@quicinc.com>
2010-05-12arm: msm: status for vregSteve Muckle1-37/+53
Keep track of the success/failure of the last vreg proc comm command, and return that on debugfs reads. Signed-off-by: Steve Muckle <smuckle@quicinc.com>
2010-05-12arm: msm: return error pointer in vreg_get if vreg not foundSteve Muckle1-1/+1
Signed-off-by: Steve Muckle <smuckle@quicinc.com>
2008-10-22[ARM] msm: vreg interface to msm7k pmicBrian Swetland1-0/+143
The baseband cpu owns the pmic, so voltage regulator control is only available via a relatively limited interface through the proc_comm transport. Signed-off-by: Brian Swetland <swetland@google.com>