[PATCH v2 3/9] regulator: mt6380: Add support for MT6380
Sean Wang
sean.wang at mediatek.com
Thu Aug 10 20:11:15 PDT 2017
On Tue, 2017-07-18 at 14:31 +0100, Mark Brown wrote:
> On Tue, Jul 18, 2017 at 05:49:23PM +0800, sean.wang at mediatek.com wrote:
>
> > + if (!info->modeset_mask) {
> > + dev_err(&rdev->dev, "regulator %s doesn't support set_mode\n",
> > + info->desc.name);
> > + return -EINVAL;
> > + }
>
> This is mostly fine but the mode operations all have this code - if the
> regulator doesn't have modesetting facilities it just shouldn't have
> the ops so the core can handle things in a standard fashion. It'd mean
> defining a separate set of operations for those regulators but that's
> fine.
Hi, Mark
it is really bad for those calls with certain regulator always returning
-EINVAL, that doesn't make sense.
we'll follow your suggestion and add them into the next version.
thanks for your help!
Sean
> _______________________________________________
> Linux-mediatek mailing list
> Linux-mediatek at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-mediatek
More information about the Linux-mediatek
mailing list