linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] iio: Move iio userspace applications out of staging
@ 2015-02-26  8:49 Roberta Dobrescu
  2015-02-26  8:49 ` [PATCH 1/5] staging: iio: Documentation: iio_event_monitor: Include linux/iio/types.h Roberta Dobrescu
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Roberta Dobrescu @ 2015-02-26  8:49 UTC (permalink / raw)
  To: linux-iio
  Cc: daniel.baluta, octavian.purdila, jic23, knaack.h, lars, pmeerw,
	Roberta Dobrescu

The purpose of this patchset is to move iio userpace applications
to tools/iio/.

It adds a missing header to iio_event_monitor in order
to compile without any tricks and adds the implementation of
the functions from iio_utils.h to iio_utils.c.

It also creates a Makefile and gets rid of compilation warnings.

Roberta Dobrescu (5):
  staging: iio: Documentation: iio_event_monitor: Include
    linux/iio/types.h
  staging: iio: Documentation: Introduce iio_utils.c
  iio: Move iio userspace applications out of staging
  tools: iio: Define _GNU_SOURCE in Makefile
  tools: iio: lsiio: Remove unused variables

 MAINTAINERS                                        |   1 +
 drivers/staging/iio/Documentation/generic_buffer.c | 360 -----------
 .../staging/iio/Documentation/iio_event_monitor.c  | 308 ----------
 drivers/staging/iio/Documentation/iio_utils.h      | 683 ---------------------
 drivers/staging/iio/Documentation/lsiio.c          | 163 -----
 tools/iio/Makefile                                 |  16 +
 tools/iio/generic_buffer.c                         | 359 +++++++++++
 tools/iio/iio_event_monitor.c                      | 308 ++++++++++
 tools/iio/iio_utils.c                              | 651 ++++++++++++++++++++
 tools/iio/iio_utils.h                              |  71 +++
 tools/iio/lsiio.c                                  | 158 +++++
 11 files changed, 1564 insertions(+), 1514 deletions(-)
 delete mode 100644 drivers/staging/iio/Documentation/generic_buffer.c
 delete mode 100644 drivers/staging/iio/Documentation/iio_event_monitor.c
 delete mode 100644 drivers/staging/iio/Documentation/iio_utils.h
 delete mode 100644 drivers/staging/iio/Documentation/lsiio.c
 create mode 100644 tools/iio/Makefile
 create mode 100644 tools/iio/generic_buffer.c
 create mode 100644 tools/iio/iio_event_monitor.c
 create mode 100644 tools/iio/iio_utils.c
 create mode 100644 tools/iio/iio_utils.h
 create mode 100644 tools/iio/lsiio.c

-- 
1.9.1

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-05-12 19:44 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-26  8:49 [PATCH 0/5] iio: Move iio userspace applications out of staging Roberta Dobrescu
2015-02-26  8:49 ` [PATCH 1/5] staging: iio: Documentation: iio_event_monitor: Include linux/iio/types.h Roberta Dobrescu
2015-03-09 17:12   ` Jonathan Cameron
2015-02-26  8:49 ` [PATCH 2/5] staging: iio: Documentation: Introduce iio_utils.c Roberta Dobrescu
2015-03-09 17:14   ` Jonathan Cameron
2015-02-26  8:49 ` [PATCH 3/5] iio: Move iio userspace applications out of staging Roberta Dobrescu
2015-03-09 17:16   ` Jonathan Cameron
2015-05-02 23:21   ` Hartmut Knaack
2015-05-12 19:44     ` Jonathan Cameron
2015-02-26  8:49 ` [PATCH 4/5] tools: iio: Define _GNU_SOURCE in Makefile Roberta Dobrescu
2015-03-09 17:18   ` Jonathan Cameron
2015-02-26  8:49 ` [PATCH 5/5] tools: iio: lsiio: Remove unused variables Roberta Dobrescu
2015-03-09 17:23   ` Jonathan Cameron
2015-03-10 16:03     ` Roberta Dobrescu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).