Vanya Sergeev
Vanya Sergeev
I took a look at GPIO controller driver in the kernel from your version and I can't find an obvious reason for the EINVAL. If you are still using the...
Hmm, strange that it wasn't built with character device GPIO support. It could be a bug with the GPIO cdev support tests in the c-periphery Makefile. Do you happen to...
If you're seeing `0` for `GPIO_CDEV_V1_SUPPORT` or `GPIO_CDEV_V2_SUPPORT`, that means there was an error in building the support test, so there might be a problem with those tests on some...