summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/qcom_rpm-regulator.c
Commit message (Collapse)AuthorAgeFilesLines
* regulator: qcom_rpm: Fix FORCE_MODE_IS_2_BITS macroAxel Lin2014-09-261-1/+1
| | | | | | | | | Current code does not take the macro parameter, fix it. This is not a problem at this moment because the only user actually passes vreg to FORCE_MODE_IS_2_BITS(). Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* regulator: qcom_rpm: Don't explicitly initialise the first field of configAxel Lin2014-09-261-1/+1
| | | | | | | | Doing so generates a warning as the first field is a pointer but we use 0 to initialize it. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* regulator: qcom-rpm: Regulator driver for the Qualcomm RPMBjorn Andersson2014-09-241-0/+798
Driver for regulators exposed by the Resource Power Manager (RPM) found in Qualcomm 8660, 8960 and 8064 based devices. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Mark Brown <broonie@kernel.org>