Re: [PATCH v4 0/4] OPP API fixes and improvements

2021-01-26 Thread Viresh Kumar
On 22-01-21, 13:04, Viresh Kumar wrote: > Patch 2 can be applied only after the dependency patch for the stub > definition gets merge in Linus's tree. I see that Mark has already > queued that up in his for-5.11 branch, so it might be part of next > -rc. I will apply 2nd patch then. The

Re: [PATCH v4 0/4] OPP API fixes and improvements

2021-01-21 Thread Viresh Kumar
On 21-01-21, 01:26, Dmitry Osipenko wrote: > Dmitry Osipenko (4): > opp: Export devm_pm_opp_attach_genpd() > opp: Add dev_pm_opp_sync_regulators() > opp: Add dev_pm_opp_set_voltage() > opp: Make _set_opp_custom() work without regulators Patch 1 and 3 aren't required anymore, I have

[PATCH v4 0/4] OPP API fixes and improvements

2021-01-20 Thread Dmitry Osipenko
Hi, This series fixes problems and adds features to OPP API that are required for implementation of a power domain driver for NVIDIA Tegra SoCs. It is a continuation of [1], where Viresh Kumar asked to factor OPP patches into a separate series. I factored out the patches into this series,