git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96d16c3
)
pinctrl: st: Add irq_disable hook to st_gpio_irqchip
author
Patrice CHOTARD
<patrice.chotard@st.com>
Mon, 5 Jan 2015 10:04:14 +0000
(11:04 +0100)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 7 Jan 2015 09:44:39 +0000
(10:44 +0100)
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>
No differences found