regulator: Add pull down support
authorStephen Boyd <sboyd@codeaurora.org>
Fri, 12 Jun 2015 00:37:04 +0000 (17:37 -0700)
committerMark Brown <broonie@kernel.org>
Fri, 12 Jun 2015 12:09:43 +0000 (13:09 +0100)
commit23c779b9f9161d6568d3b2fca06e70ad182c480c
tree314598f81db70f24dc8ead5f84c708cb8d5f00ef
parent22a10bca280073f81e9e2d9fed6f90a3bcf00236
regulator: Add pull down support

Some regulators need to be configured to pull down a resistor
when the regulator is disabled. Add an op (set_pull_down) and a
DT property + constraint to support this.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/regulator/regulator.txt
drivers/regulator/core.c
drivers/regulator/of_regulator.c
include/linux/regulator/driver.h
include/linux/regulator/machine.h
This page took 0.029468 seconds and 5 git commands to generate.