commit | e59347a1d15c0b1d9fdc510520f8fa78d7d19a5b | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Apr 14 19:17:57 2011 +0200 |
committer | Nicolas Pitre <nico@fluxnic.net> | Mon May 16 14:34:54 2011 -0400 |
tree | 64930470ac9dbf427ab5b7ec6d2d290fbb61f373 | |
parent | cfefd21e693dca791bf9ecfc9dd3794facad533c [diff] |
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 <tglx@linutronix.de> Signed-off-by: Nicolas Pitre <nico@fluxnic.net>