]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Documentation: gpio: Clarify effect of active low flag on line values
authorKent Gibson <warthog618@gmail.com>
Mon, 10 Jun 2024 09:21:56 +0000 (17:21 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 12 Jun 2024 12:02:54 +0000 (14:02 +0200)
commit5ca84d416e1ca82ca068906fc1386f61a57b17f2
tree71385f4cadb80e52d9be404843990126561a5b1c
parent3ff1180a39fbc43ae69d4238e6922c57e3278910
Documentation: gpio: Clarify effect of active low flag on line values

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/userspace-api/gpio/gpio-handle-get-line-values-ioctl.rst
Documentation/userspace-api/gpio/gpio-handle-set-line-values-ioctl.rst
Documentation/userspace-api/gpio/gpio-v2-line-get-values-ioctl.rst
Documentation/userspace-api/gpio/gpio-v2-line-set-values-ioctl.rst