Re: [PATCH] gpio: vf610: handle level IRQ's properly

2015-09-24 Thread Linus Walleij
On Wed, Aug 26, 2015 at 10:11 AM, Stefan Agner wrote: > On 2015-08-26 05:47, Linus Walleij wrote: >> On Sat, Aug 22, 2015 at 12:56 AM, Stefan Agner wrote: >> >>> The GPIO IRQ controller is able to generate level triggered >>> interrupts, however, these were handled by handle_simple_irq so far >>>

Re: [PATCH] gpio: vf610: handle level IRQ's properly

2015-08-26 Thread Stefan Agner
On 2015-08-26 05:47, Linus Walleij wrote: > On Sat, Aug 22, 2015 at 12:56 AM, Stefan Agner wrote: > >> The GPIO IRQ controller is able to generate level triggered >> interrupts, however, these were handled by handle_simple_irq so far >> which did not take care of IRQ masking. This lead to "nobody

Re: [PATCH] gpio: vf610: handle level IRQ's properly

2015-08-26 Thread Linus Walleij
On Sat, Aug 22, 2015 at 12:56 AM, Stefan Agner wrote: > The GPIO IRQ controller is able to generate level triggered > interrupts, however, these were handled by handle_simple_irq so far > which did not take care of IRQ masking. This lead to "nobody cared > (try booting with the "irqpoll" option)"