Re: [PATCH v2 5/6] regulator: Add input current limit support

2015-06-12 Thread Mark Brown
On Thu, Jun 11, 2015 at 05:37:06PM -0700, Stephen Boyd wrote: > Some regulators can limit their input current (typically annotated > as ilim). Add an op (set_input_current_limit) and a DT property + > constraint to support this. Applied, thanks. signature.asc Description: Digital signature

[PATCH v2 5/6] regulator: Add input current limit support

2015-06-11 Thread Stephen Boyd
Some regulators can limit their input current (typically annotated as ilim). Add an op (set_input_current_limit) 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 5/6] regulator: Add input current limit support

2015-06-11 Thread Stephen Boyd
Some regulators can limit their input current (typically annotated as ilim). Add an op (set_input_current_limit) 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