Re: [PATCH] pinctrl: at91: use locked variant of irq_set_handler

2014-01-22 Thread Linus Walleij
On Tue, Jan 21, 2014 at 4:55 PM, Nicolas Ferre wrote: > When setting the gpio irq type, use the __irq_set_handler_locked() > variant instead of the irq_set_handler() to prevent false > spinlock recursion warning. > > Signed-off-by: Nicolas Ferre > Cc: stable # v3.12 Patch applied for fixes.

Re: [PATCH] pinctrl: at91: use locked variant of irq_set_handler

2014-01-22 Thread Linus Walleij
On Tue, Jan 21, 2014 at 4:55 PM, Nicolas Ferre nicolas.fe...@atmel.com wrote: When setting the gpio irq type, use the __irq_set_handler_locked() variant instead of the irq_set_handler() to prevent false spinlock recursion warning. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com Cc:

[PATCH] pinctrl: at91: use locked variant of irq_set_handler

2014-01-21 Thread Nicolas Ferre
When setting the gpio irq type, use the __irq_set_handler_locked() variant instead of the irq_set_handler() to prevent false spinlock recursion warning. Signed-off-by: Nicolas Ferre Cc: stable # v3.12 --- drivers/pinctrl/pinctrl-at91.c | 10 +- 1 file changed, 5 insertions(+), 5

[PATCH] pinctrl: at91: use locked variant of irq_set_handler

2014-01-21 Thread Nicolas Ferre
When setting the gpio irq type, use the __irq_set_handler_locked() variant instead of the irq_set_handler() to prevent false spinlock recursion warning. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com Cc: stable sta...@vger.kernel.org # v3.12 --- drivers/pinctrl/pinctrl-at91.c | 10