Home
last modified time | relevance | path

Searched hist:e0df59de670b48a923246fae1f972317b84b2764 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/opp/
H A Dcore.cdiff e0df59de670b48a923246fae1f972317b84b2764 Thu Oct 22 01:56:08 CDT 2020 Viresh Kumar <viresh.kumar@linaro.org> opp: Reduce the size of critical section in _opp_table_kref_release()

There is a lot of stuff here which can be done outside of the big
opp_table_lock, do that. This helps avoiding few circular dependency
lockdeps around debugfs and interconnects.

Reported-by: Rob Clark <robdclark@gmail.com>
Reported-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>