tools: gpioget: add new --dir-as-is option for GPO read-back
authorAhmad Fatoum <a.fatoum@pengutronix.de>
Tue, 27 Apr 2021 15:42:24 +0000 (17:42 +0200)
committerBartosz Golaszewski <brgl@bgdev.pl>
Fri, 30 Apr 2021 19:16:02 +0000 (21:16 +0200)
commit3a912fbc1e2697f4479396fd11557b943b31d217
treeded632e3e8b5613caba4916a0390faa2c943f33d
parent55a8c62e7179190cb880727d9834b9df72409b9f
tools: gpioget: add new --dir-as-is option for GPO read-back

Both legacy sysfs and new character device API support querying line
state of a GPIO configured as output. But while sysfs /value can
be read for these output GPIOs, gpioget unconditionally muxes the
line as input. To ease migration to the new user API, add a new
--dir-as-is parameter that doesn't force the line to input.

This is especially useful for GPIO controllers that maintain their
last configured output state.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
tools/gpioget.c