diff options
author | Axel Lin <axel.lin@ingics.com> | 2016-06-15 10:21:34 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-06-15 10:18:50 +0100 |
commit | 43160ffd12c8d1d331362362eea3c70e04b6f9c4 (patch) | |
tree | 11562334b3ba169da2111a64c412a244f5620a40 /Documentation/bus-virt-phys-mapping.txt | |
parent | 3bfbb4d1a480cc17f6ccfce13b76eb6c0dbeaf8c (diff) | |
download | talos-obmc-linux-43160ffd12c8d1d331362362eea3c70e04b6f9c4.tar.gz talos-obmc-linux-43160ffd12c8d1d331362362eea3c70e04b6f9c4.zip |
regulator: qcom_smd: Remove list_voltage callback for rpm_smps_ldo_ops_fixed
Use regulator_list_voltage_linear_range in rpm_smps_ldo_ops_fixed is
wrong because it is used for fixed regulator without any linear range.
The rpm_smps_ldo_ops_fixed is used for pm8941_lnldo which has fixed_uV
set and n_voltages = 1. In this case, regulator_list_voltage() can return
rdev->desc->fixed_uV without .list_voltage implementation.
Fixes: 3bfbb4d1a480 ("regulator: qcom_smd: add list_voltage callback")
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/bus-virt-phys-mapping.txt')
0 files changed, 0 insertions, 0 deletions