regulator: Add driver for voltage controlled regulators
authorMatthias Kaehlcke <mka@chromium.org>
Fri, 7 Apr 2017 19:51:58 +0000 (12:51 -0700)
committerMark Brown <broonie@kernel.org>
Mon, 10 Apr 2017 16:30:40 +0000 (17:30 +0100)
commit9dee7a72d0c7cdfa2573c48b1e5f928c721d54d5
treeef2cd230ca98ee074faf3698ddac6c7380d4b22e
parentd00b74613fb18dfd0a5aa99270ee2e72d5c808d7
regulator: Add driver for voltage controlled regulators

The output voltage of a voltage controlled regulator can be controlled
through the voltage of another regulator. The current version of this
driver assumes that the output voltage is a linear function of the control
voltage.

Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/regulator/vctrl.txt [new file with mode: 0644]
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/vctrl-regulator.c [new file with mode: 0644]