[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221104050752.67eh54ui2ohbbyni@vireshk-i7>
Date: Fri, 4 Nov 2022 10:37:52 +0530
From: Viresh Kumar <viresh.kumar@...aro.org>
To: James Calligeros <jcalligeros99@...il.com>
Cc: linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org, nm@...com,
rafael@...nel.org, sboyd@...nel.org, vincent.guittot@...aro.org,
vireshk@...nel.org
Subject: Re: [PATCH V2 5/5] OPP: decouple dt properties in
opp_parse_supplies()
On 04-11-22, 01:23, James Calligeros wrote:
> >if (list_empty(&opp_table->opp_list) &&
> > opp_table->regulator_count > 0) {
I did test this and it should have worked for you as well.
> > dev_err(dev, "%s: opp-microvolt missing although OPP managing regulators\n",
> > __func__);
> > return ERR_PTR(-EINVAL);
> >}
>
> When this path is removed, things work as expected. Could it be that opp_list has
> not been updated by the time we're parsing the next OPP? Seems unlikely, but
> at the same time if we're ending up taking this branch then there's not much else
> that could have gone wrong.
It should happen sequentially.
Ahh, I looked code for sometime before I wrote this line. I know what's going
on. Its a bug in the patchset that I fixed yesterday and pushed.
Initialize "ret = 0" in opp_parse_supplies().
Or pick patches from:
git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git opp/linux-next
Sorry for the trouble.
--
viresh
Powered by blists - more mailing lists