From: sudeep.holla@arm.com (Sudeep Holla)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] irqchip: gicv3: add initial CPU PM support
Date: Tue, 26 Aug 2014 16:03:33 +0100 [thread overview]
Message-ID: <1409065415-20176-1-git-send-email-sudeep.holla@arm.com> (raw)
From: Sudeep Holla <sudeep.holla@arm.com>
This patch series adds initial support for CPU power management with GICv3.
When a CPU enters a low power state, the GICv3 system registers are lost.
They need to be saved and restored if required. Currently as the GICv3
system configuration register are not modified at runtime, the patch
just re-initialise to initial values.
This series only supports CPU power states. However, for system power
states, we may need to save and restore states of distributor and
re-distributors additionally.
Currently this is tested only on models, testing on real hardware is
much appreciated.
Regards,
Sudeep
Sudeep Holla (2):
GICv3: refactor gic_enable_redist to support both enabling and
disabling
GICv3: implement CPU PM notifier
drivers/irqchip/irq-gic-v3.c | 87 +++++++++++++++++++++++++++++++++-----------
1 file changed, 66 insertions(+), 21 deletions(-)
--
1.8.3.2
next reply other threads:[~2014-08-26 15:03 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-26 15:03 Sudeep Holla [this message]
2014-08-26 15:03 ` [PATCH 1/2] GICv3: refactor gic_enable_redist to support both enabling and disabling Sudeep Holla
2014-08-26 15:03 ` [PATCH 2/2] GICv3: implement CPU PM notifier Sudeep Holla
2014-09-14 5:27 ` [PATCH 0/2] irqchip: gicv3: add initial CPU PM support Jason Cooper
2014-09-14 8:40 ` Marc Zyngier
2014-09-14 9:01 ` Jason Cooper
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=1409065415-20176-1-git-send-email-sudeep.holla@arm.com \
--to=sudeep.holla@arm.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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).