diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2020-09-24 13:04:48 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2020-10-02 19:15:16 +0200 |
commit | f63816e43d90442684cd2fd74f602cf3c5fae69c (patch) | |
tree | 2a3450e9b51602930b988d82ed2a5a1cfd30dcec /MAINTAINERS | |
parent | 49f618e1b669ef0e26a8d8d7f8fafc7b8fd31531 (diff) | |
download | linux-f63816e43d90442684cd2fd74f602cf3c5fae69c.tar.gz linux-f63816e43d90442684cd2fd74f602cf3c5fae69c.tar.bz2 linux-f63816e43d90442684cd2fd74f602cf3c5fae69c.zip |
PM: domains: Allow to abort power off when no ->power_off() callback
In genpd_power_off() we may decide to abort the power off of the PM domain,
even beyond the point when the governor would accept it. The abort is done
if it turns out that a child domain has been requested to be powered on,
which means it's waiting for the lock of the parent to be released.
However, the abort is currently only considered if the genpd in question
has a ->power_off() callback assigned. This is unnecessary limiting,
especially if the genpd would have a parent of its own. Let's remove the
limitation and make the behaviour consistent.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
[ rjw: Subject edit ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions