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

Simon Glass sjg at chromium.org
Fri Sep 23 04:39:34 CEST 2016


On 8 September 2016 at 19:19, 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>
> ---
>
> 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 | 160 ++++++++++++++++++++++++++++++++
>  3 files changed, 171 insertions(+)
>  create mode 100644 drivers/power/regulator/pwm_regulator.c

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list