arm: zynq: Set proper GIC flags
authorSoren Brinkmann <soren.brinkmann@xilinx.com>
Thu, 31 Oct 2013 16:10:18 +0000 (09:10 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 10 Dec 2013 13:20:24 +0000 (14:20 +0100)
commit9f4f5d26c66153bc63ea60f4f05dd6f19e9e7b48
treeeccc8ea895ad57da978207bbc090b0f1563b34ab
parentf4d5d7b7c60c0258f7556f5cfddec2934666aa77
arm: zynq: Set proper GIC flags

Zynq is able to wake up on any IRQ, so flag it with
IRQCHIP_SKIP_SET_WAKE, and we want to mask off the IRQs when
going to suspend to avoid transient effects so also flag
this with IRQCHIP_MASK_ON_SUSPEND.

This is essentially, making the same changes as commit
'ARM: ux500: set proper GIC flags'
(sha1: 7e1f97ea8ffa66679252520dbbbd6ec413ecae68) for Zynq.

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/mach-zynq/common.c