From: Ulf Hansson <ulf.hansson@linaro.org>
To: "Rafael J. Wysocki" <rjw@rjwysocki.net>,
Kevin Hilman <khilman@kernel.org>,
Ulf Hansson <ulf.hansson@linaro.org>,
linux-pm@vger.kernel.org
Cc: "Len Brown" <len.brown@intel.com>, "Pavel Machek" <pavel@ucw.cz>,
"Geert Uytterhoeven" <geert+renesas@glider.be>,
"Lina Iyer" <lina.iyer@linaro.org>,
"Axel Haslam" <ahaslam@baylibre.com>,
"Marek Szyprowski" <m.szyprowski@samsung.com>,
"Jon Hunter" <jonathanh@nvidia.com>,
"Andy Gross" <andy.gross@linaro.org>,
"Laurent Pinchart" <laurent.pinchart@ideasonboard.com>,
"David Airlie" <airlied@linux.ie>,
"Alex Deucher" <alexander.deucher@amd.com>,
"Maruthi Srinivas Bayyavarapu" <Maruthi.Bayyavarapu@amd.com>,
dri-devel@lists.freedesktop.org,
"Christian König" <christian.koenig@amd.com>
Subject: [PATCH v2 0/2] PM / Domains: Second step in improving system PM code in genpd
Date: Wed, 11 May 2016 10:00:08 +0200 [thread overview]
Message-ID: <1462953610-20824-1-git-send-email-ulf.hansson@linaro.org> (raw)
Changes in v2:
- Updated changelogs for both patches according to comments from Kevin.
- Updated patch 1/2, as I realized one genpd client driver, (ab)uses
genpd's suspend_power_off flag.
This is the second step in improving the system PM code in genpd. The first
patch is actually fixing a bug while it also enables for further clean-ups,
which is done in the second patch.
The next step of improving system PM code in genpd will move it to the part of
trying to optimize the behaviour, such as avoid waking up devices unless it's
really needed.
Ulf Hansson (2):
PM / Domains: Allow genpd to power on during the system PM phase
PM / Domains: Remove redundant wrapper functions for system PM
drivers/base/power/domain.c | 271 +++++---------------------------
drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c | 23 ---
include/linux/pm_domain.h | 1 -
3 files changed, 35 insertions(+), 260 deletions(-)
--
1.9.1
next reply other threads:[~2016-05-11 8:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-11 8:00 Ulf Hansson [this message]
2016-05-11 8:00 ` [PATCH v2 1/2] PM / Domains: Allow genpd to power on during the system PM phase Ulf Hansson
2016-05-11 21:25 ` Rafael J. Wysocki
2016-05-12 13:13 ` Ulf Hansson
2016-05-13 9:54 ` Kevin Hilman
2016-05-11 8:00 ` [PATCH v2 2/2] PM / Domains: Remove redundant wrapper functions for system PM Ulf Hansson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1462953610-20824-1-git-send-email-ulf.hansson@linaro.org \
--to=ulf.hansson@linaro.org \
--cc=Maruthi.Bayyavarapu@amd.com \
--cc=ahaslam@baylibre.com \
--cc=airlied@linux.ie \
--cc=alexander.deucher@amd.com \
--cc=andy.gross@linaro.org \
--cc=christian.koenig@amd.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=geert+renesas@glider.be \
--cc=jonathanh@nvidia.com \
--cc=khilman@kernel.org \
--cc=laurent.pinchart@ideasonboard.com \
--cc=len.brown@intel.com \
--cc=lina.iyer@linaro.org \
--cc=linux-pm@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=pavel@ucw.cz \
--cc=rjw@rjwysocki.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).