]> git.karo-electronics.de Git - linux-beck.git/commit
regulator: gpio-regulator: Allow use of GPIO controlled regulators though DT
authorLee Jones <lee.jones@linaro.org>
Mon, 15 Oct 2012 13:16:59 +0000 (14:16 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 17 Oct 2012 13:27:55 +0000 (22:27 +0900)
commit006694d099e86e5a928fb39bdea280ab42c9d59c
tree3da0d1768e3157e1ff43400a70a9c299a07aa1cc
parentddffeb8c4d0331609ef2581d84de4d763607bd37
regulator: gpio-regulator: Allow use of GPIO controlled regulators though DT

Here we provide the GPIO Regulator driver with Device Tree capability, so
that when a platform is booting with DT instead of platform data we can
still make full use of it.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Documentation/devicetree/bindings/regulator/gpio-regulator.txt [new file with mode: 0644]
drivers/regulator/gpio-regulator.c