tools: gpio: implement gpio-watch
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 27 Nov 2019 09:17:54 +0000 (10:17 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 12 Feb 2020 11:05:47 +0000 (12:05 +0100)
commit33f0c47b8fb4724792b16351a32b24902a5d3b07
tree5fa36c8c29364d2e6e766693ae40e8e45e897969
parent51c1064e82e77b39a49889287ca50709303e2f26
tools: gpio: implement gpio-watch

Add a simple program that allows to test the new LINECHANGED_FD ioctl().

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
tools/gpio/.gitignore
tools/gpio/Build
tools/gpio/Makefile
tools/gpio/gpio-watch.c [new file with mode: 0644]