[U-Boot] [PATCH 1/3] power: regulator: Introduce regulator_set_value_force function
Simon Glass
sjg at chromium.org
Fri Nov 25 20:38:02 CET 2016
On 26 October 2016 at 10:31, Simon Glass <sjg at chromium.org> wrote:
> 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>
Applied to u-boot-rockchip, thanks!
More information about the U-Boot
mailing list