From: Kevin Hilman Date: Wed, 16 Jan 2008 21:56:16 +0000 (-0800) Subject: ARM: OMAP: use edge/level handlers from generic IRQ framework X-Git-Tag: v2.6.24-omap1~28 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71e5053f1ba0e987ea8d129e601b8e8e313fb31b;p=pandora-kernel.git ARM: OMAP: use edge/level handlers from generic IRQ framework Currently, the GPIO interrupt handling is duplicating some of the work done by the generic IRQ handlers (handle_edge_irq, handle_level_irq) such as detecting nesting, handling re-triggers etc. Remove this duplication and use generic hooks based on IRQ type. Using generic IRQ handlers ensures correct behavior when using threaded interrupts introduced by the -rt patch. Signed-off-by: Kevin Hilman Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed