Re: [PATCH v2 3/6] regulator: Add pull down support

2015-06-12 Thread Mark Brown
On Thu, Jun 11, 2015 at 05:37:04PM -0700, Stephen Boyd wrote: > 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. Applied, thanks. signature.asc Description: Digital signatur

[PATCH v2 3/6] regulator: Add pull down support

2015-06-11 Thread Stephen Boyd
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. Cc: Signed-off-by: Stephen Boyd --- Documentation/devicetree/bindings/regulator/regulator.txt | 1 + drivers/regulator/core.c

[PATCH v2 3/6] regulator: Add pull down support

2015-06-11 Thread Stephen Boyd
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. Cc: Signed-off-by: Stephen Boyd --- Documentation/devicetree/bindings/regulator/regulator.txt | 1 + drivers/regulator/core.c