commit | 5093aec872e5be7a55d8dd2b639e8a3818dc19db | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Mar 24 12:47:04 2011 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Mar 29 14:47:56 2011 +0200 |
tree | 13fa9ff0778bfd5463c79fa3a81239afb81dc374 | |
parent | d1735a2ebd8868ee9b5bb419860e633f0f839042 [diff] |
arm: davinci: Cleanup irq chip code Make use of the new functionality which ensures that irq_set_type is called with the chip masked. Unmask is only done when the interrupt is not disabled. Retrieve the trigger type from irq_data in unmask Signed-off-by: Thomas Gleixner <tglx@linutronix.de>