[U-Boot] [PATCH 1/3] power: regulator: Introduce regulator_set_value_force function
Simon Glass
sjg at chromium.org
Wed Oct 26 18:31:38 CEST 2016
On 26 October 2016 at 01:12, Keerthy <j-keerthy at ti.com> wrote:
> In case we want to force a particular value on a regulator
> irrespective of the min/max constraints for testing purposes
> one can call regulator_set_value_force function.
>
> Signed-off-by: Keerthy <j-keerthy at ti.com>
> ---
> cmd/regulator.c | 5 ++++-
> drivers/power/regulator/regulator-uclass.c | 14 ++++++++++++++
> include/power/regulator.h | 10 ++++++++++
> 3 files changed, 28 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list