OSDN Git Service

lpm-levels: Do not disable non-sec interrupts in suspend
authorMurali Nalajala <mnalajal@codeaurora.org>
Tue, 19 May 2015 17:26:11 +0000 (10:26 -0700)
committerDavid Keitel <dkeitel@codeaurora.org>
Tue, 22 Mar 2016 18:07:22 +0000 (11:07 -0700)
commitb3445ac6ea92f4751ba5f5671aa2c3fce6b6e55b
tree1494e2024eeb48250f7bd903ab7ae5006a8afde6
parent885262005f3269b595e6c83df99ff1b5ead11106
lpm-levels: Do not disable non-sec interrupts in suspend

When the system suspend is happening, last core disables
the non-sec interrupts at QGIC by setting the GRPEN1_EL1_NS
to ZERO. This makes core not seen any non-sec interrupts
and would result into system do not wake up from any of
interrupts. Do not touch GRPEN1_EL1_NS register while
system is going into suspend.

Change-Id: I7d6c5047fb4743df187fe49fba18b64db3179bc9
Signed-off-by: Murali Nalajala <mnalajal@codeaurora.org>
Conflicts:
drivers/irqchip/irq-gic-common.h
drivers/irqchip/irq-gic-common.h
drivers/irqchip/irq-gic-v3.c
kernel/cpu_pm.c