From: Rob Herring Date: Thu, 29 Sep 2011 02:25:31 +0000 (-0500) Subject: ARM: gic: add irq_domain support X-Git-Tag: v3.2-rc1~89^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4294f8baaf174c9aa57886e7ed27caf4b02578f6;p=pandora-kernel.git ARM: gic: add irq_domain support Convert the gic interrupt controller to use irq domains in preparation for device-tree binding and MULTI_IRQ. This allows for translation between GIC interrupt IDs and Linux irq numbers. The meaning of irq_offset has changed. It now is just the number of skipped GIC interrupt IDs for the controller. It will be 16 for primary GIC and 32 for secondary GICs. Signed-off-by: Rob Herring Cc: Marc Zyngier Reviewed-by: Jamie Iles Tested-by: Thomas Abraham Acked-by: Grant Likely --- Reading git-diff-tree failed