Hi Andrew, On Tue, Jul 18, 2017 at 10:32 AM, Andrew Lunn <and...@lunn.ch> wrote:
> http://elixir.free-electrons.com/linux/latest/source/include/linux/gpio/consumer.h#L345 > static inline void gpiod_set_value_cansleep(struct gpio_desc *desc, int value) > { > /* GPIO can never have been requested */ > WARN_ON(1); > } > > But i would say this is a gpio problem. If GPIO enabled does not care, > GPIO disabled should also not care. Agreed. Sergei, sorry for taking so long to understand your point. > Adding Linus Walleij. Just sent a RFC patch to linux-gpio. Thanks