]> git.baikalelectronics.ru Git - kernel.git/commit
pinctrl: st: Add irq_disable hook to st_gpio_irqchip
authorPatrice CHOTARD <patrice.chotard@st.com>
Mon, 5 Jan 2015 10:04:14 +0000 (11:04 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 7 Jan 2015 09:44:39 +0000 (10:44 +0100)
commit52f40482117cad8ecbe7fced02caef27c1ba7e14
treefec4fcd6915e6212385e9938dfad5e653262e3cf
parentff9757995e24047c281a58805dd5533478827d26
pinctrl: st: Add irq_disable hook to st_gpio_irqchip

Currently disable_irq() doesn't work for pinctrl-st driver, due to
missing irq_disable hook in the driver.
disable_irq() is required only for level-triggered interrupts, which
is not the case normally.

Signed-off-by: Pankaj Dev <pankaj.dev@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-st.c