commit | c360a6df02cdba47c0590ffc7d15ec6687183e8c | [log] [tgz] |
---|---|---|
author | Chunyan Zhang <zhang.chunyan@linaro.org> | Fri Jan 26 21:08:44 2018 +0800 |
committer | Mark Brown <broonie@kernel.org> | Fri Jan 26 14:43:45 2018 +0000 |
tree | fcf591be1d9ec3afd439e8e7d397309649cbf6f6 | |
parent | 057c76440c791eb31eb68f3b003f67d00fcce51a [diff] |
regulator: make regulator voltage be an array to support more states Some regulator consumers would like to make the regulator device keeping a voltage range output when the system entering into suspend states. Making regulator voltage be an array can allow consumers to set voltage for normal state as well as for suspend states through the same code. Signed-off-by: Chunyan Zhang <zhang.chunyan@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>