On 07/18/2017 03:39 PM, Fabio Estevam wrote:
Won't this result in kernel WARNING when GPIO is disabled?
GPIO support, I was going to type...
Not sure if I understood your point, but gpiod_set_value_cansleep() is a no-op when the gpiod is NULL.
Look at the stub in <linux/gpio/consumer.h>, it has WARN_ON(1). MBR, Sergei