]> Git Repo - linux.git/commitdiff
regulator: qcom_smd: add list_voltage callback
authorSrinivas Kandagatla <[email protected]>
Thu, 2 Jun 2016 10:23:15 +0000 (11:23 +0100)
committerMark Brown <[email protected]>
Mon, 13 Jun 2016 08:51:35 +0000 (09:51 +0100)
This patch adds support to list_voltage callback, so that consumers
like mmc core, can get information of supported voltage range.

Without this patch there is no way for mmc core to know this voltage range.

Signed-off-by: Srinivas Kandagatla <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
drivers/regulator/qcom_smd-regulator.c

index 6c7fe4778793758478d9a27e3f9d11f6d4b4a1b2..526bf23dcb49a543032c6ac17da76c2e09009545 100644 (file)
@@ -152,6 +152,7 @@ static const struct regulator_ops rpm_smps_ldo_ops_fixed = {
        .enable = rpm_reg_enable,
        .disable = rpm_reg_disable,
        .is_enabled = rpm_reg_is_enabled,
+       .list_voltage = regulator_list_voltage_linear_range,
 
        .get_voltage = rpm_reg_get_voltage,
        .set_voltage = rpm_reg_set_voltage,
This page took 0.052455 seconds and 4 git commands to generate.