From 99fce0295e9c0b953844af92f3e9fa3a3b07c7e4 Mon Sep 17 00:00:00 2001 From: Boris BREZILLON Date: Sat, 20 Jul 2013 16:51:33 +0200 Subject: [PATCH] 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-format-patch failed