linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] irqchip: gicv3: add initial CPU PM support
@ 2014-08-26 15:03 Sudeep Holla
  2014-08-26 15:03 ` [PATCH 1/2] GICv3: refactor gic_enable_redist to support both enabling and disabling Sudeep Holla
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Sudeep Holla @ 2014-08-26 15:03 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-09-14  9:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-26 15:03 [PATCH 0/2] irqchip: gicv3: add initial CPU PM support Sudeep Holla
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

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).