Re: [RFT PATCH] regulator: core: Require regulator drivers to check uV for get_optimum_mode()

From: Doug Anderson
Date: Wed Aug 24 2022 - 17:24:50 EST


Hi,

On Tue, Aug 23, 2022 at 3:49 PM Mark Brown <broonie@xxxxxxxxxx> wrote:
>
> On Tue, Aug 23, 2022 at 03:32:44PM -0700, Doug Anderson wrote:
>
> > I guess maybe we could add the "initial mode" as an implicitly allowed
> > mode? I guess the other option is to implicitly disable
> > regulator-allow-set-load if no allowed modes are listed? Both of these
>
> We should do the former, or equivalently just noop out of set_load() via
> set_optimium_mode() if no modes are allowed.

OK, v2 posted where I kept patch #1 exactly the same and added a
second patch to address this case. Hopefully it works for you.

-Doug