From: David PARIS <redacted>
no .irq_set_wake API is available for pinctrl-st driver.
Add the IRQCHIP_SKIP_SET_WAKE flag to inform irq handler
not to call this API.
Signed-off-by: David Paris <redacted>
---
drivers/pinctrl/pinctrl-st.c | 1 +
1 file changed, 1 insertion(+)
On Wed, Jun 25, 2014 at 5:49 PM, Patrice CHOTARD [off-list ref] wrote:
From: David PARIS <redacted>
no .irq_set_wake API is available for pinctrl-st driver.
Add the IRQCHIP_SKIP_SET_WAKE flag to inform irq handler
not to call this API.
Signed-off-by: David Paris <redacted>
Patch applied - had to rebase it, strangely the struct is different in
my tree (check that you're in sync).
Yours,
Linus Walleij
On Wed, Jun 25, 2014 at 5:49 PM, Patrice CHOTARD [off-list ref] wrote:
quoted
From: David PARIS <redacted>
no .irq_set_wake API is available for pinctrl-st driver.
Add the IRQCHIP_SKIP_SET_WAKE flag to inform irq handler
not to call this API.
Signed-off-by: David Paris <redacted>
Patch applied - had to rebase it, strangely the struct is different in
my tree (check that you're in sync).
My bad, you are right, i haven't forgotten to rebase on top of your tree.
Sorry Linus
Patrice