]> git.baikalelectronics.ru Git - kernel.git/commit
arm: davinci: Cleanup irq chip code
authorThomas Gleixner <tglx@linutronix.de>
Thu, 24 Mar 2011 11:47:04 +0000 (12:47 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 29 Mar 2011 12:47:56 +0000 (14:47 +0200)
commit0e3b84c6a679cb5116ccad50bea5b08ddb2a19fd
tree13fa9ff0778bfd5463c79fa3a81239afb81dc374
parentd482621b418f666d50c3ed953306d45776a2f81d
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>
arch/arm/mach-davinci/gpio.c