tools/gpio: add the gpio-event-mon tool
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 2 Jun 2016 09:38:33 +0000 (11:38 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 15 Jun 2016 07:29:29 +0000 (09:29 +0200)
commit97f69747d8b11c76df321894344beeae6bafc301
tree5058310cc8675829b3cfb28561926b0c717244f1
parent61f922db72216b00386581c851db9c9095961522
tools/gpio: add the gpio-event-mon tool

The gpio-event-mon is used from userspace as an example of how
to monitor GPIO line events. It will latch on to a certain
GPIO line on a certain gpiochip and print timestamped events
as they arrive.

Example output:
$ gpio-event-mon -n gpiochip2 -o 0 -r -f
Monitoring line 0 on gpiochip2
Initial line value: 1
GPIO EVENT 946685798487609863: falling edge
GPIO EVENT 946685798732482910: rising edge
GPIO EVENT 946685799115997314: falling edge
GPIO EVENT 946685799381469726: rising edge

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
tools/gpio/Makefile
tools/gpio/gpio-event-mon.c [new file with mode: 0644]