On Mon, Jun 10, 2019 at 7:11 PM Grygorii Strashko
<grygorii.stras...@ti.com> wrote:

> From: Russell King <rmk+ker...@armlinux.org.uk>
>
> The irq_ack method does not fit our hardware requirements. Edge
> interrupts must be cleared before we handle them, and level interrupts
> must be cleared after handling them.
>
> We handle the interrupt clearance in our interrupt handler for edge IRQs
> and in the unmask method for level IRQs.
>
> Replace the irq_ack method with the no-op method from the dummy irq
> chip.
>
> Signed-off-by: Russell King <rmk+ker...@armlinux.org.uk>
> Signed-off-by: Grygorii Strashko <grygorii.stras...@ti.com>

Patch applied.

Yours,
Linus Walleij

Reply via email to