]> git.hungrycats.org Git - linux/commit
gpio: sa1100: fix irq probing for ucb1x00
authorRussell King <rmk+kernel@armlinux.org.uk>
Mon, 29 Aug 2016 10:24:10 +0000 (11:24 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Oct 2016 13:21:19 +0000 (15:21 +0200)
commitb0e88ea4a43f44403d4e97fd2054f1b380a8f842
tree80ec5205b327f8e05c8cd0e541419eba0b81d177
parent7984b3d299209fa7f67b85f80b853c9451030f7a
gpio: sa1100: fix irq probing for ucb1x00

commit 56beac95cb88c188d2a885825a5da131edb41fe3 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpio/gpio-sa1100.c