On Tue, Aug 1, 2023 at 9:10 PM Bartosz Golaszewski <brgl@xxxxxxxx> wrote: > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > Simulated chips use a mutex for synchronization in driver callbacks so > they must not be called from interrupt context. Set the can_sleep field > of the GPIO chip to true to force users to only use threaded irqs. > > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> Obviously correct. Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> Yours, Linus Walleij