From: Thomas Gleixner Date: Thu, 14 Apr 2011 17:17:57 +0000 (+0200) Subject: arm: orion: Use generic irq chip X-Git-Tag: v3.0-rc1~328^2^2~3^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e59347a1d15c0b1d9fdc510520f8fa78d7d19a5b;p=pandora-kernel.git arm: orion: Use generic irq chip The core interrupt chip is a straight forward conversion. The gpio chip is implemented with two instances of the irq_chip_type which can be switched with the irq_set_type function. That allows us to use the generic callbacks and avoids the conditionals in them. Signed-off-by: Thomas Gleixner Signed-off-by: Nicolas Pitre --- Reading git-diff-tree failed