[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210325052417.xyctxztqbozut3ck@vireshk-i7>
Date: Thu, 25 Mar 2021 10:54:17 +0530
From: Viresh Kumar <viresh.kumar@...aro.org>
To: "quanyang.wang" <quanyang.wang@...driver.com>
Cc: "Rafael J . Wysocki" <rjw@...ysocki.net>, linux-pm@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] cpufreq: dt: check the error returned by
dev_pm_opp_of_cpumask_add_table
On 25-03-21, 13:15, quanyang.wang wrote:
> Thank you for pointing it out. Do you mean that even if
> dev_pm_opp_of_cpumask_add_table returns
>
> an error, dev_pm_opp_get_opp_count may still return count > 0 because
> someone may call dev_pm_opp_add
>
> to add OPP to cpu succcessfully at somewhere else?
Yes.
There are two ways we can add OPPs today:
- Statically via device tree. This is what
dev_pm_opp_of_cpumask_add_table() tries to do.
- Dynamically via call to dev_pm_opp_add(), which I described earlier.
What failed here is the static way of adding OPPs, we still need to
check if OPPs were added dynamically.
--
viresh
Powered by blists - more mailing lists