[U-Boot] [PATCH v3 3/7] power: regulator: add pwm regulator

Simon Glass sjg at chromium.org
Sat Sep 24 02:03:17 CEST 2016


On 23 September 2016 at 01:57, Kever Yang <kever.yang at rock-chips.com> wrote:
> add driver support for pwm regulator.
>
> Signed-off-by: Elaine Zhang <zhangqing at rock-chips.com>
> Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
> Acked-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3:
> - remove priv->boot_on to fix compile error
>
> Changes in v2:
> - add comments for pwm_regulator_info struct member
> - do not init pwm_id if there is none
> - other fix for comments from Simon
>
>  drivers/power/regulator/Kconfig         |  10 ++
>  drivers/power/regulator/Makefile        |   1 +
>  drivers/power/regulator/pwm_regulator.c | 159 ++++++++++++++++++++++++++++++++
>  3 files changed, 170 insertions(+)
>  create mode 100644 drivers/power/regulator/pwm_regulator.c

Applied to u-boot-rockchip, thanks!


More information about the U-Boot mailing list