]> git.baikalelectronics.ru Git - kernel.git/commit
arm: at91: Cleanup irq chip
authorThomas Gleixner <tglx@linutronix.de>
Thu, 24 Mar 2011 11:48:18 +0000 (12:48 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 29 Mar 2011 12:47:56 +0000 (14:47 +0200)
commitdff2533731d83804008bd52e831f5537e83a1cea
tree88b9e793429d22ca0114bc98e124df2a62edce45
parent0e3b84c6a679cb5116ccad50bea5b08ddb2a19fd
arm: at91: Cleanup irq chip

Avoid the whole lazy disable dance in the demux handler by providing a
irq_disable() callback.

Use the proper accessor functions and tidy up gpio_irq_handler()

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/arm/mach-at91/gpio.c