tests: provide test_debugfs_get/set_value() helpers
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 28 Mar 2019 13:14:51 +0000 (14:14 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 23 Apr 2019 09:49:12 +0000 (11:49 +0200)
commitfaaffc3abe4728200dbdb8e148e0c85b77464ce1
treeacb435a3c80615ff7c037066915c7fd3163a5458
parent78f8694da13405495276b97b688fe8fcee74677f
tests: provide test_debugfs_get/set_value() helpers

Since linux v5.1 gpio-mockup simulates pull-up/down resistors for dummy
lines. The current pull can be set using debugfs. Since we can no longer
verify if the character device interface properly sets line values, the
debugfs interface now also allows to read line values. This way we can
verify if the ABI works correctly using different code paths.

Provide functions for reading and setting values of mockup GPIO lines.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
tests/gpiod-test.c
tests/gpiod-test.h