irqchip: vic: Parse interrupt and resume masks from device tree
authorTomasz Figa <tomasz.figa@gmail.com>
Sun, 25 Aug 2013 17:37:24 +0000 (02:37 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 16 Sep 2013 21:48:27 +0000 (06:48 +0900)
commit81e9c1794f24376b0515756e300476d9fec77c0b
tree2b72dc49bfcbea22a5824ebf78166af630add6dc
parent66fcbe6b7c2827866100837611c9838298a28486
irqchip: vic: Parse interrupt and resume masks from device tree

This patch extends vic_of_init to parse valid interrupt sources
and resume sources masks from device tree.

If mask values are not specified in device tree, all sources
are assumed to be valid, as before this patch.

Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Documentation/devicetree/bindings/arm/vic.txt
drivers/irqchip/irq-vic.c