Re: [PATCH net-next] nfc: st95hf: switch to using sleeping variants of gpiod API
From: Jakub Kicinski
Date: Tue Aug 20 2024 - 11:27:19 EST
On Mon, 19 Aug 2024 18:10:32 -0700 Dmitry Torokhov wrote:
> The driver does not not use gpiod API calls in an atomic context. Switch
> to gpiod_set_value_cansleep() calls to allow using the driver with GPIO
> controllers that might need process context to operate.
Could you explain why? Are you using this device? Is it part of some
larger effort to remove an API?