[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210929144451.113334-1-ulf.hansson@linaro.org>
Date: Wed, 29 Sep 2021 16:44:49 +0200
From: Ulf Hansson <ulf.hansson@...aro.org>
To: "Rafael J . Wysocki" <rafael@...nel.org>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
linux-pm@...r.kernel.org
Cc: Maulik Shah <mkshah@...eaurora.org>,
Peter Zijlstra <peterz@...radead.org>,
Vincent Guittot <vincent.guittot@...aro.org>,
Len Brown <len.brown@...el.com>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Ulf Hansson <ulf.hansson@...aro.org>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] cpuidle: Fix runtime PM based cpuidle for s2idle
Maulik Shah reported problems to me around the s2idle support in the
cpuidle-psci driver. More precisely, calls to pm_runtime_get|put fails during
system wide suspend, because runtime PM gets disabled by the PM core.
This small series intends to fix the problem. More details in the commit
messages.
Kind regards
Ulf Hansson
Ulf Hansson (2):
cpuidle: Avoid calls to cpuidle_resume|pause() for s2idle
PM: sleep: Fix runtime PM based cpuidle support
drivers/base/power/main.c | 6 ++----
drivers/cpuidle/cpuidle.c | 7 ++++++-
include/linux/cpuidle.h | 2 ++
kernel/power/suspend.c | 2 --
kernel/sched/idle.c | 40 ++++++++++++++++++++++-----------------
5 files changed, 33 insertions(+), 24 deletions(-)
--
2.25.1
Powered by blists - more mailing lists