Hello, Trying to map gpio from i2c connected chips triggered kernel warnings from libgpiod when setting or getting values. By my understanding the get and set calls need to change to their _cansleep counterparts for chips with chip->can_sleep. For example: gpiod_get_value() -> gpiod_get_value_cansleep() Is this an actual bug or my misunderstanding? Regards, Mikko