01 Jun, 2015
4 commits
-
In generic_buffer.c: sort program parameters alphabetically and provide
usage information
In lsiio.c: drop unused parametersSigned-off-by: Hartmut Knaack
Signed-off-by: Jonathan Cameron -
Add error handling to calls which can indicate a major problem by
returning an error code.
This also involves to change the type of dump_devices() from void to int.Signed-off-by: Hartmut Knaack
Signed-off-by: Jonathan Cameron -
This patch catches errors in string allocation in generic_buffer.c,
iio_event_monitor.c, iio_utils.c and lsiio.c.Signed-off-by: Hartmut Knaack
Signed-off-by: Jonathan Cameron -
In dump_channels() the DIR *dp was left open on exit. Close it and check
for errors.Signed-off-by: Hartmut Knaack
Signed-off-by: Jonathan Cameron
10 Mar, 2015
2 commits
-
This patch removes unused variables from lsiio.c in order
to get rid of the warnings regarding them.Signed-off-by: Roberta Dobrescu
Signed-off-by: Jonathan Cameron -
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
Signed-off-by: Jonathan Cameron