tools/gpio: create GPIO tools
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 21 Oct 2015 13:45:54 +0000 (15:45 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 9 Feb 2016 10:09:48 +0000 (11:09 +0100)
commit6d591c46bce037696d173bd5c8461b2b4bb680ad
tree5b7d5e0004de27d1451f38e3e1ddf99837e5d615
parent3c702e9987e261042a07e43460a8148be254412e
tools/gpio: create GPIO tools

This creates GPIO tools under tools/gpio/* and adds a single
example program to list the GPIOs on a system. When proper
devices are created it provides this minimal output:

Cc: Johan Hovold <johan@kernel.org>
Cc: Michael Welling <mwelling@ieee.org>
Cc: Markus Pargmann <mpa@pengutronix.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
MAINTAINERS
tools/Makefile
tools/gpio/Makefile [new file with mode: 0644]
tools/gpio/gpio-utils.c [new file with mode: 0644]
tools/gpio/gpio-utils.h [new file with mode: 0644]
tools/gpio/lsgpio.c [new file with mode: 0644]
This page took 0.02625 seconds and 5 git commands to generate.