Re: [PATCH v3 2/5] opp: core: add regulators enable and disable

2019-07-22 Thread Viresh Kumar
On 19-07-19, 17:05, k.koniec...@partner.samsung.com wrote: > Add enable regulators to dev_pm_opp_set_regulators() and disable > regulators to dev_pm_opp_put_regulators(). Even if bootloader > leaves regulators enabled, they should be enabled in kernel in > order to increase the reference count. >

[PATCH v3 2/5] opp: core: add regulators enable and disable

2019-07-19 Thread k . konieczny
Add enable regulators to dev_pm_opp_set_regulators() and disable regulators to dev_pm_opp_put_regulators(). Even if bootloader leaves regulators enabled, they should be enabled in kernel in order to increase the reference count. Signed-off-by: Kamil Konieczny --- Changes in v3: - corrected error