From: Boris BREZILLON Date: Sat, 20 Jul 2013 14:51:33 +0000 (+0200) Subject: pinctrl: at91: choose appropriate handler for level interrupts X-Git-Tag: v3.12-rc1~151^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99fce0295e9c0b953844af92f3e9fa3a3b07c7e4;p=pandora-kernel.git pinctrl: at91: choose appropriate handler for level interrupts The current implementation handle both edge and level interrupts with the 'handle_simple_irq' handler. Level interrupts are active as long as the pin stays at the configured level (low or high). In this case we have to use 'handle_level_irq' which mask the interrupt until the handle has treated it. Signed-off-by: Boris BREZILLON Tested-by: Alexandre Belloni Signed-off-by: Linus Walleij --- Reading git-diff-tree failed