le>
Hosts the 0x221E linux distro kernel.https://universe.0xinfinity.dev/distro/kernel/atom?h=master2024-06-12T12:02:54ZDocumentation: gpio: Clarify effect of active low flag on line values2024-06-12T12:02:54ZKent Gibsonwarthog618@gmail.com2024-06-10T09:21:56Zurn:sha1:5ca84d416e1ca82ca068906fc1386f61a57b17f2
The documentation does not make sufficiently clear that the uAPI deals with
logical line values, nor does it describe the influence of the active low
flag on the mapping between physical and logical line values.
Clarify the relationship between physical and logical line values and the
effect of the active low flag for ioctls passing line values.
Suggested-by: David C. Rankin <drankinatty@gmail.com>
Signed-off-by: Kent Gibson <warthog618@gmail.com>
Link: https://lore.kernel.org/r/20240610092157.9147-2-warthog618@gmail.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Documentation: gpio: add chardev userspace API documentation2024-01-22T09:47:14ZKent Gibsonwarthog618@gmail.com2024-01-15T00:48:39Zurn:sha1:32a0a0da530eab78d755474270bf53274b93a1e6
Add documentation for the GPIO character device userspace API.
Added to the userspace-api book, but also provide a link from the
admin-guide book, as historically the GPIO documentation has been
there.
Signed-off-by: Kent Gibson <warthog618@gmail.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>