Hi, On Wed, Aug 3, 2022 at 12:12 AM Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> wrote: > > On 03/08/2022 01:37, Douglas Anderson wrote: > > As of commit 6eabfc018e8d ("regulator: core: Allow specifying an > > initial load w/ the bulk API") we can now specify the initial load in > > the bulk data rather than having to manually call regulator_set_load() > > on each regulator. Let's use it. > > > > Signed-off-by: Douglas Anderson <dianders@xxxxxxxxxxxx> > > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > > It might have been better, if the previous patch had only removed the > load_setting on disable and inlined the dsi_host_regulator_disable(). > Then this patch would drop the regulator_set_load() from > dsi_host_regulator_enable() path and inline it. Then it would have been > more obvious that after these two changes the time when we set loads is > not changed. Seems like I should post a v4 to update the commit message of the final patch in the series, but I'm going to leave this the way it is since the end result is the same. Originally when I wrote the series I didn't know if the new regulator API changes would be accepted, so the previous patch did the most cleanup it could do with the old API. ;-) -Doug