Re: [PATCH v4 2/4] opp: Add dev_pm_opp_sync_regulators()

From: Dmitry Osipenko
Date: Mon Jan 25 2021 - 17:32:40 EST


21.01.2021 01:26, Dmitry Osipenko пишет:
> Extend OPP API with dev_pm_opp_sync_regulators() function, which syncs
> voltage state of regulators.
>
> Tested-by: Peter Geis <pgwipeout@xxxxxxxxx>
> Tested-by: Nicolas Chauvet <kwizart@xxxxxxxxx>
> Tested-by: Matt Merhar <mattmerhar@xxxxxxxxxxxxxx>
> Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx>
> ---
> drivers/opp/core.c | 41 +++++++++++++++++++++++++++++++++++++++++
> include/linux/pm_opp.h | 6 ++++++
> 2 files changed, 47 insertions(+)

Hello Viresh,

This is the last patch that is left unmerged from this series. We will
need it for implementation of the PD driver for NVIDIA Tegra20/30 SoCs.
Please consider applying it, thanks in advance!