regulator: Versatile Express regulator driver
authorPawel Moll <pawel.moll@arm.com>
Mon, 24 Sep 2012 17:56:54 +0000 (18:56 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 15 Oct 2012 02:56:08 +0000 (11:56 +0900)
commit31e54086dd7bb86ad40f1d76a9063f2a95866b87
tree9e54d6dd2491ffa90ef10a4d8e86fd351497bdfe
parentbd7a2b600ace90c8819495b639a744c8f5c68feb
regulator: Versatile Express regulator driver

Implementation of the regulator framework driver for the
Versatile Express voltage control. Devices without
voltage constraints (ie. "regulator-[min|max]-microvolt"
properties in the DT node) are treated as fixed (or rather
read-only) regulators.

Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Documentation/devicetree/bindings/regulator/vexpress.txt [new file with mode: 0644]
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/vexpress.c [new file with mode: 0644]