iio: Move iio userspace applications out of staging
authorRoberta Dobrescu <roberta.dobrescu@gmail.com>
Thu, 26 Feb 2015 08:49:25 +0000 (10:49 +0200)
committerJonathan Cameron <jic23@kernel.org>
Mon, 9 Mar 2015 17:16:08 +0000 (17:16 +0000)
commit817020cfb3a2649064a1e14e083934234e2c208d
treec6dba68cc57c7ccfef746cba3d44a67262c7f2dd
parentbdcb31d048074d82ed7c50ed45f737d7637f1224
iio: Move iio userspace applications out of staging

This patch moves iio userspace applications out of staging, to tools/iio/
and adds a Makefile in order to compile them easily. It also adds tools/iio/
to MAINTAINERS file.

Signed-off-by: Roberta Dobrescu <roberta.dobrescu@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
12 files changed:
MAINTAINERS
drivers/staging/iio/Documentation/generic_buffer.c [deleted file]
drivers/staging/iio/Documentation/iio_event_monitor.c [deleted file]
drivers/staging/iio/Documentation/iio_utils.c [deleted file]
drivers/staging/iio/Documentation/iio_utils.h [deleted file]
drivers/staging/iio/Documentation/lsiio.c [deleted file]
tools/iio/Makefile [new file with mode: 0644]
tools/iio/generic_buffer.c [new file with mode: 0644]
tools/iio/iio_event_monitor.c [new file with mode: 0644]
tools/iio/iio_utils.c [new file with mode: 0644]
tools/iio/iio_utils.h [new file with mode: 0644]
tools/iio/lsiio.c [new file with mode: 0644]
This page took 0.02692 seconds and 5 git commands to generate.