From: Thomas Gleixner Date: Thu, 19 Jun 2014 21:34:43 +0000 (+0000) Subject: irqchip: spear_shirq: Use proper irq chips for the different SoCs X-Git-Tag: omap-for-v3.17/fixes-against-rc2~153^2~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f07e42f96f06dca3f9f897b956d83aec165ee693;p=pandora-kernel.git irqchip: spear_shirq: Use proper irq chips for the different SoCs Only spear300 has an actual mask register for the RAS interrupts. Add an irq chip pointer to the shirq struct and initialize spear300 with the actual implementation and the others with dummy_irq_chip. The disabled RAS3 block has no irq chip assigned, so we can check for this and remove the disabled member. Signed-off-by: Thomas Gleixner Link: https://lkml.kernel.org/r/20140619212713.831341023@linutronix.de Acked-by: Viresh Kumar Signed-off-by: Jason Cooper --- Reading git-diff-tree failed