On Mon, Jun 10, 2019 at 7:12 PM Grygorii Strashko <grygorii.strashko@xxxxxx> wrote: > From: Russell King <rmk+kernel@xxxxxxxxxxxxxxx> > > omap_set_gpio_irqenable() calls two helpers that are almost the same > apart from whether they set or clear bits. We can consolidate these: > > - in the set/clear bit register case, we can perform the operation on > our saved context copy and write the appropriate set/clear register. > - otherwise, we can use our read-modify-write helper and invert enable > if irqenable_inv is set. > > Signed-off-by: Russell King <rmk+kernel@xxxxxxxxxxxxxxx> > Signed-off-by: Grygorii Strashko <grygorii.strashko@xxxxxx> Patch applied. Yours, Linus Walleij