]> git.itanic.dy.fi Git - linux-stable/commit
OPP: Don't drop opp->np reference while it is still in use
authorLiang He <windhl@126.com>
Mon, 18 Jul 2022 13:36:32 +0000 (21:36 +0800)
committerViresh Kumar <viresh.kumar@linaro.org>
Tue, 19 Jul 2022 05:37:02 +0000 (11:07 +0530)
commit3466ea2cd6b66e4647a9af2381c0d0cd3d579354
tree1e673682efbb6b56767bc25de157eea3553f18b4
parentce736cf71b5ab8ad9b741dc7a4a07e41c27d1421
OPP: Don't drop opp->np reference while it is still in use

The struct dev_pm_opp contains a reference of the DT node, opp->np,
throughout its lifetime. We should increase the refcount for the same
from _opp_add_static_v2(), and drop it while removing the OPP finally.

Signed-off-by: Liang He <windhl@126.com>
[ Viresh: Updated subject / commit log, create _of_clear_opp() and drop
  reference from it]
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/opp/core.c
drivers/opp/of.c
drivers/opp/opp.h