On Tue, Feb 11, 2020 at 2:59 PM Uwe Kleine-König <uwe@xxxxxxxxxxxxxxxxx> wrote: > All the irq related callbacks are called with the (raw) spinlock > desc->lock being held. So the lock here must be raw as well. Also irqs > were already disabled by the caller for the irq chip callbacks, so the > non-irq variants of spin_lock must be used there. > > Fixes: be8c8facc707 ("gpio: new driver to work with a 8x12 siox") > Signed-off-by: Uwe Kleine-König <uwe@xxxxxxxxxxxxxxxxx> Patch applied. Is this a regression so I should put it in fixes? I put it for v5.7 for now but I can easily change that. Yours, Linus Walleij