commit | 56beac95cb88c188d2a885825a5da131edb41fe3 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Mon Aug 29 11:24:10 2016 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Thu Sep 08 00:42:57 2016 +0200 |
tree | 615e906facaa6e9b590da459ac41bb06a0bd2278 | |
parent | 60f749f8e4cfdfffa5f29c966050ed680eeedac2 [diff] |
gpio: sa1100: fix irq probing for ucb1x00 ucb1x00 has used IRQ probing since it's dawn to find the GPIO interrupt that it's connected to. However, commit 23393d49fb75 ("gpio: kill off set_irq_flags usage") broke this by disabling IRQ probing on GPIO interrupts. Fix this. Fixes: 23393d49fb75 ("gpio: kill off set_irq_flags usage") Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>