[U-Boot] [PATCH v3 1/8] dm: regulator: support regulator more state

Simon Glass sjg at chromium.org
Wed Oct 16 21:51:54 UTC 2019


Hi Elaine,

On Thu, 19 Sep 2019 at 02:08, Elaine Zhang <zhangqing at rock-chips.com> wrote:
>
> From: Joseph Chen <chenjh at rock-chips.com>
>
> support parse regulator standard property:
> regulator-off-in-suspend;
> regulator-init-microvolt;
> regulator-suspend-microvolt:
>  regulator_get_suspend_enable
>  regulator_set_suspend_enable
>  regulator_get_suspend_value
>  regulator_set_suspend_value
>
> Signed-off-by: Joseph Chen <chenjh at rock-chips.com>
> Signed-off-by: Elaine Zhang <zhangqing at rock-chips.com>

Is there a change log?

> ---
>  doc/device-tree-bindings/regulator/regulator.txt | 27 +++++++++
>  drivers/power/regulator/regulator-uclass.c       | 70 ++++++++++++++++++++++++
>  include/power/regulator.h                        | 64 ++++++++++++++++++++++
>  test/dm/regulator.c                              | 46 ++++++++++++++++
>  4 files changed, 207 insertions(+)

Regards,
Simon


More information about the U-Boot mailing list