summaryrefslogtreecommitdiffstats
path: root/Documentation/userspace-api/gpio/gpio-get-linehandle-ioctl.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: gpio: describe uAPI behaviour for unsupported configKent Gibson2024-01-251-0/+39
| | | | | | | | | | | | | The existing uAPI documentation does not adequately describe how the kernel handles the case where the underlying hardware or driver does not support the requested configuration. Add a Configuration Support section describing that behaviour to both the v1 and v2 documentation, and better document the errors returned where the requested configuration cannot be supported. Signed-off-by: Kent Gibson <warthog618@gmail.com> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
* Documentation: gpio: add chardev v1 userspace API documentationKent Gibson2024-01-221-0/+86
Add documentation for v1 of the GPIO character device userspace API to the obsolete section of both the admin-guide and userspace-api books. Signed-off-by: Kent Gibson <warthog618@gmail.com> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>