| 7b9dc60e | 05-Sep-2020 |
Jonathan Cameron <Jonathan.Cameron@huawei.com> |
staging:iio:documentation: Drop most generic docs
These docs are both suffering from being out of date, and from being superceeded by the documentation in Documentation/driver-api/iio
Note the inke
staging:iio:documentation: Drop most generic docs
These docs are both suffering from being out of date, and from being superceeded by the documentation in Documentation/driver-api/iio
Note the inkern.txt drop is left for now as this is an area not well covered by the more recent documentation outside staging.
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Link: https://lore.kernel.org/r/20200905174721.216452-5-jic23@kernel.org
show more ...
|
| d4ca7f94 | 05-Sep-2020 |
Jonathan Cameron <Jonathan.Cameron@huawei.com> |
staging:iio:light: drop stale ABI docs
There are no remaining light drivers in staging/iio. The content of this file are either included in the non staging ABI docs, or don't seem to be used in any
staging:iio:light: drop stale ABI docs
There are no remaining light drivers in staging/iio. The content of this file are either included in the non staging ABI docs, or don't seem to be used in any current driver.
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Link: https://lore.kernel.org/r/20200905174721.216452-4-jic23@kernel.org
show more ...
|
| 59994398 | 05-Sep-2020 |
Jonathan Cameron <Jonathan.Cameron@huawei.com> |
staging:iio:light: Move tsl2x7x ABI docs to correct location.
These seem to be up to date but never moved out of staging when the driver did. Hence let us move them out now.
Signed-off-by: Jonathan
staging:iio:light: Move tsl2x7x ABI docs to correct location.
These seem to be up to date but never moved out of staging when the driver did. Hence let us move them out now.
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Brian Masney <masneyb@onstation.org> Cc: Brian Masney <masneyb@onstation.org> Link: https://lore.kernel.org/r/20200905174721.216452-3-jic23@kernel.org
show more ...
|
| c3c198bd | 23-Jul-2017 |
Jonathan Cameron <jic23@kernel.org> |
staging:iio:docs: drop setting of THIS_MODULE from staging docs.
These docs need to be cleaned up properly, but for now lets drop this entry as it is definitely no longer true.
Signed-off-by: Jonat
staging:iio:docs: drop setting of THIS_MODULE from staging docs.
These docs need to be cleaned up properly, but for now lets drop this entry as it is definitely no longer true.
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
show more ...
|
| f44d5c8a | 12-Nov-2016 |
Brian Masney <masneyb@onstation.org> |
staging: iio: tsl2583: move out of staging
Move tsl2580, tsl2581, tsl2583 driver out of staging into mainline.
Signed-off-by: Brian Masney <masneyb@onstation.org> Signed-off-by: Jonathan Cameron <j
staging: iio: tsl2583: move out of staging
Move tsl2580, tsl2581, tsl2583 driver out of staging into mainline.
Signed-off-by: Brian Masney <masneyb@onstation.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
show more ...
|
| 817020cf | 26-Feb-2015 |
Roberta Dobrescu <roberta.dobrescu@gmail.com> |
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: 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>
show more ...
|
| bdcb31d0 | 26-Feb-2015 |
Roberta Dobrescu <roberta.dobrescu@gmail.com> |
staging: iio: Documentation: Introduce iio_utils.c
This patch removes inline functions from iio_utils.h in order to clean the code. iio_utils.c contains the implementation of the functions used by i
staging: iio: Documentation: Introduce iio_utils.c
This patch removes inline functions from iio_utils.h in order to clean the code. iio_utils.c contains the implementation of the functions used by iio_event_monitor.c, lsiio.c or generic_buffer.c and iio_utils.h contains the declarations of these functions.
Since iio_utils.h is modified, generic_buffer.c and iio_event_monitor.c must include stdlib.h.
Signed-off-by: Roberta Dobrescu <roberta.dobrescu@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
show more ...
|
| 17a2cbc2 | 11-Jan-2015 |
Irina Tirdea <irina.tirdea@intel.com> |
iio: core: Remove IIO_EV_TYPE_INSTANCE
By introducing IIO_EV_TYPE_CHANGE, IIO_EV_TYPE_INSTANCE becomes redundant. The effect of IIO_EV_TYPE_INSTANCE can be obtained by using IIO_EV_TYPE_CHANGE with
iio: core: Remove IIO_EV_TYPE_INSTANCE
By introducing IIO_EV_TYPE_CHANGE, IIO_EV_TYPE_INSTANCE becomes redundant. The effect of IIO_EV_TYPE_INSTANCE can be obtained by using IIO_EV_TYPE_CHANGE with IIO_EV_INFO_VALUE set to 1.
Remove all instances of IIO_EV_TYPE_INSTANCE and replace them with IIO_EV_TYPE_CHANGE where needed.
Signed-off-by: Irina Tirdea <irina.tirdea@intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
show more ...
|