On Mon, Jun 10, 2019 at 7:11 PM Grygorii Strashko <grygorii.strashko@xxxxxx> wrote: > From: Russell King <rmk+kernel@xxxxxxxxxxxxxxx> > > 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+kernel@xxxxxxxxxxxxxxx> > Signed-off-by: Grygorii Strashko <grygorii.strashko@xxxxxx> Patch applied. Yours, Linus Walleij